Search Criteria
Package Details: telegram-desktop-dev-bin 6.4.1-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/telegram-desktop-dev-bin.git (read-only, click to copy) |
|---|---|
| Package Base: | telegram-desktop-dev-bin |
| Description: | Official desktop version of Telegram messaging app - Static binaries, developement version |
| Upstream URL: | https://desktop.telegram.org |
| Licenses: | GPL3 |
| Conflicts: | telegram-desktop, telegram-desktop-bin |
| Provides: | telegram-desktop |
| Submitter: | ItachiSan |
| Maintainer: | None |
| Last Packager: | ItachiSan |
| Votes: | 31 |
| Popularity: | 0.001745 |
| First Submitted: | 2023-08-01 07:54 (UTC) |
| Last Updated: | 2026-01-11 16:00 (UTC) |
Dependencies (9)
- desktop-file-utils (desktop-file-utils-gitAUR)
- glib2 (glib2-gitAUR, glib2-patched-thumbnailerAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libdbus (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus-nosystemd-gitAUR, dbus)
- libx11 (libx11-gitAUR, libx11-mr293AUR)
- chrpath (chrpath-gitAUR) (make)
- libappindicator-gtk2AUR (optional) – to hide Telegram in the tray bar in GTK2-based desktop environment
- libappindicator-gtk3 (libappindicator) (optional) – to hide Telegram in the tray bar in GTK3-based desktop environment
- xdg-utils (busking-gitAUR, xdg-utils-slockAUR, mimiAUR, mimi-gitAUR, openerAUR, mimejs-gitAUR, xdg-utils-mimeoAUR) (optional) – for automatic opening of URLs, files and directories in proper applications
Required by (3)
- purpose-git (requires telegram-desktop) (optional)
- purpose5 (requires telegram-desktop) (optional)
- tmulti-git (requires telegram-desktop)
Sources (11)
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/lib/xdg/org.telegram.desktop.desktop
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/lib/xdg/org.telegram.desktop.metainfo.xml
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/lib/xdg/org.telegram.desktop.service
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon128.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon16.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon256.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon32.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon48.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon512.png
- https://github.com/telegramdesktop/tdesktop/raw/v6.4.1/Telegram/Resources/art/icon64.png
- https://github.com/telegramdesktop/tdesktop/releases/download/v6.4.1/tsetup.6.4.1.tar.xz
Latest Comments
1 2 3 4 Next › Last »
ItachiSan commented on 2026-01-11 19:46 (UTC)
Hello to whomever is listening,
Since I am not using this package, I will disown it. As of today (2026-01-11) the package is up to date.
Feel free to poke me for maintenance help and hope someone will pick it up soon!
alllexx88 commented on 2024-04-04 11:14 (UTC) (edited on 2024-04-04 11:18 (UTC) by alllexx88)
I wrote a yaml config and and an override script for aur-auto-update.
telegram-desktop-dev-bin.yaml:The tricky part was that you either get a stable version URL from https://telegram.org/dl/desktop/linux, or a beta version URL from https://telegram.org/dl/desktop/linux?beta=1, and I didn't find any ready-made nvchecker source types to extract both and select the newer one. So I resorted to writing my own implementation as a bash script, luckily yaml format (used by
aur-auto-update, it gets auto converted to toml for nvchecker) supports multiline strings, and so it looks readable.telegram-desktop-dev-bin.override:We need an override script here, since the default
bin/update-pkgverjust updates the version, but we also need to set the_dev=value right.If you're okay with this kind of automation, you can use these files freely. Just create a PR to https://github.com/arch4edu/aur-auto-update with them (or your version), and add
AutoUpdateBotto the package as a co-maintainer. Or, I could create a PR myself if you're okay with that, you'd just need to addAutoUpdateBotas a co-maintainer. The bot will then check for new versions daily.xiota commented on 2024-04-01 22:07 (UTC) (edited on 2024-04-01 22:24 (UTC) by xiota)
Would renaming the desktop file this package installs as
org.telegram.desktopprevent duplicate entries?Alternatively, file can be added to
pacman.conf:alllexx88 commented on 2024-04-01 18:19 (UTC)
Hi, thank you for your work!
What do you think about using aur-auto-update bot to automatically track new releases? It can query for new versions, run test builds and push updates to AUR on success.
timhs commented on 2024-03-16 21:27 (UTC)
today after update, telegram-desktop don't start, a memory overflow happens and I get :
Scudo ERROR: internal map failure (NO MEMORY) requesting 34913876KBFirst time I had problems to start telegram.ItachiSan commented on 2023-11-27 19:19 (UTC) (edited on 2023-11-27 19:23 (UTC) by ItachiSan)
@earch theoretically it shouldn't generate its own desktop file.
The reason why I package a desktop file is because I can guarantee people will be able to start the application, just that.
EDIT 1: I looked through the code and it seems the desktop file is generated if you select the built in updater option.
See:
https://github.com/telegramdesktop/tdesktop/blob/v4.11.8/Telegram/SourceFiles/platform/linux/specific_linux.cpp#L417
You probably want to disable that and flag the package here when it is not updated.
earch commented on 2023-11-25 21:22 (UTC)
Why do we create
/usr/share/applications/telegramdesktop.desktopif Telegram creates a .desktop file on its own, when launching it?For me it's there:
.local/share/applications/org.telegram.desktop._f79d601e26a782fd149b3ffb098aae9f.desktopSo I end up with two Desktop Entries in my launcher. Btw they do differ, slightly.
xiota commented on 2023-09-20 13:18 (UTC) (edited on 2023-10-24 08:00 (UTC) by xiota)
Please remove
replacesdirective, in accordance with AUR submission guidelines.ItachiSan commented on 2023-08-01 07:56 (UTC)
Hi @MarsSeed,
All has been done :) See: https://aur.archlinux.org/packages/telegram-desktop-dev-bin
Thanks for the detailed guide! Given how busy I am recently, it helped a lot.
MarsSeed commented on 2023-07-31 13:57 (UTC)
You will need to add your co-maintainer to the new package, they won't get added automatically.
1 2 3 4 Next › Last »