Skip to content

Qt Appimage crash reporting missing file when open file dialog (packed using linuxdeployqt) #1323

Answered by probonopd
ychclone asked this question in Q&A
Discussion options

You must be logged in to vote

The culprit is most likely that you are shipping Qt Gtk integration. Please try this:

./Blink-x86_64.AppImage --appimage-extract
./squashfs-root/AppRun # try it, it will crash at the file open dialog
rm squashfs-root/usr/lib/libgtk-3.so.0
rm squashfs-root/usr/plugins/platformthemes/libqgtk3.so
./squashfs-root/AppRun # try it, it will no longer crash at the file open dialog

So make sure your AppDir does NOT include

usr/lib/libgtk-3.so.0
usr/plugins/platformthemes/libqgtk3.so

You might get away with just removing libgtk-3.so.0 and leaving `libqgtk3.so``, but ymmv.

Replies: 2 comments 11 replies

Comment options

You must be logged in to vote
3 replies
@probonopd
Comment options

@ychclone
Comment options

@probonopd
Comment options

Comment options

You must be logged in to vote
8 replies
@ychclone
Comment options

@probonopd
Comment options

@probonopd
Comment options

Answer selected by probonopd
@ychclone
Comment options

@probonopd
Comment options

@ychclone
Comment options

@probonopd
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants