Find the answer to your Linux question:
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,...
  1. #1
    Just Joined! REVEREND_FLIBBLE's Avatar
    Join Date
    Jun 2007
    Posts
    26

    [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,

  2. #2
    Just 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.

  3. #3
    Just Joined! REVEREND_FLIBBLE's Avatar
    Join Date
    Jun 2007
    Posts
    26
    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?

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    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
    Code:
    su -
    cp /usr/share/hal/fdi/policy/10osvendor/10-keymap.fdi /etc/hal/fdi/policy/10-keymap.fdi
    Then add a line
    Code:
    <merge key="input.xkb.options" type="string">grp:alt_shift_toggle,terminate:ctrl_alt_bksp</merge>
    If there is a line for input.xkb.options already, just add the terminate:ctrl_alt_bksp part.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...