-
Notifications
You must be signed in to change notification settings - Fork 411
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
AppImage file not generated? #546
Comments
So far I have never touched Qt 6 yet. linuxdeployqt most likely can't handle it properly? |
No,it can’t. I have tried it on Ubuntu 18.04 with Qt5.9(why 5.9? here is the reason), it works well. I really hope it can support Qt6. because some critical bugs have been fixed in the latest version. Besides, a lot of new APIs have been included, especially in QtWebEngihe module. |
I've faced the same issue (with qt5). From strace, the last linuxdeployqt action was a access to
solves the problem |
The question is, why doesn't linuxdeployqt deploy that file automatically... |
Same issue with Workaround is |
I created a simple demo project based on
Qt6.3.1
onubuntu20.04
, and created a directory tree manually like thismy
.desktop
file was likeafter that , I used
linuxdeployqt
like thislinuxdeployqt ./Untitled/usr/share/applications/untitled.desktop -verbose=2
As a result, some files was generated, and some Qt libs were copied into the
usr/lib
directory.I could run
AppRun
in terminal(with a warning,libEGL warning: pci id for fd 26: 1ab8:0010, driver (null)
pci id for fd 27: 1ab8:0010, driver (null)
), but nothing happened with double-clicking, Also I didn't see any files with suffix of .AppImage was generated. the whole bundle still looked like an ordinary directory but an executable one.here is the log.
The text was updated successfully, but these errors were encountered: