Merge pull request #1 from kanishkablack/kanishkablack-patch-1

Gnome Shell Duplicates bug fix
This commit is contained in:
Anwesh 2015-09-16 16:52:18 +05:30
commit ae8ccd03e5

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