From 68768d10fe0b6bfc0c2eb4cb5b3b0c9654832108 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Sun, 12 Mar 2017 16:02:59 +0100 Subject: [PATCH] Use SNAP_USER_COMMON to place our desktop files --- scripts/snap-wrapper.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/snap-wrapper.sh b/scripts/snap-wrapper.sh index f76fe0fa..9e45e910 100755 --- a/scripts/snap-wrapper.sh +++ b/scripts/snap-wrapper.sh @@ -29,10 +29,10 @@ export LIBGL_DRIVERS_PATH=$SNAP/usr/lib/$ARCH/dri # ensure the snappy gl libs win export LD_LIBRARY_PATH="$SNAP_LIBRARY_PATH:$LD_LIBRARY_PATH" -# We set XDG_DATA_HOME to SNAP_COMMON here as this will be the location we will +# We set XDG_DATA_HOME to SNAP_USER_COMMON here as this will be the location we will # create all our application launchers in. The system application launcher will # be configured by our installer to look into this directory for available # launchers. -export XDG_DATA_HOME="$SNAP_COMMON" +export XDG_DATA_HOME="$SNAP_USER_COMMON" exec $SNAP/usr/bin/anbox $@ -- GitLab