Activity log for bug #1017820

Date Who What changed Old value New value Message
2012-06-26 05:56:50 Stéphane Guillou bug added bug
2012-06-26 16:07:22 Ding Zhou ubuntu-tweak: status New Incomplete
2012-06-27 01:49:57 Stéphane Guillou description When I click on "Session indicator" from the "Tweaks" tab, I get this message: "This module encountered an error while loading". Here is the error message: Distribution: Ubuntu 12.04 precise Application: Ubuntu Tweak 0.7.2-1~precise1 Desktop:ubuntu Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 497, in _load_module page = module() File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/session.py", line 63, in __init__ key="com.canonical.indicator.session.show-real-name-on-panel"), File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 48, in create return getattr(cls, 'do_create')(widget, **kwargs) File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 97, in do_create new_widget = globals().get(widget)(**kwargs) File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 49, in __init__ SettingWidget.__init__(self, key=key, default=default, type=bool, backend=backend) File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 25, in __init__ self._setting = GSetting(key=key, default=default, type=type) File "/usr/lib/python2.7/dist-packages/ubuntutweak/settings/gsettings.py", line 26, in __init__ raise Exception('Oops, Settings schema "%s" is not installed' % self.schema_id) Exception: Oops, Settings schema "com.canonical.indicator.session" is not installed When I click on "Session indicator" from the "Tweaks" tab, I get this message: "This module encountered an error while loading". Here is the error message: Distribution: Ubuntu 12.04 precise Application: Ubuntu Tweak 0.7.2-1~precise1 Desktop:ubuntu Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 497, in _load_module     page = module()   File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/session.py", line 63, in __init__     key="com.canonical.indicator.session.show-real-name-on-panel"),   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 48, in create     return getattr(cls, 'do_create')(widget, **kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 97, in do_create     new_widget = globals().get(widget)(**kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 49, in __init__     SettingWidget.__init__(self, key=key, default=default, type=bool, backend=backend)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 25, in __init__     self._setting = GSetting(key=key, default=default, type=type)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/settings/gsettings.py", line 26, in __init__     raise Exception('Oops, Settings schema "%s" is not installed' % self.schema_id) Exception: Oops, Settings schema "com.canonical.indicator.session" is not installed I use Unity 3D.
2012-06-29 02:12:38 Ding Zhou ubuntu-tweak: milestone 0.7.3
2012-06-29 02:12:48 Ding Zhou ubuntu-tweak: assignee Ding Zhou (tualatrix)
2012-06-29 02:12:55 Ding Zhou ubuntu-tweak: importance Undecided Low
2012-06-29 02:13:09 Ding Zhou ubuntu-tweak: status Incomplete Confirmed
2012-06-29 08:55:42 Stéphane Guillou summary Error when clicking on "Session indicator" Error message when clicking on "Session indicator" when indicator-session is not installed isn't clear enough
2012-06-29 08:56:54 Stéphane Guillou description When I click on "Session indicator" from the "Tweaks" tab, I get this message: "This module encountered an error while loading". Here is the error message: Distribution: Ubuntu 12.04 precise Application: Ubuntu Tweak 0.7.2-1~precise1 Desktop:ubuntu Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 497, in _load_module     page = module()   File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/session.py", line 63, in __init__     key="com.canonical.indicator.session.show-real-name-on-panel"),   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 48, in create     return getattr(cls, 'do_create')(widget, **kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 97, in do_create     new_widget = globals().get(widget)(**kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 49, in __init__     SettingWidget.__init__(self, key=key, default=default, type=bool, backend=backend)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 25, in __init__     self._setting = GSetting(key=key, default=default, type=type)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/settings/gsettings.py", line 26, in __init__     raise Exception('Oops, Settings schema "%s" is not installed' % self.schema_id) Exception: Oops, Settings schema "com.canonical.indicator.session" is not installed I use Unity 3D. When I click on "Session indicator" from the "Tweaks" tab, I get this message: "This module encountered an error while loading". This is because I previously uninstalled "indicator-session", but the message could be clearer and tell the user why this happened. Here is the error message: Distribution: Ubuntu 12.04 precise Application: Ubuntu Tweak 0.7.2-1~precise1 Desktop:ubuntu Traceback (most recent call last):   File "/usr/lib/python2.7/dist-packages/ubuntutweak/main.py", line 497, in _load_module     page = module()   File "/usr/lib/python2.7/dist-packages/ubuntutweak/tweaks/session.py", line 63, in __init__     key="com.canonical.indicator.session.show-real-name-on-panel"),   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 48, in create     return getattr(cls, 'do_create')(widget, **kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/factory.py", line 97, in do_create     new_widget = globals().get(widget)(**kwargs)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 49, in __init__     SettingWidget.__init__(self, key=key, default=default, type=bool, backend=backend)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/gui/widgets.py", line 25, in __init__     self._setting = GSetting(key=key, default=default, type=type)   File "/usr/lib/python2.7/dist-packages/ubuntutweak/settings/gsettings.py", line 26, in __init__     raise Exception('Oops, Settings schema "%s" is not installed' % self.schema_id) Exception: Oops, Settings schema "com.canonical.indicator.session" is not installed I use Unity 3D.n
2012-08-02 07:32:01 Ding Zhou ubuntu-tweak: status Confirmed Fix Committed
2012-08-12 09:21:39 Ding Zhou ubuntu-tweak: status Fix Committed Fix Released