Results 1 to 4 of 4
In older distributions I had the ability to logout by keying in
ctrl+alt+backspace
and this is no longer a default supported function in fc12.
much thanks in advance,...
- 12-28-2009 #1
[SOLVED] help would like to enable fc12 ctrl+alt+backspace to logout
In older distributions I had the ability to logout by keying in
ctrl+alt+backspace
and this is no longer a default supported function in fc12.
much thanks in advance,
- 12-28-2009 #2Just Joined!
- Join Date
- Dec 2009
- Posts
- 10
Hi,
It's by default ctrl+alt+delete for logout in fc12. You should be able to change it by System --> preferences --> Keyboard Shortcuts.
- 12-28-2009 #3
I do not seem to have any 'logout' entry in this list. however I have the ability to add a shortcut.
anybody know what the command is to logout?
- 12-28-2009 #4
For most, if not all, newer distros, CTRL+ALT+BKSP has been deprecated. Used to be you could add an option to xorg.conf to get it back, but that doesn't work with newer distros either.
The solution is to add a hal policy turning it on.
I don't know about Fedora, but in Arch there is a default template at /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi
You need to copy that to /etc/hal/fdi/policy/10-keymap.fdi
Then add a lineCode:su - cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/10-keymap.fdi
If there is a line for input.xkb.options already, just add the terminate:ctrl_alt_bksp part.Code:<merge key="input.xkb.options" type="string">grp:alt_shift_toggle,terminate:ctrl_alt_bksp</merge>


