Page 1 of 1

QLC auto start at boot

Posted: Tue Jun 28, 2022 8:42 am
by Eliot
Hi, I've installed the official image, but I want more controls on the pi, especially control qlc with VNC, the problem is that at boot the raspberry start qlc automatically as the root user and this window of qlc can only be view via the Hdmi and not in VNC.
The problem is that I can start a window of qlc via VNC but I end up with 2 qlc sessions (one whit root and one with pi)
It cause problem with uart control because information of 2 qlc adds up.
If I kill the root session it's work fine
I juste want to find how to disable this auto start
Thanks :)

Re: QLC auto start at boot

Posted: Wed Jun 29, 2022 6:43 am
by mcallegari

Code: Select all

sudo systemctl disable qlcplus

Re: QLC auto start at boot

Posted: Wed Jun 29, 2022 4:07 pm
by Eliot
Thanks, the exact command that work for me is this

Code: Select all

sudo /lib/systemd/systemd-sysv-install disable qlcplus