mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
Same pattern already used for claude/claude-desktop: keep the upstream desktop-id (org.telegram.desktop) and every installed path unchanged, only rename the Stapler package directory and `name` field. `replaces` stays self-name-only per the general rule in validate_repo.py (the old-name carve-over in `replaces` is currently special-cased there for `claude` only) — anyone with telegram-desktop installed needs `stplr install telegram` + `stplr remove telegram-desktop` manually.
23 lines
562 B
Desktop File
23 lines
562 B
Desktop File
[Desktop Entry]
|
|
Name=Telegram
|
|
Comment=New era of messaging
|
|
TryExec=telegram-desktop
|
|
Exec=telegram-desktop -- %U
|
|
Icon=org.telegram.desktop
|
|
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=false
|
|
SingleMainWindow=true
|
|
X-GNOME-UsesNotifications=true
|
|
X-GNOME-SingleWindow=true
|
|
|
|
[Desktop Action quit]
|
|
Exec=telegram-desktop -quit
|
|
Name=Quit Telegram
|
|
Icon=application-exit
|