Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 6592

Raspberry Pi Connect • Re: 1.30 / vnc off but still getting wayVNC errors

$
0
0
Shall I ignore this?
Or manually disable the service?
The simplest option if you know you will never want screen sharing is to install rpi-connect-lite instead of rpi-connect: it is the same as rpi-connect but lacks the WayVNC-related systemd units.

Code:

sudo apt remove --purge rpi-connectsudo apt install rpi-connect-lite
(Be sure to reboot to clear out the stale services.)

Alternatively, if you want to stick with rpi-connect: you can prevent WayVNC from trying to start at all by disabling its service and associated path unit (new in 1.3.0):

Code:

systemctl --user disable rpi-connect-wayvnc.service rpi-connect-wayvnc-watcher.path
Finally, if you don't want to do any of that: you can safely ignore it if you don't mind systemd periodically checking for a Wayland display and failing when none are found.

Statistics: Posted by paulmu — Mon Jul 08, 2024 7:24 am



Viewing all articles
Browse latest Browse all 6592

Trending Articles