Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on Linux #33

Open
probonopd opened this issue Mar 17, 2017 · 0 comments
Open

Running on Linux #33

probonopd opened this issue Mar 17, 2017 · 0 comments
Assignees

Comments

@probonopd
Copy link

You need to set these exports to get it work:
export QT_PLUGIN_PATH=$QT/Qt/5.8/gcc_64/plugins/
export LD_LIBRARY_PATH=$QT/Qt/5.8/gcc_64/lib/
export QTDIR=$QT/Qt/5.8/gcc_64/

This should not be necessary with a properly packaged AppImage.
It looks like not all QML imports have been bundled correctly by linuxdeployqt:

me@host:~$ /home/me/Downloads/wordflow.appimage 
QApplication: invalid style override passed, ignoring it.
QQmlApplicationEngine failed to load component
qrc:/main.qml:6 module "QtQuick.Controls.Styles" is not installed

This is a bug and should be fixed.

@damaxi damaxi self-assigned this Mar 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants