We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2898f4 commit 83c21f5Copy full SHA for 83c21f5
linuxdeploy-plugin-gtk.sh
@@ -209,6 +209,7 @@ case "$DEPLOY_GTK_VERSION" in
209
gtk3_libdir="$(get_pkgconf_variable "libdir" "gtk+-3.0")/gtk-3.0"
210
gtk3_path="$gtk3_libdir/modules"
211
gtk3_immodulesdir="$gtk3_libdir/$(get_pkgconf_variable "gtk_binary_version" "gtk+-3.0")/immodules"
212
+ gtk3_printbackendsdir="$gtk3_libdir/$(get_pkgconf_variable "gtk_binary_version" "gtk+-3.0")/printbackends"
213
gtk3_immodules_cache_file="$(dirname "$gtk3_immodulesdir")/immodules.cache"
214
gtk3_immodules_query="$(search_tool "gtk-query-immodules-3.0" "libgtk-3-0")"
215
copy_tree "$gtk3_libdir" "$APPDIR/"
0 commit comments