GNOME Bugzilla – Bug 734758
Tweak Tool Can't Install Local Gnome Shell Extensions File
Last modified: 2014-09-22 16:00:22 UTC
This is the error I get when I try to install a local zip file: Traceback (most recent call last):
+ Trace 233951
self.notify_action_required(
This is the block of code that has the undefined function call: self.notify_action_required(verb, _("Restart"), self._shell.restart) When I uncomment that bad function call, it seems to load the extension, but nothing happens. This does not show it added: gsettings get org.gnome.shell enabled-extensions
Created attachment 286705 [details] [review] Fix old call to notify_action_required
Created attachment 286781 [details] [review] Patch to fix the wrong call to notify_action_required Also fix the signature of _logout() function (NotifyActionCallback) which should take 5 parameters and not four.
Review of attachment 286781 [details] [review]: Looks good, thanks
Thanks Rui, committed with a79bdbd1ecc2931cff03a8a7b614f47b2be07620