2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Merge pull request #1174 from kanishkablack/master

Gnome Shell Duplicates bug fix
This commit is contained in:
telegramdesktop
2015-10-13 12:37:50 +02:00

View File

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