Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/xinitrc
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/xinitrc')
-rw-r--r--scripts/xinitrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/xinitrc b/scripts/xinitrc
index cdf3268..9dfc388 100644
--- a/scripts/xinitrc
+++ b/scripts/xinitrc
@@ -47,6 +47,11 @@ elif [ ! -z $PROFILE ]; then
export SUGAR_PROFILE=$PROFILE
fi
+if [ -n $SUGAR_XKBCONFIG ]; then
+ cat $SUGAR_XKBCONFIG | xkbcomp - $DISPLAY 2> /dev/null
+ rm $SUGAR_XKBCONFIG
+fi
+
JHBUILD="$ROOT_DIR/install/bin/jhbuild -f $ROOT_DIR/scripts/jhbuildrc"
RUN_COMMAND="dbus-launch --exit-with-session $SCRIPTS_DIR/run-with-keyring sugar"