build/linux: Fix AppImage crashing due to lack of Xapp gschemas

Closes: #13082
This commit is contained in:
Bruno Lopes 2025-03-12 08:14:14 -03:00
parent f628b1715f
commit 4497c906c1
No known key found for this signature in database

View file

@ -251,9 +251,10 @@ else
fi
## Bundle base (bare minimum to run GTK apps)
### Glib needed files (to be able to use URIs and file dialogs)
### Glib needed files (to be able to use URIs and file dialogs). See: #12937 and #13082
bund_usr "$UNIX_PREFIX" "lib/glib-*/gio-launch-desktop" --dest "bin"
bund_usr "$UNIX_PREFIX" "share/glib-*/schemas"
prep_pkg "xapps-common"
bund_usr "$UNIX_PREFIX" "share/glib-*/schemas"
### Glib commonly required modules
prep_pkg "gvfs"
bund_usr "$UNIX_PREFIX" "lib/gvfs*"