2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-09-05 08:55:59 +00:00

fixed StartupWMClass linux problem, 0.9.6

This commit is contained in:
John Preston
2015-10-15 01:07:40 +02:00
parent b63be192e6
commit 4857135e42

View File

@@ -1196,7 +1196,7 @@ void psRegisterCustomScheme() {
s << "Exec=" << escapeShell(cExeDir() + cExeName()) << " -- %u\n";
s << "Icon=" << icon << "\n";
s << "Terminal=false\n";
s << "StartupWMClass=Telegram";
s << "StartupWMClass=Telegram\n";
s << "Type=Application\n";
s << "Categories=Network;\n";
s << "MimeType=application/x-xdg-protocol-tg;x-scheme-handler/tg;\n";