After a recent reboot, the devices and VM tray icons no longer are appearing on boot in Xfce. I have no idea what might have caused this. There were no dom0 updates in the meantime. If I try to manually run them, e.g., python3 -mqui.tray.devices, I get the following:
ERROR:dbus.proxies.Introspect error on org.qubes.DomainManager1:/org/qubes/DomainManager1: dbus.exceptions.DBusException: org.freedesktop.DBus.Error.NoReply: Message recipient disconnected from message bus without replying
Followed by a backtrace, the relevant part appears to be:
File "/usr/lib/python3.5/site-packages/qui/tray/devices.py", line 22, in <module>
DOMAINS = qui.models.qubes.DomainManager()
Any advice would be appreciated, since with no icons, I'm also not appearing to get notifications for devices and VM actions.
Best,
Daniel
Interesting discovery: this problem arose as a result of setting qrexec_timeout on an arbitrary VM to a value larger than an INT32. So the moral of the story: Don't try to set qrexec_timeout too high!
Daniel
Hello,
I am experiencing the same problem with the final version of 4.0 but I did not change a setting of qrexec_timeout. The device tray icon disappeared suddenly.
I am getting tons of "GTK error" when trying to run manually via "python3 -mqui.tray.devices"?
So far I haven't been able to get the devices tray appear again but I can attach devices via command line.
Anyone having the same problem?