Comment 8 for bug 1022864

Revision history for this message
Jean-Baptiste Lallement (jibel) wrote :

I ran the following test manually:
1. On lucid up-to-date, set the theme to 'Radiance' from the "appearance" dialog.
2. Upgrade to Precise
3. Verify of the theme after upgrade:

- Visually the theme of windows decoration is 'Radiance' but the theme of the top panel is 'Ambiance'
- gconftool -g /desktop/gnome/interface/gtk_theme returns Radiance (which was set before the upgrade)
- Querying interface settings through gio returns 'Ambiance'
>>> from gi.repository import Gio
>>> iface_settings = Gio.Settings('org.gnome.desktop.interface')
>>> iface_settings.get_string('gtk-theme')
'Ambiance'