GNOME Bugzilla – Bug 723951
gnome-tweak-tool-3.10.1 needs pygobject-3.10
Last modified: 2017-05-29 04:11:24 UTC
Otherwise I get: $ gnome-tweak-tool INFO : GSettings missing key org.gnome.nautilus.desktop (key computer-icon-visible) INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-battery-action) INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-ac-action) INFO : GSettings missing key org.gnome.settings-daemon.plugins.power (key lid-close-suspend-with-external-monitor) Traceback (most recent call last):
+ Trace 233149
self.win = Window(self, model)
self._model.load_tweaks(self)
mods = __import__("gtweak.tweaks", globals(), locals(), tweak_files, 0)
TypingTweakGroup(),
obj = _XkbOption(opt, self._kbdsettings, self._xkb_info)
self.reload()
self._update_combo()
self._combo.disconnect(self._combo_changed_handler_id)
return func(_get_instance_for_signal(obj), *args, **kwargs)
return info.invoke(*args, **kwargs)
Created attachment 352751 [details] [review] build: Require pygobject 3.10 This commit appears to match the stacktrace: https://git.gnome.org/browse/pygobject/commit/?h=pygobject-3-10&id=9df8eb799
Attachment 352751 [details] pushed as 8114614 - build: Require pygobject 3.10