mirror of
https://github.com/vale981/tdesktop
synced 2025-03-06 10:11:41 -05:00
Merge pull request #1 from kanishkablack/kanishkablack-patch-1
Gnome Shell Duplicates bug fix
This commit is contained in:
commit
ae8ccd03e5
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue