Telegram Desktop fails to start with ALHP wayland #80
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This time I did some testing before submitting an issue and it's unrelated to testing repos being enabled xD
Apparently, Telegram Desktop is broken in my environment (GNOME over Wayland) when using wayland from ALHP repo (installing it from official repos makes the issue disappear, and installing back makes it happen again).
Digging a bit on this:
Apparently
telegram-desktop
on ALHP has been built over wayland 1.20.0, while latest wayland version on ALHP is 1.19.0, then leaving the dependencies in a broken state until wayland completes its build (which is taking some time, since there are lots of queued packages).Seems related to my issue
Yeah, indeed. ALHP should delay package publishing until package dependences are built too, avoiding broken packages.
Related to #78.
ALHP does not build with its own packages as dependencies. It always builds with official packages, and it does make sure these are up-to-date. This can only be an LTO problem. Most likely we have some new candidates for the LTO blacklist.
I would like to try a rebuild, but I would expect the same problem appearing again.
Same goes for #79.
In this case, it was because of the Wayland version, now it is working properly after wayland 1.20 arrived ALHP.
Ah, I did not check
wayland
. Well, good that it works now.