Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors while enabling plugins on Fedora 22 #179

Open
kirantpatil opened this issue May 15, 2015 · 0 comments
Open

Errors while enabling plugins on Fedora 22 #179

kirantpatil opened this issue May 15, 2015 · 0 comments

Comments

@kirantpatil
Copy link

[kpatil@dhcppc21 gmate]$ sudo gedit
/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/locale
gettext
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 35, in do_activate
self.window.set_data(self.name, handler_id)
File "/usr/lib64/python3.4/site-packages/gi/overrides/GObject.py", line 550, in _unsupported_data_method
raise RuntimeError('Data access methods are unsupported. '
RuntimeError: Data access methods are unsupported. Use normal Python attributes instead
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 41, in do_activate
self._plugin = SmartHighlightWindowHelper(self, self.window)
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/smart_highlight.py", line 107, in init
self._insert_menu()
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/smart_highlight.py", line 117, in _insert_menu
manager = self._window.get_ui_manager()
AttributeError: 'Window' object has no attribute 'get_ui_manager'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 48, in do_update_state
self._plugin.update_ui()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 48, in do_update_state
self._plugin.update_ui()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 52, in on_tab_added
self.connect_document(doc)
File "/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 58, in connect_document
doc.set_data(self.name, handler_id)
File "/usr/lib64/python3.4/site-packages/gi/overrides/GObject.py", line 550, in _unsupported_data_method
raise RuntimeError('Data access methods are unsupported. '
RuntimeError: Data access methods are unsupported. Use normal Python attributes instead
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/dashboard/init.py", line 54, in _add_tab
[0].get_children()[0].get_children()[1].hide()
AttributeError: 'Image' object has no attribute 'get_children'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 48, in do_update_state
self._plugin.update_ui()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 48, in do_update_state
self._plugin.update_ui()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
sys:1: Warning: The property GtkCellRendererPixbuf:stock-id is deprecated and shouldn't be used anymore. It will be removed in a future version.
sys:1: Warning: invalid cast from 'GeditPreferencesDialog' to 'GeditWindow'

(gedit:5098): libpeas-WARNING **: Error importing plugin 'pair_char_completion':
Traceback (most recent call last):
File "/usr/lib64/python3.4/importlib/init.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 2254, in _gcd_import
File "", line 2237, in _find_and_load
File "", line 2226, in _find_and_load_unlocked
File "", line 1200, in _load_unlocked
File "", line 1129, in _exec
File "", line 1471, in exec_module
File "", line 321, in _call_with_frames_removed
File "/usr/lib64/gedit/plugins/pair_char_completion/pair_char_completion.py", line 270, in
execfile(fn, {'lang': add_language_parenthesis})
NameError: name 'execfile' is not defined

(gedit:5098): libpeas-WARNING **: Error loading plugin 'pair_char_completion'

(gedit:5098): libpeas-WARNING **: Error importing plugin 'sourcecodebrowser':
Traceback (most recent call last):
File "/usr/lib64/python3.4/importlib/init.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 2254, in _gcd_import
File "", line 2237, in _find_and_load
File "", line 2226, in _find_and_load_unlocked
File "", line 1200, in _load_unlocked
File "", line 1129, in _exec
File "", line 1471, in exec_module
File "", line 321, in _call_with_frames_removed
File "/usr/lib64/gedit/plugins/source-code-browser/sourcecodebrowser/init.py", line 1, in
import plugin
ImportError: No module named 'plugin'

(gedit:5098): libpeas-WARNING **: Error loading plugin 'sourcecodebrowser'

(gedit:5098): libpeas-WARNING **: Error importing plugin 'tabswitch':
Traceback (most recent call last):
File "/usr/lib64/python3.4/importlib/init.py", line 109, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 2254, in _gcd_import
File "", line 2237, in _find_and_load
File "", line 2226, in _find_and_load_unlocked
File "", line 1200, in _load_unlocked
File "", line 1129, in _exec
File "", line 1471, in exec_module
File "", line 321, in _call_with_frames_removed
File "/usr/lib64/gedit/plugins/tabswitch/tabswitch.py", line 7, in
import cPickle, os
ImportError: No module named 'cPickle'

(gedit:5098): libpeas-WARNING **: Error loading plugin 'tabswitch'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 48, in do_update_state
self._plugin.update_ui()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/rubyonrailsloader/rubyonrailsloader.py", line 41, in do_deactivate
handler_id = self.window.get_data(self.name)
File "/usr/lib64/python3.4/site-packages/gi/overrides/GObject.py", line 550, in _unsupported_data_method
raise RuntimeError('Data access methods are unsupported. '
RuntimeError: Data access methods are unsupported. Use normal Python attributes instead

(gedit:5098): Gtk-WARNING **: Given child of type 'terminal+GeditTerminalPanel' not found in GtkStack
Traceback (most recent call last):
File "/usr/lib64/gedit/plugins/smart_highlight/smart_highlight/init.py", line 44, in do_deactivate
self._plugin.deactivate()
AttributeError: 'SmartHighlightingPlugin' object has no attribute '_plugin'
[kpatil@dhcppc21 gmate]$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant