Massimo Callegari
Massimo Callegari
Your patch is wrong. LIBSDIR is used almost everywhere with INSTALLROOT as well. Example: https://github.com/mcallegari/qlcplus/blob/master/engine/src/src.pro#L227 Your patch install things in /usr/usr/lib/etc.. If it was that easy I would have done...
Here's the explanation, I totally forgot about this: https://github.com/mcallegari/qlcplus/blob/master/variables.pri#L265 So basically you don't even need a patch as long as you build with Qt installed in /usr The hardcoded paths...
@jeromelebleu there's no reason really. When I originally forked QLC, it was already like that. Anyway, libolaio.so is included in (my) official Debian package. OLA is not a hard dependency...
The OLA plugin normally requires the OLA package to be installed. A few years ago I made this dependency optional, so the plugin is always there even if OLA is...
Fixed by #1358
Ok, let's take a step back then. What is the reason why this patch is needed ? Cause last time I checked, program changes were working. Please indicate step by...
So basically you opened an issue report regarding a misterious script you haven't shared, without describing the actual communication channel with QLC+ (web?? other??) and you want QLC+ to be...
Does the script actually end or some process in it keeps it pending? You can probably inspect this with the 'ps' command. Also, have you tried to "externalize" the script...
BTW this is related to #1270 As for forum, new users are successfully registering daily. Perhaps try with another email address
I have pushed a change that fixes the issue on the procfix branch. Please help to test. Please note though that this changes the behavior of a system command execution....