Open ilobilo opened 5 months ago
Content
as seen in the screenshot below, vesktop has no name assigned in kde plasma system tray settings. this causes it to interfere with other programs that also don't have a name set. (for example unity)
This also happens with Signal Desktop, as it also doesn't have a name, and even the normal Discord Application
i don't think we can fix this. at least i don't know how one would specify the name
the electron tray api has no such option. there is setTitle, but it is macOS only. Maybe setTooltip would work, perhaps you can experiment with that yourself and see if it works
found this https://bugs.kde.org/show_bug.cgi?id=470840
see https://github.com/electron/electron/issues/40936, nothing we can do. electron has to fix it
Content
as seen in the screenshot below, vesktop has no name assigned in kde plasma system tray settings. this causes it to interfere with other programs that also don't have a name set. (for example unity)