From 9e09abb109958348d5d2be60eada8ec073976b33 Mon Sep 17 00:00:00 2001 From: Ducky Date: Fri, 16 Sep 2022 03:49:23 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=91=EF=B8=8F=20[#42]=20disable=20appim?= =?UTF-8?q?aged=20from=20starting=20by=20default=20until=20referenced=20is?= =?UTF-8?q?sue=20is=20resolved?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Leaving binary in-tact if users want to use it. --- src/common/sodalite-common.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/sodalite-common.yaml b/src/common/sodalite-common.yaml index a297f5e..3241b44 100644 --- a/src/common/sodalite-common.yaml +++ b/src/common/sodalite-common.yaml @@ -57,7 +57,7 @@ add-files: [ # /etc/xdg ["../../lfs/binaries/debian/indicator-application-patched/0.1/etc/xdg/autostart/indicator-application.desktop", "/etc/xdg/autostart/indicator-application.desktop"], - ["../sysroot/common/etc/xdg/autostart/appimaged.desktop", "/etc/xdg/autostart/appimaged.desktop"], + #["../sysroot/common/etc/xdg/autostart/appimaged.desktop", "/etc/xdg/autostart/appimaged.desktop"], # BUG: https://github.com/sodaliterocks/sodalite/issues/42 ["../sysroot/common/etc/xdg/autostart/gnome-software-service.desktop", "/etc/xdg/autostart/gnome-software-service.desktop"], ["../sysroot/common/etc/xdg/autostart/plank-wrapper.desktop", "/etc/xdg/autostart/plank-wrapper.desktop"],