View Single Post
Posts: 10 | Thanked: 0 times | Joined on Feb 2010
#12
putting

export DISPLAY=:0.0

before running mauku using

export DISPLAY=:0.0
>/home/user/mauku.log
/usr/bin/mauku >/home/user/mauku.log 2>&1

outputting the log i get


$ cat mauku.log
process 1438: arguments to dbus_connection_get_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5757.
This is normally a bug in some application using the D-Bus library.
process 1438: arguments to dbus_connection_set_data() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 5721.
This is normally a bug in some application using the D-Bus library.
Aborted
using the same for gpodder

export DISPLAY=:0.0
>/home/user/gpodder.log
/usr/bin/python2.5 /usr/bin/gpodder --fremantle >/home/user/gpodder.log 2>&1

then exporting the log i get

~ $ cat gpodder.log
Traceback (most recent call last):
File "/usr/bin/gpodder", line 138, in <module>
session_bus = dbus.SessionBus()
File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 219, in __new__
mainloop=mainloop)
File "/usr/lib/pymodules/python2.5/dbus/_dbus.py", line 108, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/pymodules/python2.5/dbus/bus.py", line 125, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException
~ $