Open cleinias opened 2 years ago
better will be you post the error-outputs from terminal here, like this:
[....@localhost ~]$ su -c claudia
Password:
Using Tray Engine 'Qt'
QStandardPaths: runtime directory '/var/run/user/500' is not owned by UID 0, but a directory permissions 0700 owned by UID 500 GID 0
Traceback (most recent call last):
File "/usr/share/cadence/src/claudia.py", line 2752, in <module>
gDBus.bus = dbus.SessionBus(mainloop=gDBus.loop)
File "/usr/lib/python3.6/site-packages/dbus/_dbus.py", line 211, in __new__
mainloop=mainloop)
File "/usr/lib/python3.6/site-packages/dbus/_dbus.py", line 100, in __new__
bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3.6/site-packages/dbus/bus.py", line 122, in __new__
bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
[....@localhost ~]$
with a fresh build of ladish, claudia works now
Launching Claudia from either the Cadence panel or from terminal produces an error message
"DBus is not available, Claudia cannot start without it!"
But DBus is installed, as far as I can tell:
What else am I missing?