-
-
Notifications
You must be signed in to change notification settings - Fork 86
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
Make the menu accessible on stock GNOME3 as well #109
Comments
I'm on XCFE4 (Ubuntu 20.10) and see no notification/tray icon either. It would be nice to have a CLI switch that simply shows a simple GUI window. I know the philosophy is "keep the desktop clean" but an opt-in window would be acceptable, and help whenever there are these types of issues. I've just tried this program tonight and am already prevented from continuing due to the tray issue, and the hotkeys not binding. Not sure what to do now. Seeing this in the console:
|
My apologies. The issue I reported happens only when building from the latest 1.4 tag. When I switched to 1.3.1 (Ubuntu repos), the tray icon works. |
Hi Mike, |
Ah derp. I should have guessed that. Thank you again! |
This is more of an excuse not to publish v1.5, moving to v1.6. |
Also see what of #110 (comment) could be used. |
Stock GNOME3 does not show any tray icon at all, thus there's no way to actually access the menu. Explore possibilities to make this happen.
Approach 1 - via Dock Icon -> ⛔
-> folllowing patch has desktop actions:
-->
-t
toggle from cmdlne opens menu, is also called from desktop entry, but menu does not open in GNOME's app overview mode: ⛔--> also,dock icon needs a toplevel window. we could make this transparent and undecorated, but it would still show up in the app overview ⛔ :-(
Approach 2 - via a persistent notification -> ⛔
gtk_menu_popup_at_rect: assertion 'GDK_IS_WINDOW (rect_window)' failed
👎Approach 3 - via Shell Extension ⛔
copy shell extension code from flatpak to host ✔️
make shell extension known to GNOME ⛔
toggle shell extension on/off from flatpak ✔️
flatpak run --talk-name=org.freedesktop.Flatpak --command=bash net.christianbeier.Gromit-MPX
and then
flatpak-spawn --host gnome-shell-extension-tool -e [email protected]; flatpak-spawn --host gnome-shell-extension-tool -d [email protected]
✔️Approach 4 re-use the menu
The text was updated successfully, but these errors were encountered: