gedit's "codecomment" raises a KeyError since the recent update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
pygobject |
Fix Released
|
Critical
|
|||
pygobject (Ubuntu) |
Fix Released
|
High
|
Martin Pitt |
Bug Description
Running gedit on current raring with gedit-plugins installed and "codecomment" activated gives those errors:
File "/usr/lib/
from gi.repository import GObject, Gtk, GtkSource, Gedit
File "/usr/lib/
dynamic_
File "/usr/lib/
overrides_
File "/usr/lib/
@override(
File "/usr/lib/
registry.
File "/usr/lib/
self[
File "/usr/lib/
raise KeyError('You have tried to modify the registry outside of the overrides module. This is not allowed')
KeyError: 'You have tried to modify the registry outside of the overrides module. This is not allowed'
(gedit:16285): libpeas-WARNING **: Error loading plugin 'codecomment'
Changed in pygobject (Ubuntu): | |
importance: | Undecided → High |
status: | New → In Progress |
assignee: | nobody → Martin Pitt (pitti) |
Changed in pygobject: | |
importance: | Unknown → Critical |
status: | Unknown → Fix Released |
This bug was fixed in the package pygobject - 3.7.91.1-0ubuntu1
---------------
pygobject (3.7.91.1-0ubuntu1) raring; urgency=low
* New upstream release:
- Bring back @override for functions. Fixes GEdit plugins. (LP: #1146567)
-- Martin Pitt <email address hidden> Tue, 05 Mar 2013 12:32:09 +0100