mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-21 15:47:38 +00:00
Merge pull request #1174 from kanishkablack/master
Gnome Shell Duplicates bug fix
This commit is contained in:
commit
3ac6d6d26c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user