Menu

#119 Can't open the Configuration-Dialog

v0.2
open
5
2010-05-27
2010-05-14
Anonymous
No

When I open the dialog, then nothing happens. On the console I get the following output:

drz@drz-laptop:~$ gedit
2010-05-14 12:59:11,741 DEBUG resources - Initializing resource locating
2010-05-14 12:59:11,796 WARNING resources - File not found: /usr/share/gedit-2/plugins/GeditLaTeXPlugin/glade/new_document_template_dialog.glade
2010-05-14 12:59:11,798 WARNING resources - File not found: /usr/share/gedit-2/plugins/GeditLaTeXPlugin/glade/save_as_template_dialog.glade
2010-05-14 12:59:11,817 DEBUG Preferences - <value key='BibtexExtensions'> not found
2010-05-14 12:59:11,827 DEBUG JobManager - Created JobManager instance 146187180
2010-05-14 12:59:11,831 DEBUG GeditLaTeXPlugin - activate
2010-05-14 12:59:11,831 DEBUG WindowContext - init
/home/drz/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/base/decorators.py:232: GtkWarning: gtk_accel_label_set_accel_closure: assertion `gtk_accel_group_from_accel_closure (accel_closure) != NULL' failed
menu.add(gtk_action.create_menu_item())
2010-05-14 12:59:12,447 DEBUG GeditWindowDecorator - _init_tab_decorators: initialized 0 decorators
2010-05-14 12:59:12,467 DEBUG GeditWindowDecorator - active_tab_changed
2010-05-14 12:59:12,468 DEBUG GeditTabDecorator - Created <GeditLaTeXPlugin.src.base.decorators.GeditTabDecorator object at 0x8b87d6c>
2010-05-14 12:59:12,468 DEBUG GeditWindowDecorator - ---------- ADJUST: None
2010-05-14 12:59:12,470 DEBUG GeditWindowDecorator - No window-scope views for this extension
2010-05-14 12:59:12,471 DEBUG GeditWindowDecorator - _set_selected_bottom_view: 0
2010-05-14 12:59:12,471 DEBUG GeditWindowDecorator - _set_selected_side_view: 0
2010-05-14 12:59:12,481 DEBUG GeditWindowDecorator - tab_added
2010-05-14 12:59:12,481 WARNING GeditWindowDecorator - There is already a decorator for tab <gedit.Tab object at 0x8b7e284 (GeditTab at 0x8329b00)>
2010-05-14 12:59:12,900 DEBUG ToolView - init
2010-05-14 12:59:28,172 DEBUG Preferences - <value key='SpellCheckDictionary'> not found
2010-05-14 12:59:28,186 ERROR GladeInterface - Widget 'checkHideBox' could not be found in interface description '/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/glade/configure.glade'
Traceback (most recent call last):
File "/home/drz/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/__init__.py", line 104, in create_configure_dialog
return PreferencesDialog().dialog
File "/home/drz/.gnome2/gedit/plugins/GeditLaTeXPlugin/src/preferences/dialog.py", line 529, in dialog
check_hide_box.set_active(self._preferences.get_bool("HideBoxWarnings", False))
AttributeError: 'NoneType' object has no attribute 'set_active'

** (gedit:24116): CRITICAL **: gedit_plugins_engine_configure_plugin: assertion `conf_dlg != NULL' failed

My System:
Ubuntu 9.04 - Gedit 2.26.1 - LaTeX-Plugin 0.2

Discussion

  • Michael Zeising

    Michael Zeising - 2010-05-27

    This error has been reported when two versions of the plugin are installed.

    Please verify that you don't have a second version of the plugin installed in parallel. I guess you've installed 0.2rcX from the package manager (it should be in /usr/lib/... or something) and 0.2 final manually (to /home/.../.gnome2/...). You should remove the 0.2rcX with the package manager.

     
  • Michael Zeising

    Michael Zeising - 2010-05-27
    • assigned_to: nobody --> m_zeising
     

Log in to post a comment.