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
1 changed files with 1 additions and 1 deletions

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";