-
Hi, I've packaged my Qt application using linuxdeployqt: But it crashes when it open open dialog: `(Blink-x86_64.AppImage:16591): Gtk-WARNING **: 10:37:40.688: Could not load a pixbuf from icon theme. How do I include the missing file in the AppImage? Or could linuxdeployqt include it automatically? ` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 12 replies
-
It crashes when it open file dialog |
Beta Was this translation helpful? Give feedback.
-
Hi, I'd like to reproduce this but unfortunately there is no AppImage for download at https://github.com/ychclone/blink/releases. |
Beta Was this translation helpful? Give feedback.
The culprit is most likely that you are shipping Qt Gtk integration. Please try this:
So make sure your AppDir does NOT include
You might get away with just removing
libgtk-3.so.0
and leaving `libqgtk3.so``, but ymmv.