Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Main Support Categories > General Help
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

General Help
All your general support questions for Ubuntu, Kubuntu, Edubuntu and Xubuntu.

 
Thread Tools Display Modes
Old May 7th, 2008   #1
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
[SOLVED] How do I get Ctrl+Alt+Del to open System Monitor again?

Back in Edgy or Feisty, I had found of a way to make System Monitor pop up with Ctrl+Alt+Del, just like in Windows. A couple of fresh installs later and I want to set that up again, but have lost the instructions to how I achieved this. Pretty sure I got it from this forum in the first place, so can someone please remind me how to do this? Cheers
OzzyFrank is offline   Reply With Quote
Old May 7th, 2008   #2
MetalMusicAddict
Tall Cafè Ubuntu
 
MetalMusicAddict's Avatar
 
Join Date: Jan 2005
My beans are hidden!
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

Paste this all on in a terminal.

Code:
gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_10 "<Control>grave" && gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_10 "gnome-system-monitor" && gconftool-2 -t str --set /apps/compiz/general/allscreens/options/run_command9_key "<Control>grave" && gconftool-2 -t str --set /apps/compiz/general/allscreens/options/command9 "gnome-system-monitor"
*Note. This will not work with Compiz enabled. It uses these keys in another way.
MetalMusicAddict is offline   Reply With Quote
Old May 7th, 2008   #3
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

Thanks. I'll look into that if no one else responds with an easier method. Well, not like it can get easier than pasting something into a terminal, but I mean something that will always work, especially since I do have Compiz enabled (which basically means this won't work for me then). Also, the way I achieved it earlier (if I remember right) wasn't with a long command but something more user-friendly, and of course didn't matter if Compiz was enabled.

Question: What does Compiz-Fusion use Ctrl+Alt+Del for? On my system that key combo does nothing.
OzzyFrank is offline   Reply With Quote
Old May 8th, 2008   #4
MetalMusicAddict
Tall Cafè Ubuntu
 
MetalMusicAddict's Avatar
 
Join Date: Jan 2005
My beans are hidden!
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

Quote:
Originally Posted by OzzyFrank View Post
Question: What does Compiz-Fusion use Ctrl+Alt+Del for? On my system that key combo does nothing.
Nothing. They just can't use those keys together with each other.
MetalMusicAddict is offline   Reply With Quote
Old May 11th, 2008   #5
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

Funny... my Keyboard Shortcuts app tells me Ctrl+Alt+Del is for Logout, though it does no such thing (and besides, the default for logout in Ubuntu is Ctrl+Alt+Backspace). So anyone figured out the answer yet to how to get this key combo to invoke System Monitor?
OzzyFrank is offline   Reply With Quote
Old May 11th, 2008   #6
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

OK, figured out how to achieve this, and it does work with Compiz-Fusion enabled:

- First of all go to System->Preferences->Keyboard Shortcuts
- Search for "Logout" action that is under Desktop actions.
you will see that Ctrl+Alt+Del combination is associated to Logout shortcut (even if it does not work)
- click on that shortcut and press Backspace if you want to disable it or choose another combination.

Close it and open the Configuration Editor (you will find it under Applications->System Tools)
- On left tree select: apps->metacity
- Select "Global_keybindings" and search for a "run_command_X" value (where X is between 1 and 12 and it is not used - I just used run_command_1)
- Add this value: <Control><Alt>Delete
- Now select "keybinding_commands" on left tree. Goto "command_X" where X is the same number selected in run_command_X option (eg: command_1)
- Add this value: gnome-system-monitor

If you don't have the Gconf editor open a terminal and paste these two commands:

gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"

gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
OzzyFrank is offline   Reply With Quote
Old May 12th, 2008   #7
MetalMusicAddict
Tall Cafè Ubuntu
 
MetalMusicAddict's Avatar
 
Join Date: Jan 2005
My beans are hidden!
Re: How do I get Ctrl+Alt+Del to open System Monitor again?

Quote:
Originally Posted by OzzyFrank View Post
OK, figured out how to achieve this, and it does work with Compiz-Fusion enabled.
This is what I've done in days past. I tried it again. No dice. I've also asked Compiz developers. This shouldn't work, if it does for you.
MetalMusicAddict is offline   Reply With Quote
Old May 12th, 2008   #8
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
Re: [SOLVED] How do I get Ctrl+Alt+Del to open System Monitor again?

Weird... this has always worked for me since Feisty, which is the first version of Ubuntu I could get Beryl happening on (due to crappy ATI card back then - I think I enabled that key combo back in Edgy, but desktop effects were a distant dream to me back then). I just forgot how I achieved this when doing a fresh install of Gutsy. I'm not surprised this works in Hardy, with Compiz-Fusion enabled, but obviously some of you guys are! (Seriously... I'm not lying to you - I have Compiz enabled and that key combo works a treat).

Is there possibly some package I have in my system that lets this combo work with desktop effects enabled?
OzzyFrank is offline   Reply With Quote
Old December 19th, 2008   #9
OzzyFrank
Has an Ubuntu Drip
 
OzzyFrank's Avatar
 
Join Date: Nov 2006
Location: Melbourne (Victoria, OZ)
Beans: 704
Ubuntu 9.10 Karmic Koala
Re: [SOLVED] How do I get Ctrl+Alt+Del to open System Monitor again?

Just confirming that I had to do this again just then as after the Intrepid upgrade it seems to have been disabled or set back to default or whatever, and it brings up the System Monitor straight away. No conflicts with Compiz-Fusion or anything of the like. Cheers
__________________
Soylent Green is PEOPLE!!!
OzzyFrank is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:57 PM.


vBulletin ©2000 - 2010, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry