Fix anydesk Ubuntu 22.04 not works issue
Fix anydesk Ubuntu 22.04 not works issue note.
Install anydesk
Download Anydesk from official website
1 | sudo dpkg -i ./anydesk_*_amd64.deb |
Install libpangox
After installing AnyDesk but it’s not running and get error :libpangox-1.0.so.0: cannot open shared object file: No such file or directory
install libpangox by below command :
1 | wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb |
Fix display server error
AnyDesk could run now but it’s still can’t be connected and get error :Status: display_server_not_supported
1 | sudo vim /etc/gdm3/custom.conf |
Apply below patch :
1 | [daemon] |
Reboot PC one time and anydesk works.
Fix anydesk Ubuntu 22.04 not works issue