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 6a3dc91 commit d4fc272Copy full SHA for d4fc272
linuxdeploy-plugin-gtk.sh
@@ -223,7 +223,7 @@ EOF
223
if [ ! -f "$APPDIR/$gtk3_immodules_cache_file" ]; then
224
echo "WARNING: immodules.cache file is missing"
225
fi
226
- sed -i "s|$gtk3_libdir/||g" "$APPDIR/$gtk3_immodules_cache_file"
+ sed -i "s|$gtk3_libdir/3.0.0/immodules/||g" "$APPDIR/$gtk3_immodules_cache_file"
227
;;
228
4)
229
echo "Installing GTK 4.0 modules"
0 commit comments