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.
Solution:
maybe I will report it to tray icon lib
Jump to solution
10 Replies
nekename
nekename2w ago
they are both tauri apps I think when the logboat client software was tauri this happened with that too
Terrorwolf
TerrorwolfOP2w ago
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...
nekename
nekename2w ago
ok, however i found this in dependencies
tray-icon = { git = "https://github.com/tauri-apps/tray-icon" }
tray-icon = { git = "https://github.com/tauri-apps/tray-icon" }
so it uses the same library for tray icon from the looks of it
Terrorwolf
TerrorwolfOP2w ago
ah ok.
Solution
Terrorwolf
Terrorwolf2w ago
maybe I will report it to tray icon lib
Terrorwolf
TerrorwolfOP2w ago
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 ...
nekename
nekename2w ago
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
Terrorwolf
TerrorwolfOP2w ago
yeah. will do after my gaming session
nekename
nekename2w ago
have fun!
Terrorwolf
TerrorwolfOP2w ago
thx

Did you find this page helpful?