Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6295 - /etc/init.d/keymaps overwrites my settings
Summary: /etc/init.d/keymaps overwrites my settings
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High minor (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-10 11:01 UTC by Klaus Kusche
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Klaus Kusche 2002-08-10 11:01:59 UTC
Thou shalt not silently & unconditionally load windowkeys after loading my
keyboard settings in /etc/init.d/keymaps 8-)

(because my keyboard map assigns nonstandard meanings to the three window keys,
and they get overwritten by your defaults...).

If you really want to include this file unconditionally, do it *before* loading
the user-selected keymap!

Thanks!
Comment 1 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-11 17:24:00 UTC
Ok, what about changing:

/bin/loadkeys -q ${KEYMAP} windowkeys >/dev/null

to:

/bin/loadkeys -q windowkeys ${KEYMAP} >/dev/null

in /etc/init.d/keymaps ?
Comment 2 Klaus Kusche 2002-08-12 09:04:31 UTC
That's what I did - works for me.
Comment 3 Martin Schlemmer (RETIRED) gentoo-dev 2002-08-12 13:15:01 UTC
Great, fixed on CVS.