FS#54927 - [gedit-plugins] Missing dependency

Attached to Project: Arch Linux
Opened by Henry Lajoie (htl2001) - Tuesday, 25 July 2017, 16:14 GMT
Last edited by Doug Newgard (Scimmia) - Tuesday, 25 July 2017, 16:20 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: dependency "gucharmap" is missing and causes this error when trying to enable the 'charmap' plugin:

(gedit:14840): libpeas-WARNING **: Error importing plugin 'charmap':
Traceback (most recent call last):
File "/usr/lib/python3.6/importlib/__init__.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen importlib._bootstrap>", line 978, in _gcd_import
File "<frozen importlib._bootstrap>", line 961, in _find_and_load
File "<frozen importlib._bootstrap>", line 950, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 655, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 678, in exec_module
File "<frozen importlib._bootstrap>", line 205, in _call_with_frames_removed
File "/usr/lib/gedit/plugins/charmap/__init__.py", line 27, in <module>
gi.require_version('Gucharmap', '2.90')
File "/usr/lib/python3.6/site-packages/gi/__init__.py", line 118, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gucharmap not available


Steps to reproduce:
uninstall gucharmap
install gedit and gedit-plugins
attempt to enable "character map" plugin
This task depends upon

Closed by  Doug Newgard (Scimmia)
Tuesday, 25 July 2017, 16:20 GMT
Reason for closing:  Not a bug
Additional comments about closing:  Covered by optional deps. Pay more attention to what pacman tells you.
Comment by Henry Lajoie (htl2001) - Tuesday, 25 July 2017, 16:20 GMT
Similar issue with git plugin (package is gitg)

Loading...