mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-12-21 11:00:15 +02:00
Force telegram to use GTK file dialogs
This commit is contained in:
parent
63d1b1b493
commit
7b1f76aa47
22
.local/share/applications/org.telegram.desktop.desktop
Normal file
22
.local/share/applications/org.telegram.desktop.desktop
Normal file
@ -0,0 +1,22 @@
|
||||
[Desktop Entry]
|
||||
Name=Telegram Desktop
|
||||
Comment=Official desktop version of Telegram messaging app
|
||||
TryExec=env XDG_CURRENT_DESKTOP=GNOME telegram-desktop
|
||||
Exec=env XDG_CURRENT_DESKTOP=GNOME telegram-desktop -- %u
|
||||
Icon=telegram
|
||||
Terminal=false
|
||||
StartupWMClass=TelegramDesktop
|
||||
Type=Application
|
||||
Categories=Chat;Network;InstantMessaging;Qt;
|
||||
MimeType=x-scheme-handler/tg;x-scheme-handler/tonsite;
|
||||
Keywords=tg;chat;im;messaging;messenger;sms;tdesktop;
|
||||
Actions=quit;
|
||||
DBusActivatable=true
|
||||
SingleMainWindow=true
|
||||
X-GNOME-UsesNotifications=true
|
||||
X-GNOME-SingleWindow=true
|
||||
|
||||
[Desktop Action quit]
|
||||
Exec=env XDG_CURRENT_DESKTOP=GNOME telegram-desktop -quit
|
||||
Name=Quit Telegram
|
||||
Icon=application-exit
|
Loading…
Reference in New Issue
Block a user