-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Please include qt5ct
platform plugin to AppImage
#526
Comments
Hi, Do you have specific steps to do this? By the way, which theme do you choose in VNote? Please choose Thanks! |
please see the discussion in AppImage repo which i linked above, it seems what you need to add extra arguments to qt-deploy command, to include qt5ct platform plugins (AppImageCommunity/pkg2appimage#88 (comment)) just using v_native in this case will fallback to default Fusion theme because qt5ct platform plugin is not available for statically built qt |
Hi, It should be bundled in AppImage now (e534eec). Please give it a try. |
should i rebuild appimage or which download link can i use in order to test it? |
You could try the latest build https://bintray.com/tamlok/vnote/vnote/_latestVersion (in the Files tab) |
i've downloaded latest AppImage and it still doesn't see qt5ct but as someone not familiar with qt or c++ generally i can't advice how to fix it :( |
but if you extract that appimage, you could find libqt5ct.so in it. |
i would however current aur build, as you mentioned, works fine with the latest qt now, so this issue is not so severe also i think mb could be better to leave it open in case if someone with experience with qt5ct and qt packaging stumble upon it |
Will try to compile it from source in CI. |
thanks a lot for researching this! |
see AppImageCommunity/pkg2appimage#88 (comment)
It will allow native look for VNote app if Qt5 is tuned by Qt5 Configuration Tool: https://sourceforge.net/projects/qt5ct/
The text was updated successfully, but these errors were encountered: