File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,15 +205,15 @@ case "$DEPLOY_GTK_VERSION" in
205
205
echo " Installing GTK 3.0 modules"
206
206
gtk3_exec_prefix=" $( get_pkgconf_variable " exec_prefix" " gtk+-3.0" ) "
207
207
gtk3_libdir=" $( get_pkgconf_variable " libdir" " gtk+-3.0" ) /gtk-3.0"
208
- gtk3_path=" $gtk3_libdir /modules"
208
+ # gtk3_path="$gtk3_libdir/modules" export GTK_PATH="\$APPDIR/$gtk3_path "
209
209
gtk3_immodulesdir=" $gtk3_libdir /$( get_pkgconf_variable " gtk_binary_version" " gtk+-3.0" ) /immodules"
210
210
gtk3_printbackendsdir=" $gtk3_libdir /$( get_pkgconf_variable " gtk_binary_version" " gtk+-3.0" ) /printbackends"
211
211
gtk3_immodules_cache_file=" $( dirname " $gtk3_immodulesdir " ) /immodules.cache"
212
212
gtk3_immodules_query=" $( search_tool " gtk-query-immodules-3.0" " libgtk-3-0" ) "
213
213
copy_tree " $gtk3_libdir " " $APPDIR /"
214
214
cat >> " $HOOKFILE " << EOF
215
215
export GTK_EXE_PREFIX="\$ APPDIR/$gtk3_exec_prefix "
216
- export GTK_PATH="\$ APPDIR/$gtk3_path "
216
+ export GTK_PATH="\$ APPDIR/$gtk3_libdir :/usr/lib64/gtk-3.0:/usr/lib/x86_64-linux-gnu/gtk-3.0 "
217
217
export GTK_IM_MODULE_FILE="\$ APPDIR/$gtk3_immodules_cache_file "
218
218
219
219
EOF
You can’t perform that action at this time.
0 commit comments