pyroom in 14.0 64 bits

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

pyroom in 14.0 64 bits

Post 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
User avatar
mimosa
Salix Warrior
Posts: 3311
Joined: 25. May 2010, 17:02
Contact:

Re: pyroom in 14.0 64 bits (SOLVED)

Post 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.
Post Reply