You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Then i tried to run the .AppImage with ./AppRun, but the console print: qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
I used QT_DEBUG_PLUGINS=1 ./AppRun and got: qt.core.plugin.factoryloader: checking directory path "/usr/lib/node_modules/my-app/deploy/linux/build/my-app/platforms"
The "platforms" folder does not exist, so i changed the path for plugins on qt.conf for /usr/lib/node_modules/@nodegui/nodegui/miniqt/6.4.1/gcc_64/plugins
All is working now, but since seems to be a bug, i wanted to make a post about it, have a good day/night.
The text was updated successfully, but these errors were encountered:
amaillo
changed the title
The plugins path in qt.conf (linux) points to a non-existent folder (Bug)
The plugins path in qt.conf (linux mint) points to a non-existent folder (Bug)
Oct 12, 2023
Hello, i was testing my app in linux mint (linuxmint-21.1-cinnamon-64bit) with a Virtual machine, after the installation in the console wrote:
Then i tried to run the .AppImage with
./AppRun
, but the console print:qt.qpa.plugin: Could not find the Qt platform plugin "xcb" in ""
I used
QT_DEBUG_PLUGINS=1 ./AppRun
and got:qt.core.plugin.factoryloader: checking directory path "/usr/lib/node_modules/my-app/deploy/linux/build/my-app/platforms"
The "platforms" folder does not exist, so i changed the path for plugins on qt.conf for
/usr/lib/node_modules/@nodegui/nodegui/miniqt/6.4.1/gcc_64/plugins
All is working now, but since seems to be a bug, i wanted to make a post about it, have a good day/night.
The text was updated successfully, but these errors were encountered: