I got new installed 22.04 PC, after completing anydesk installation it work fine but when I click quit then open it again it won't open at all at least until I restart my PC, is there any reason why?
Asked
Active
Viewed 1,418 times
0
1 Answers
0
I was having problems with Anydesk after I upgraded to 22.04 as well. After i disabled Wayland in the /etc/gdm3/custom.conf file by uncommenting this line "WaylandEnable=false" which switches it back to running Xorg instead of Wayland, it started working like normal

paper4dayz
- 1
- 1
-
Doesn't commenting out
WaylandEnable=false
mean thatWaylandEnable
now has a value oftrue
(meaning that you enabled Wayland? – RonJohn Mar 29 '23 at 02:23 -
1
anydesk
is still possibly running and not closing all the way?ps -ef | grep -i anydesk
or whatever its executable file is. – Terrance Jan 24 '23 at 05:06grep
itself – reinforcers Feb 02 '23 at 09:12