32

After upgrading to Ubuntu 22.04 LTS, when I open AnyDesk app (downloaded from official website .deb file) nothing happens. In logs I can see this error/message:

Could not create transient scope for PID 7866: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Process with ID 7866 does not exist.
/usr/bin/anydesk: error while loading shared libraries: libpangox-1.0.so.0: cannot open shared object file: No such file or directory

Any idea, how to resolve this?

sky
  • 321

2 Answers2

55

I followed this guide and got it to work.

Essentially, you need to download and install libpangox manually with:

wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb

Then run the following command:

sudo apt install ./libpangox-1.0-0_0.0.2-5.1_amd64.deb
Eduardo
  • 1,183
1

use these appimages builds, the official packages are not working:

https://github.com/ivan-hc/Anydesk-appimage

eadmaster
  • 349