Lines 61-66
Link Here
|
61 |
fi |
61 |
fi |
62 |
|
62 |
|
63 |
SETXKBMAP=`gdmwhich setxkbmap` |
63 |
SETXKBMAP=`gdmwhich setxkbmap` |
|
|
64 |
# BugFix #407749 : GDM in your language automatically (patch by krinn revised by jay) |
65 |
# Configure setxkbmap like in /etc/conf.d/keymaps |
66 |
if [ -e "/etc/conf.d/keymaps" ]; then |
67 |
FINDKEYMAP=`grep "^keymap" '/etc/conf.d/keymaps' | awk -F"=" '{ print $2 }' | cut -c2-3` |
68 |
$SETXKBMAP $FINDKEYMAP |
69 |
fi |
70 |
|
64 |
if [ "x$SETXKBMAP" != "x" ] ; then |
71 |
if [ "x$SETXKBMAP" != "x" ] ; then |
65 |
# FIXME: is this all right? Is this completely on crack? |
72 |
# FIXME: is this all right? Is this completely on crack? |
66 |
# What this does is move the xkb configuration from the GDM_PARENT_DISPLAY |
73 |
# What this does is move the xkb configuration from the GDM_PARENT_DISPLAY |