I have gone through the tutorial of enabling Ctrl_ALT_Backspace - http://ubuntu.igameilive.com/2009/10/enable-ctrl-alt-backspace-in-ubuntu-910... I want to do it using gconftool, I have Opened the gconf-editor and the corresponding key is * /desktop/gnome/peripherals/keyboard/kbd/options* ideally, the gconftool command for this will be
gconftool-2 --type list --list-type string --set /desktop/gnome/peripherals/keyboard/kbd/options '[terminate terminate:ctrl_alt_bksp]'
but when I am applying the command , it is setting up the right configuration but Ctrl_ALT_Backspace is not working. There must be some mistake in syntax. can anybody look into it,