From 76ff721098c72ef69004331e75ca912c43bfa7b6 Mon Sep 17 00:00:00 2001 From: Bob Funk Date: Fri, 18 Nov 2022 06:03:28 +0000 Subject: desktop/gnome-shell: Updated for version 41.9. Signed-off-by: Willy Sudiarto Raharjo --- desktop/gnome-shell/gnome-shell.wrap | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 desktop/gnome-shell/gnome-shell.wrap (limited to 'desktop/gnome-shell/gnome-shell.wrap') diff --git a/desktop/gnome-shell/gnome-shell.wrap b/desktop/gnome-shell/gnome-shell.wrap new file mode 100644 index 0000000000000..51efe348f8077 --- /dev/null +++ b/desktop/gnome-shell/gnome-shell.wrap @@ -0,0 +1,14 @@ +#!/bin/bash +# +# gnome-shell wrapper script to include a non-standard gschemas directory. +# + +SYS_DATADIR=/usr/share +ALT_DATADIR=$SYS_DATADIR/gnome-shell/gsettings-desktop-schemas + +# Using XDG_DATA_DIRS, since gnome-shell searches these paths for schemas (in order): +if [ -e "$ALT_DATADIR" ]; then + export XDG_DATA_DIRS=$ALT_DATADIR:$SYS_DATADIR:$XDG_DATA_DIRS +fi + +exec /usr/bin/gnome-shell-bin "$@" -- cgit v1.2.3