-
Notifications
You must be signed in to change notification settings - Fork 54
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
Icon not showing in tray when app packaged using Flatpak #67
Comments
Is it really flatpak specific? I am not getting any icon either with the spotube appimage. |
The API provided by this package is a bit unfortunate for Linux users, but I think it can be easily improved. Internally, it calls The second parameter (
Unfortunately, this package only really covers the first option. Ideally, a new option could be introduced so that the await systemTray.initSystemTray(
title: "system tray",
iconPath: "myapp-tray"
); The icon name in |
I can confirm that this is also an issue in snap packaging. Basically any Linux containerized packaging will cause this not to work. |
The icon shows everywhere except when the app was packaged as Flatpak
Everything works just as expected just the icon doesn't show up instead there's an empty space (KDE/XFCE/Mint) or triple dots (Gnome/Budgie) which are default placeholders ig
I tried to debug but unfortunately no luck
Related issue from another project: KRTirtho/spotube#541
The text was updated successfully, but these errors were encountered: