viernes, 26 de octubre de 2007

WindowMaker _ejecutar_app_autostart

1 - ir al directorio WindowMaker donde tengas instalado GNU
ejemplo #espartaco@linux:~/GNUstep/Library/WindowMaker

2 - editar el fichero autostart
ejemplo #
espartaco@linux:~/GNUstep/Library/WindowMaker/vi autostart
_______
#!/bin/sh
#

# Place applications to be executed when WindowMaker is started here.
# This should only be used for non-X applications or applications that

# do not support session management. Other applications should be restarted

# by the WindowMaker session restoring mechanism. For that, you should
# either set SaveSessionOnExit=YES or select "Save Session" in the Workspace # submenu of the root menu when all applications you want started are
# running.
#
# WindowMaker will wait until this script finishes, so if you run any

# commands that take long to execute (like a xterm), put a ``&'' in the
# end of the command line.
#

# This file must be executable.
#
/usr/X11R6/bin/wmcalclock &
/usr/X11R6/bin/wmnd &
_______

En este ejemplo se añaden dos pequeñas aplicaciones; un calendario reloj y un monitor de estado de la conexión a red.

3 - se guarda y se sale del fichero [:wq] comandos vi

4 - se reinicializa WindowMaker, los iconos de las aplicaciones se irán añadiendo en la parte inferior izquierda de la pantalla

-------
_útil, fácil y sencillo... ;-D
-------

No hay comentarios: