speed47 / qpxtool

Enhanced (unofficial) qpxtool version
GNU General Public License v2.0
25 stars 7 forks source link

Linux AppImage doesn't have the LiteOn/Pioneer plugins #31

Closed moisespr123 closed 1 year ago

moisespr123 commented 1 year ago

Only allows me to choose the benQ and NEC plugins.

rKsanu2MMYvypWePtQWM commented 1 year ago

For me the only selectable thing is "Autodetect" when using the appimage under the qScan plugin dropdown. Using HL-DT-ST BH16NS40.

speed47 commented 1 year ago

Hello,

I can't seem to be able to reproduce your issue, just downloaded the latest AppImage and I see all plugins:

qpxtool_screen
rKsanu2MMYvypWePtQWM commented 1 year ago

Is that Windows version? Anyways, I get only the < Autodetect > option in that menu (OpenSUSE Tumbleweed)

speed47 commented 1 year ago

No, that's the AppImage version, running from a Linux server with X forwarding enabled on Windows.

However, I finally can reproduce the problem: the issue is that on my server, I also have qpxtool installed locally, and the problem here is that the AppImage version doesn't look for the plugins in the temporary mount directory but on the local system. This is why it "worked" on my side, but not on yours!

I had to boot a LiveCD to reproduce it and understand what was going on. I have to patch the code so that it looks in the proper directory for the AppImage version

rKsanu2MMYvypWePtQWM commented 1 year ago

Thank you very much for your time

speed47 commented 1 year ago

pl4 should now work correctly in AppImage mode