[Bug 847114] New: gedit "Quick Open" plugin doesn't if "File Browser Panel" plugin is enabled
https://bugzilla.novell.com/show_bug.cgi?id=847114 https://bugzilla.novell.com/show_bug.cgi?id=847114#c0 Summary: gedit "Quick Open" plugin doesn't if "File Browser Panel" plugin is enabled Classification: openSUSE Product: openSUSE 13.1 Version: RC 1 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: GNOME AssignedTo: bnc-team-gnome@forge.provo.novell.com ReportedBy: jmason@suse.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- Steps to reproduce: install gedit, gedit-plugins In gedit -> Preferences, enable "Quick Open" plugin, close preferences dialog. Click File -> Quick Open menu, observe "Quick Open" dialog appears. In gedit -> Preferences, enable "File Browser Panel" plugin, close preferences dialog. Click File -> Quick Open menu, observe "Quick Open" dialog does not appear. If gedit is started from terminal, observe: Traceback (most recent call last): File "/usr/lib/gedit/plugins/quickopen/__init__.py", line 179, in on_quick_open_activate self._create_popup() File "/usr/lib/gedit/plugins/quickopen/__init__.py", line 96, in _create_popup msg = bus.send_sync('/plugins/filebrowser', 'get_root') AttributeError: 'MessageBus' object has no attribute 'send_sync' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847114 https://bugzilla.novell.com/show_bug.cgi?id=847114#c1 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |dimstar@opensuse.org AssignedTo|bnc-team-gnome@forge.provo. |dimstar@opensuse.org |novell.com | --- Comment #1 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-22 20:13:25 UTC --- The plugins are based on the gobject introspection bindings... if only one is running (file browser or quick open), they do not have to sync together and all seems fine. In case of combinations, some slight different code is executed to sync them up; this requires the gobject introspection based python bindings. Let's require python3-gedit from the gedit package, as we cannot be sure that only our own plugins have this result.. so users might install local additions (in ~/) and run into some weird issues, with close to no way ot identify the root causes. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847114 https://bugzilla.novell.com/show_bug.cgi?id=847114#c2 --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2013-10-23 14:00:18 CEST --- This is an autogenerated message for OBS integration: This bug (847114) was mentioned in https://build.opensuse.org/request/show/204425 Factory / gedit -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=847114 https://bugzilla.novell.com/show_bug.cgi?id=847114#c3 Dominique Leuenberger <dimstar@opensuse.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #3 from Dominique Leuenberger <dimstar@opensuse.org> 2013-10-23 18:11:23 UTC --- Fix entered Factory and 13.1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com