Diferencia entre revisiones de «Habilitar el Monitor del sistema»

De Guía Ubuntu
Saltar a: navegación, buscar
 
(Formato)
Línea 5: Línea 5:
 
Como siempre abrimos una terminal y escribimos:
 
Como siempre abrimos una terminal y escribimos:
  
'''gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"'''
+
$ gconftool-2 -t str --set /apps/metacity/global_keybindings/run_command_9 "<Control><Alt>Delete"
  
 
Le damos a Intro e introducimos la siguiente linea de comandos:
 
Le damos a Intro e introducimos la siguiente linea de comandos:
  
'''gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"'''
+
$ gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"
  
 
Otra forma de realizar la operación es utilizar la herramienta [http://www.guia-ubuntu.org/dapper/index.php/Automatix_y_EasyUbuntu#Automatix Automatix] y activar la opción ''Ctrl-Alt-Del (This configures Ctrl-Alt-Del to Open Gnome System Monitor (GNOME ONLY))''.
 
Otra forma de realizar la operación es utilizar la herramienta [http://www.guia-ubuntu.org/dapper/index.php/Automatix_y_EasyUbuntu#Automatix Automatix] y activar la opción ''Ctrl-Alt-Del (This configures Ctrl-Alt-Del to Open Gnome System Monitor (GNOME ONLY))''.
  
 
[[Categoría:Personalizar el entorno]]
 
[[Categoría:Personalizar el entorno]]

Revisión de 11:03 5 sep 2006

El tema concreto de esta guía no es habiltar esta aplicación sino que activar la popular combinacion de teclas Ctrl+Alt+Del, o Ctrl+Alt+Supr, para que inicie esta utilidad.

Este pequeño truco puede ser de mucha utilidad para los usuarios migrados de los sistemas windows en los cuales el uso de esta aplicacion es muy frecuente.

Como siempre abrimos una terminal y escribimos:

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

Le damos a Intro e introducimos la siguiente linea de comandos:

$ gconftool-2 -t str --set /apps/metacity/keybinding_commands/command_9 "gnome-system-monitor"

Otra forma de realizar la operación es utilizar la herramienta Automatix y activar la opción Ctrl-Alt-Del (This configures Ctrl-Alt-Del to Open Gnome System Monitor (GNOME ONLY)).