Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 304879 Details for
Bug 407749
gnome-base/gdm-2.20.11-r2: keyword always in qwerty, here a patch to automatize keyboard detection
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
gdm-2.20.11-setxkbmap.patch
gdm-2.20.11-setxkbmap.patch (text/plain), 745 bytes, created by
jaypeche@gmail.com
on 2012-03-11 02:19:35 UTC
(
hide
)
Description:
gdm-2.20.11-setxkbmap.patch
Filename:
MIME Type:
Creator:
jaypeche@gmail.com
Created:
2012-03-11 02:19:35 UTC
Size:
745 bytes
patch
obsolete
>diff -urN gdm-2.20.11.orig/config/Init.in gdm-2.20.11/config/Init.in >--- gdm-2.20.11.orig/config/Init.in 2010-06-03 03:06:25.000000000 +0200 >+++ gdm-2.20.11/config/Init.in 2012-03-11 02:54:16.528353082 +0100 >@@ -61,6 +61,13 @@ > fi > > SETXKBMAP=`gdmwhich setxkbmap` >+# BugFix #407749 : GDM in your language automatically (patch by krinn revised by jay) >+# Configure setxkbmap like in /etc/conf.d/keymaps >+if [ -e "/etc/conf.d/keymaps" ]; then >+ FINDKEYMAP=`grep "^keymap" '/etc/conf.d/keymaps' | awk -F"=" '{ print $2 }' | cut -c2-3` >+ $SETXKBMAP $FINDKEYMAP >+fi >+ > if [ "x$SETXKBMAP" != "x" ] ; then > # FIXME: is this all right? Is this completely on crack? > # What this does is move the xkb configuration from the GDM_PARENT_DISPLAY
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 407749
: 304879 |
304881