What I'm trying to do is set it up to run without a display as sort of a slave, responding to MIDI commands that will trigger functions.
Works great with the GUI running as a proof of concept.
But now I want to run it from a command line in the background with no display.
I tried the -n / --nogui option but the GUI still shows up. If I try that from a remote shell command prompt, I get the error:
Eventually I will disable the Desktop and just boot to CLI since this thing will be embedded somewhere.qt.qpa.screen: QXcbConnection: Could not connect to display
Could not connect to any X display.
How can I get this working without a display?
And can anyone tell me what the service is for? Everything still seems to run through the qlcplus program. I'm new at this on rpi so hoping to learn.