GNOME Bugzilla – Bug 757133
gnome-tweak-tool fails to start in Ubuntu 15.10 (Wily Werewolf)
Last modified: 2015-10-26 17:23:22 UTC
OS: Ubuntu 15.10 (updated from 15.04) Related packages that were installed: gnome-shell, ubuntu-gnome-desktop $ apt-cache policy gnome-tweak-tool gnome-tweak-tool: Installed: 3.16.2-2 Candidate: 3.16.2-2 Version table: *** 3.16.2-2 0 500 http://de.archive.ubuntu.com/ubuntu/ wily/universe amd64 Packages 100 /var/lib/dpkg/status $ gnome-tweak-tool -d DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Schema not translated org.gnome.shell (domain: gnome-shell) DEBUG : Caching gsettings: <gtweak.gsettings._GSettingsSchema: org.gnome.shell> DEBUG : Shell version: [3, 16, 4] Traceback (most recent call last):
+ Trace 235622
self.win = Window(self, model)
titlebar = self.titlebar()
self._update_decorations (Gtk.Settings.get_default(), None)
self._right_header.props.decoration_layout = ":" + tokens[1]
I pushed the fix to the 3.16 branch too *** This bug has been marked as a duplicate of bug 755794 ***
@Rui Matos Thanks, that was it. I patched my gnome-tweak-tool locally and it works now.