Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tresf opened this issue Oct 27, 2023 · 1 comment
Open

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

tresf opened this issue Oct 27, 2023 · 1 comment
Assignees

Comments

@tresf
Copy link
Contributor

tresf commented Oct 27, 2023

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

@tresf tresf self-assigned this Oct 27, 2023
@tresf
Copy link
Contributor Author

tresf commented Oct 27, 2023

This helps to grab the proper environment:

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

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant