tdesktop/lib/xdg
Nate Graham dad1f196ba Mark as single-instance using X-GNOME-SingleWindow key
Telegram is a single-instance app; attempting to open a second instance
fails and simply focuses the existing instance. However the app's
.desktop file does not indicate this to Linux desktop shells like GNOME
and KDE Plasma, causing them to show a "Start new instance/Open new
window" action for the app that will not work when used.

This commit fixes that by setting `X-GNOME-SingleWindow=true` in the
desktop file. This is a GNOME-specific key, but it is honored in KDE
Plasma too.
2021-12-27 17:47:48 +04:00
..
telegramdesktop.desktop Mark as single-instance using X-GNOME-SingleWindow key 2021-12-27 17:47:48 +04:00
telegramdesktop.metainfo.xml.in Rename telegramdesktop.appdata.xml -> telegramdesktop.metainfo.xml 2021-12-06 11:53:28 +04:00