Page 1 of 1

pyroom in 14.0 64 bits

Posted: 3. Dec 2012, 23:12
by mimosa
... fails thus:

Code: Select all


Traceback (most recent call last):

  File "/usr/bin/pyroom", line 38, in <module>
    sys.exit(PyRoom.cmdline.main())

  File "/usr/lib64/python2.7/site-packages/PyRoom/cmdline.py", line 65, in main
    pyroom = BasicEdit(pyroom_config=pyroom_config)

  File "/usr/lib64/python2.7/site-packages/PyRoom/basic_edit.py", line 358, in __init__
    pyroom_config=pyroom_config

  File "/usr/lib64/python2.7/site-packages/PyRoom/preferences.py", line 162, in __init__
    self.gnome_fonts = self.get_gnome_fonts()

  File "/usr/lib64/python2.7/site-packages/PyRoom/preferences.py", line 291, in get_gnome_fonts
    font

GError: No D-BUS daemon running

Re: pyroom in 14.0 64 bits (SOLVED)

Posted: 3. Dec 2012, 23:59
by mimosa
It's how I'm calling the WM. In xfce it works. I need to call XMonad via dbus or thereabouts.

The same thing may possibly explain the trouble I recently posted about with a USB stick. I'll investigate.