Vencord / Vesktop

Vesktop is a custom Discord App aiming to give you better performance and improve linux support
GNU General Public License v3.0
2.77k stars 141 forks source link

no name in kde plasma system tray entries settings #689

Open ilobilo opened 2 weeks ago

ilobilo commented 2 weeks 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) image

PeterStrick commented 2 weeks 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) image

This also happens with Signal Desktop, as it also doesn't have a name, and even the normal Discord Application image

Vendicated commented 2 weeks ago

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

Covkie commented 2 weeks ago

found this https://bugs.kde.org/show_bug.cgi?id=470840

Vendicated commented 2 weeks ago

see https://github.com/electron/electron/issues/40936, nothing we can do. electron has to fix it