mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 23:24:01 +02:00
fixed StartupWMClass linux problem, 0.9.6
This commit is contained in:
parent
b63be192e6
commit
4857135e42
1 changed files with 1 additions and 1 deletions
|
@ -1196,7 +1196,7 @@ void psRegisterCustomScheme() {
|
||||||
s << "Exec=" << escapeShell(cExeDir() + cExeName()) << " -- %u\n";
|
s << "Exec=" << escapeShell(cExeDir() + cExeName()) << " -- %u\n";
|
||||||
s << "Icon=" << icon << "\n";
|
s << "Icon=" << icon << "\n";
|
||||||
s << "Terminal=false\n";
|
s << "Terminal=false\n";
|
||||||
s << "StartupWMClass=Telegram";
|
s << "StartupWMClass=Telegram\n";
|
||||||
s << "Type=Application\n";
|
s << "Type=Application\n";
|
||||||
s << "Categories=Network;\n";
|
s << "Categories=Network;\n";
|
||||||
s << "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;\n";
|
s << "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;\n";
|
||||||
|
|
Loading…
Add table
Reference in a new issue