I'm completely new to Linux, and I'm trying to load up the screenlets manager, but I seem to be getting a common problem, which is that the manager will pop up for less than a second and disappear. I've tried solutions I found just googling around, but none of them have resolved the issue. Can anyone help me out? When I try to run the screenlets manager from console, i get this
- Code: Select all
/home/morgan/.config/autostart/Screenlets Daemon.desktop
/home/morgan/.config/autostart/screenlets-daemon.desktop
False
Starter already exists.
Traceback (most recent call last):
File "/usr/share/screenlets-manager/screenlets-manager.py", line 1198, in <module>
app = ScreenletsManager()
File "/usr/share/screenlets-manager/screenlets-manager.py", line 265, in __init__
self.lookup_daemon()
File "/usr/share/screenlets-manager/screenlets-manager.py", line 313, in lookup_daemon
self.daemon_iface = self.get_daemon_iface()
File "/usr/share/screenlets-manager/screenlets-manager.py", line 348, in get_daemon_iface
bus = dbus.SessionBus()
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 218, in __new__
mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 107, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/var/lib/python-support/python2.5/dbus/bus.py", line 121, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoServer: Failed to connect to socket /tmp/dbus-4o0aePdtPh: Connection refused