Hi to all. Got the following message:
telegram-desktop: error while loading shared libraries: libprotobuf-lite.so.30.1.0: cannot open shared object file: No such file or directory
Looks like the package had to be rebuilt after the protobuf updating, but it's not for some not apparent reason.
It might have been that some other packages are affected either.
I just tested telegram-desktop 5.13.1-4 on a fully updated system and it starts fine.
Which exact version do you have installed?
artist
I have 5.13.1-3 on my system:
~/ > pacman -Ss telegram-desktop
galaxy/telegram-desktop 5.13.1-3 [installed]
Official Telegram Desktop client
extra/telegram-desktop 5.13.1-4 [installed: 5.13.1-3]
Official Telegram Desktop client
As far as I know, extra belongs to Arch and Galaxy belongs to Artix. And I give Artix priority on my system.
Now it even more looks like the Artix's flawor is just expecting to be rebuilt.
It's there now and working. Thanks!
Now
$ pacman -Ss telegram-desktop
galaxy/telegram-desktop 5.14.3-1 [installed]
Official Telegram Desktop client
$ telegram-desktop
$ telegram-desktop: error while loading shared libraries: libprotobuf-lite.so.30.2.0: cannot open shared object file: No such file or directory
$ sudo pacman -S protobuf -s
world/protobuf 31.0-2 [installed]
Protocol Buffers - Google's data interchange format
HOw solve on this ?
Should be fixed now; pls try again.
artist