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
2
3
wget http://ftp.us.debian.org/debian/pool/main/p/pangox-compat/libpangox-1.0-0_0.0.2-5.1_amd64.deb

sudo apt install ./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
2
3
4
5
6
7
8
9
10
 [daemon]
# Uncomment the line below to force the login screen to use Xorg
-#WaylandEnable=false
+WaylandEnable=false

# Enabling automatic login
-#AutomaticLoginEnable = true
-#AutomaticLogin = user1
+AutomaticLoginEnable = true
+AutomaticLogin = $USERNAME

Reboot PC one time and anydesk works.

Fix anydesk Ubuntu 22.04 not works issue

https://meowlucian.github.io/Fix-anydesk-Ubuntu-22-04/

Author

Meow Lucian

Posted on

2022-05-17

Updated on

2022-07-04

Licensed under

Comments