mirror of
https://github.com/Cheviiot/Nivora.git
synced 2026-08-03 15:51:12 +00:00
rename(telegram-desktop): package ID to telegram
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.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user