login preferences crashed

Bug #698287 reported by adrihpons
8
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Tweak
Invalid
Undecided
Unassigned

Bug Description

Distribution: Ubuntu 10.10 maverick
Application: Ubuntu Tweak 0.5.9
Desktop: gnome

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line 433, in setup_notebook
    page = module()
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/loginsettings.py", line 53, in __init__
    key="/apps/gdm/simple-greeter/disable_user_list"),
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py", line 74, in create
    return getattr(cls, 'do_create')(widget, **kwargs)
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py", line 114, in do_create
    new_widget = globals().get(widget)(**kwargs)
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/widgets/widgets.py", line 91, in __init__
    self.set_active(bool(self.__setting.get_value(self.__user)))
  File "/usr/lib/python2.6/dist-packages/ubuntutweak/conf/gconfsetting.py", line 153, in get_value
    data = str(proxy.get_user_gconf(user, self.get_key()))
  File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
    **keywords)
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in call_blocking
    message, timeout)
DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67 was not provided by any .service files

Revision history for this message
Ding Zhou (tualatrix) wrote :

Does it reproduce after you reboot your system?

Revision history for this message
adrihpons (adrihpons) wrote : Re: [Bug 698287] Re: login preferences crashed

Yes, the problem continues after reboot.

2011/1/7 Tualatrix Chou <email address hidden>

> Does it reproduce after you reboot your system?
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/698287
>
> Title:
> login preferences crashed
>
> Status in Ubuntu Tweak:
> New
>
> Bug description:
> Distribution: Ubuntu 10.10 maverick
> Application: Ubuntu Tweak 0.5.9
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 433, in setup_notebook
> page = module()
> File
> "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/loginsettings.py",
> line 53, in __init__
> key="/apps/gdm/simple-greeter/disable_user_list"),
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 74, in create
> return getattr(cls, 'do_create')(widget, **kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 114, in do_create
> new_widget = globals().get(widget)(**kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/widgets/widgets.py",
> line 91, in __init__
> self.set_active(bool(self.__setting.get_value(self.__user)))
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/conf/gconfsetting.py",
> line 153, in get_value
> data = str(proxy.get_user_gconf(user, self.get_key()))
> File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
> **keywords)
> File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> call_blocking
> message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67
> was not provided by any .service files
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/698287/+subscribe
>

Revision history for this message
Ding Zhou (tualatrix) wrote :

Please open your terminal, run this command:

   sudo /usr/share/ubuntu-tweak/ubuntu-tweak-daemon

If there's any output, please send to me

Revision history for this message
adrihpons (adrihpons) wrote :

After runing the command the terminal doesn't display any message.

2011/1/7 Tualatrix Chou <email address hidden>

> Please open your terminal, run this command:
>
> sudo /usr/share/ubuntu-tweak/ubuntu-tweak-daemon
>
> If there's any output, please send to me
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/698287
>
> Title:
> login preferences crashed
>
> Status in Ubuntu Tweak:
> New
>
> Bug description:
> Distribution: Ubuntu 10.10 maverick
> Application: Ubuntu Tweak 0.5.9
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 433, in setup_notebook
> page = module()
> File
> "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/loginsettings.py",
> line 53, in __init__
> key="/apps/gdm/simple-greeter/disable_user_list"),
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 74, in create
> return getattr(cls, 'do_create')(widget, **kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 114, in do_create
> new_widget = globals().get(widget)(**kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/widgets/widgets.py",
> line 91, in __init__
> self.set_active(bool(self.__setting.get_value(self.__user)))
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/conf/gconfsetting.py",
> line 153, in get_value
> data = str(proxy.get_user_gconf(user, self.get_key()))
> File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
> **keywords)
> File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> call_blocking
> message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67
> was not provided by any .service files
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/698287/+subscribe
>

Revision history for this message
Ding Zhou (tualatrix) wrote :

So does Ubuntu Tweak work now?

Revision history for this message
adrihpons (adrihpons) wrote :

Now it's working normally, thank you!

2011/1/9 Tualatrix Chou <email address hidden>

> So does Ubuntu Tweak work now?
>
> --
> You received this bug notification because you are a direct subscriber
> of the bug.
> https://bugs.launchpad.net/bugs/698287
>
> Title:
> login preferences crashed
>
> Status in Ubuntu Tweak:
> New
>
> Bug description:
> Distribution: Ubuntu 10.10 maverick
> Application: Ubuntu Tweak 0.5.9
> Desktop: gnome
>
> Traceback (most recent call last):
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/mainwindow.py", line
> 433, in setup_notebook
> page = module()
> File
> "/usr/lib/python2.6/dist-packages/ubuntutweak/modules/loginsettings.py",
> line 53, in __init__
> key="/apps/gdm/simple-greeter/disable_user_list"),
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 74, in create
> return getattr(cls, 'do_create')(widget, **kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/common/factory.py",
> line 114, in do_create
> new_widget = globals().get(widget)(**kwargs)
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/widgets/widgets.py",
> line 91, in __init__
> self.set_active(bool(self.__setting.get_value(self.__user)))
> File "/usr/lib/python2.6/dist-packages/ubuntutweak/conf/gconfsetting.py",
> line 153, in get_value
> data = str(proxy.get_user_gconf(user, self.get_key()))
> File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 140, in __call__
> **keywords)
> File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 620, in
> call_blocking
> message, timeout)
> DBusException: org.freedesktop.DBus.Error.ServiceUnknown: The name :1.67
> was not provided by any .service files
>
> To unsubscribe from this bug, go to:
> https://bugs.launchpad.net/ubuntu-tweak/+bug/698287/+subscribe
>

Revision history for this message
J. Austin Rodriguez (jeanaustinr) wrote :

We're closing this bug report since you confirmed that it is already fixed. You may choose to re-open it and set the status to 'New' if the bug re-occurs. Please remember to provide enough information about what happen and if possible a screenshot.

Thank you very much for making Ubuntu and Ubuntu Tweak better!

Changed in ubuntu-tweak:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.