Created attachment 126531 [details] Anydesk invisible tray icon at the top left corner SUMMARY Inivisible Anydesk tray icon sits at the top left corner. STEPS TO REPRODUCE 1. Install Anydesk 2. Restart 3. Try to click on top left corner 4. Log out / log in, eventually you'll get it OBSERVED RESULT Left click opens Anydesk window. Right click open Anydesk menu. Restarting plasmashell fixes it EXPECTED RESULT Anydesk tray item must be only in system tray SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: Kubuntu 20.04 (available in About System) KDE Plasma Version: 5.18.2 KDE Frameworks Version: 5.67.0 Qt Version: 5.12.5 ADDITIONAL INFORMATION Issue isn't always reproducible, panel/tray location doesn't really matter. When Anydesk is installed, at loading (between SDDM and Plasma Shell) you can always notice black box at that corner.
Oh no, not this one again! :( I hoped I fixed it in Bug 357443... This is really, really hard to fix reliably. Without technical details, this invisible icon should be stacked behind all other windows, including wallpaper. For some reasons, not controllable from XEmbedSNIProxy, sometimes it is stacked on the top. The workaround is to click on the icon is system tray - icon in top left corner is no longer there.
My current workaround is to restart GUI after login with script nano ~/.config/autostart-scripts/restart_anydesk.sh #!/bin/bash if pgrep -f "anydesk --tray" > /dev/null; then pkill -x anydesk /usr/bin/anydesk --tray & fi
Same thing happens with Cryptomator. Easily reproducible in a Wayland session. For some reason that misplaced invisible tray item is always at the top left corner.
*** This bug has been marked as a duplicate of bug 433079 ***