Gnome Shell Duplicates bug fix

This commit is contained in:
Anwesh 2015-09-16 16:51:50 +05:30
parent 73cade9fd9
commit 03508c1601
1 changed files with 1 additions and 0 deletions

View File

@ -1195,6 +1195,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";