EmilyDirsh / hotwire-shell

Automatically exported from code.google.com/p/hotwire-shell
Other
0 stars 0 forks source link

can't start #201

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have Kubuntu 8.04 on AMD 1300 Duron 128 MB RAM

try to start hotwire and i se this comunnity:

Traceback (most recent call last):
  File "/usr/bin/hotwire", line 186, in <module>
    main()
  File "/usr/bin/hotwire", line 128, in main
    hotw_exists = ipc.singleton()

File "/var/lib/python-support/python2.5/hotwire/sysdep/ipc_impl/ipc_dbus.py", 
line 43, in singleton
    dbusutil.take_name(BUS_NAME, bus=dbus.SessionBus())
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 217, in 
__new__
    mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/_dbus.py", line 106, in 
__new__
    bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
  File "/var/lib/python-support/python2.5/dbus/bus.py", line 125, in 
__new__
    bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: 
org.freedesktop.DBus.Error.Spawn.ExecFailed: Failed to execute 
dbus-launch to autolaunch D-Bus session

What can i do?

Original issue reported on code.google.com by hu6er...@gmail.com on 26 Jun 2008 at 1:30

GoogleCodeExporter commented 9 years ago
I have answer!
is heare - https://bugs.launchpad.net/ubuntu/+source/hotwire/+bug/242794

I must install dbus-x11

Original comment by hu6er...@gmail.com on 29 Jun 2008 at 2:11