qzind / tray

Browser plugin for sending documents and raw commands to a printer or attached device.
https://qz.io
Other
824 stars 266 forks source link

QZ Tray does not automatically start on Raspberry Pi OS #1206

Open tresf opened 8 months ago

tresf commented 8 months ago

It appears this is because the desktop manager is not being invoked by dbus, but rather through wfrespawn/wayfire.

tresf commented 8 months ago

This helps to grab the proper environment:

https://github.com/qzind/tray/blob/c795b28361cb0f147ac52f2eef70b3b832b70d68/src/qz/installer/LinuxInstaller.java#L306

+ String[] dbusMatches = { "ibus-daemon.*--panel", "dbus-daemon.*--config-file=", "wfrespawn.*-panel" };

... but it fails to launch. Investigating...