From f2bd9fcd7fe7ad5817e6c167bc376e099f2f91ad Mon Sep 17 00:00:00 2001 From: Bruno Lopes Date: Sat, 7 Jun 2025 11:34:50 -0300 Subject: [PATCH] build/linux: Do not bundle daemons on AppImage We weren't launching then (and not sure if we should at all). Also, the proper fix to some errors encountered is 330ebe90. --- build/linux/appimage/3_dist-gimp-goappimage.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/linux/appimage/3_dist-gimp-goappimage.sh b/build/linux/appimage/3_dist-gimp-goappimage.sh index 013c22cff2..536a4e9e54 100644 --- a/build/linux/appimage/3_dist-gimp-goappimage.sh +++ b/build/linux/appimage/3_dist-gimp-goappimage.sh @@ -261,8 +261,6 @@ bund_usr "$UNIX_PREFIX" "lib/glib-*/gio-launch-desktop" --dest "bin" prep_pkg "xapps-common" bund_usr "$UNIX_PREFIX" "share/glib-*/schemas" ### Glib commonly required modules -prep_pkg "gvfs" -bund_usr "$UNIX_PREFIX" "bin/gvfs*" --dest "${LIB_DIR}/gvfs" bund_usr "$UNIX_PREFIX" "lib/gvfs/*.so" bund_usr "$UNIX_PREFIX" "lib/gio/modules/*" conf_app GIO_MODULE_DIR "${LIB_DIR}/${LIB_SUBDIR}gio/modules"