Unsettings crashes after upgrade to Utopic
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Unsettings |
Fix Released
|
Undecided
|
Florian Diesch |
Bug Description
The error seems to be inability to import gconf. This is probably an unsatisfied dependency, but as far as I can tell I have the required python and gconf- packages installed, including gir1.2-gconf-2.0 and python-gconf. Any idea what I might be missing?. Here's the traceback from a command line launch:
~$ unsettings
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:27:35: Junk at end of value
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:40:48: Junk at end of value
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:48:46: Junk at end of value
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:59:58: Junk at end of value
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:70:46: Junk at end of value
(unsettings:12780): Gtk-WARNING **: Theme parsing error: gtk.css:81:58: Junk at end of value
Traceback (most recent call last):
File "/usr/bin/
load_
File "/usr/lib/
return get_distributio
File "/usr/lib/
return ep.load()
File "/usr/lib/
['__name__'])
File "/usr/lib/
from main import main as _main
File "/usr/lib/
import i18n, connection, backends, widgets, ui, settings, clipboard, optionfile, dialogs, themes, about, statusbar
File "/usr/lib/
import widgets, settings, backends
File "/usr/lib/
import gconf
ImportError: could not import gobject (could not find _PyGObject_API object)
~$
Changed in unsettings: | |
status: | New → In Progress |
assignee: | nobody → Florian Diesch (diesch) |
Changed in unsettings: | |
status: | In Progress → Fix Committed |
Changed in unsettings: | |
status: | Fix Committed → Fix Released |
It may be that gconf has simply disappeared after being deprecated for some time. See "Migrating from GConf to GSettings". /developer. gnome.org/ gio/stable/ ch32.html
https:/