Package Details: ayugram-desktop 5.12.3-6

Git Clone URL: https://aur.archlinux.org/ayugram-desktop.git (read-only, click to copy)
Package Base: ayugram-desktop
Description: Desktop Telegram client with good customization and Ghost mode.
Upstream URL: https://github.com/AyuGram/AyuGramDesktop
Keywords: anti-recall ayugram telegram
Licenses: GPL-3.0-only
Submitter: ZhangHua
Maintainer: ZhangHua
Last Packager: ZhangHua
Votes: 12
Popularity: 2.13
First Submitted: 2023-11-06 01:05 (UTC)
Last Updated: 2025-04-05 03:17 (UTC)

Dependencies (46)

Required by (0)

Sources (40)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 Next › Last »

vitaliikuzhdin commented on 2024-08-01 16:06 (UTC)

@ReStranger I can confirm that after rebuilding the package, the issue disappears.

ReStranger commented on 2024-07-31 16:37 (UTC)

ayugram-desktop: symbol lookup error: ayugram-desktop: undefined symbol: XXH64_reset

ZhangHua commented on 2024-07-19 02:30 (UTC)

@arkadym It seems that your protobuf is not upgraded. protobuf on archlinux has already been 27. Anyway, rebuild this package should fix this, you may need extra-x86_64-build or makechrootpkg in devtools to build this package in a clean chroot environment.

arkadym commented on 2024-07-19 02:11 (UTC)

Did update system ytd and now cannot run Ayugram, did git pull and rebuild, yet same error ayugram-desktop: error while loading shared libraries: libprotobuf-lite.so.25: cannot open shared object file: No such file or directory

arkadym commented on 2024-06-27 09:35 (UTC)

@querta, thank you for advise, did that already, have no issue build it manually. Just thought may be there is way make it work auto ?

querta commented on 2024-06-25 10:26 (UTC) (edited on 2024-06-25 10:26 (UTC) by querta)

@arkadym do the following:

1) git clone https://aur.archlinux.org/ayugram-desktop.git 
2) cd ayugram-desktop
3) nano PKGBUILD
4) find the block starting with "makedepends="
5) replace "glib2-devel" with "glib2"
6) ctrl + s, ctrl + x
7) makepkg -si

arkadym commented on 2024-06-19 17:09 (UTC)

Cannot update package on Manjaro - unable to satisfy dependency 'glib2-devel' required by ayugram-desktop

ZhangHua commented on 2024-06-14 02:46 (UTC)

@warmap This is because gdbus-codegen is splited from glib2 to glib2-devel, the PKGBUILD is updated now to install glib2-devel when building.

warmap commented on 2024-06-13 19:13 (UTC) (edited on 2024-06-13 19:13 (UTC) by warmap)

every time when i try to build ayugram i get this error: CMake Error at cmake/external/glib/generate_dbus.cmake:11 (find_program): Could not find DESKTOP_APP_GDBUSCODEGEN using the following names: gdbus-codegen Call Stack (most recent call first): Telegram/lib_base/CMakeLists.txt:258 (generate_dbus)

ReStranger commented on 2024-06-05 11:27 (UTC)

to fix

/usr/share/applications/com.ayugram.desktop cannot be executed: The name is not activatable

use

sudo sed -i 's/DBusActivatable=true/DBusActivatable=false/' /usr/share/applications/com.ayugram.desktop