Changing the function in Line 106 to

    def list_extensions(self):
#        return self._proxy.proxy.ListExtensions()
        out = self._proxy.execute_js('const ExtensionSystem = 
imports.ui.extensionSystem; ExtensionSystem.extensionMeta')
        return json.loads(out)


Seems to fix most of the problems (although i still see some of the problems 
showing up). I'll keep looking into it

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/863329

Title:
  multiple errors on startup

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-tweak-tool/+bug/863329/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to