Double Tray Icon
I have two Tray Icons with the OpenDeck image (Sometimes the Rustdesk Image).
I have installed Rustdesk and OpenDeck and somehow there seems to be a bug somewhere where these two share the same Icon most of the time.
The right-Click menu is the one from the respective app tho.
10 Replies
they are both tauri apps I think
when the logboat client software was tauri this happened with that too
According to this it isn't a tauri app.
https://github.com/rustdesk/rustdesk/discussions/533
GitHub
Tauri or Flutter for RustDesk desktop? · rustdesk rustdesk · Disc...
Though our open source mobile side is Flutter, but I can not decide either. Our desktop side uses Sciter, similar to html/js. We can use most of old html/js with Tauri. We can also reuse some mobil...
ok, however i found this in dependencies
so it uses the same library for tray icon from the looks of it
ah ok.
Solution
maybe I will report it to tray icon lib
seems like there is one already
https://github.com/tauri-apps/tray-icon/issues/259
GitHub
[Linux] Is there a reason why TrayIconId isn't used when creating t...
The Problem I have created some local Linux utilities that have tray icons and I encountered a limitation where if you run more than one app (that uses tray-icon) simultaneously e.g. when they are ...
yep, looks like it
maybe comment there to mention that when any two apps using the lib are running, they end up with each others' icons
yeah. will do after my gaming session
have fun!
thx