From 4a5a058f1fef6f26401abf1bb852d2d7ea929d1f Mon Sep 17 00:00:00 2001 From: Ulrich Dangel Date: Tue, 13 Dec 2011 00:42:42 +0100 Subject: [PATCH] This patch fixes the incorrect keyboard layout under Xorg. If ~/.fluxbox/startup is not present startfluxbox will create that file. The generated ~/.fluxbox/startup runs per default xmodmap ~/.Xmodmap to configure the keyboard. This clashes with grmls keyboard setup. To prevent that we add a simplified ~/.fluxbox/startup file which does not run xmodmap. Thank to Malte Simon and Sedat Dilek for reporting the wrong keyboard layout within X11. --- etc/skel/.fluxbox/startup | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100755 etc/skel/.fluxbox/startup diff --git a/etc/skel/.fluxbox/startup b/etc/skel/.fluxbox/startup new file mode 100755 index 0000000..067f6ec --- /dev/null +++ b/etc/skel/.fluxbox/startup @@ -0,0 +1,18 @@ +#!/bin/sh +# This file will be generated by startfluxbox if it is not present. +# Unfortunately the generated file is insufficient with grml as it +# runs unwanted commands. This file prevents that and can be used as +# a skeleton for your own modifications. + +# Applications you want to run with fluxbox. +# MAKE SURE THAT APPS THAT KEEP RUNNING HAVE AN & AT THE END. +# +# unclutter -idle 2 & +# wmnd & +# wmsmixer -w & +# idesk & + +# And last but not least we start fluxbox. +# Because it is the last app you have to run it with exec before it. + +exec fluxbox -- 2.1.4