We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5247f8d commit f2c2f12Copy full SHA for f2c2f12
linuxdeploy-plugin-gtk.sh
@@ -120,6 +120,7 @@ export APPDIR="${APPDIR:-"$(dirname "$(realpath "$0")")"}" # Workaround to run e
120
export GTK_DATA_PREFIX="$APPDIR"
121
export GTK_THEME="$APPIMAGE_GTK_THEME" # Custom themes are broken
122
export GDK_BACKEND=x11 # Crash with Wayland backend on Wayland
123
+export XDG_DATA_DIRS="$APPDIR/usr/share:/usr/share:$XDG_DATA_DIRS" # g_get_system_data_dirs() from GLib
124
EOF
125
126
echo "Installing GLib schemas"
0 commit comments