fixed StartupWMClass linux problem, 0.9.6
This commit is contained in:
parent
b63be192e6
commit
4857135e42
|
@ -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…
Reference in New Issue