Modifying Xstartup
Corné Beerse
cbeerse "at" lycos.nl
Thu Jul 1 08:19:00 2004
Jarod.E.Cannicott-1 wrote:
> I would like to modify the xstartup file so that I can specify certain
> applications to run at start up. I have found plenty of documentation on how
> to change the OS as in KDE and gnome, but I am fine with twm as long as I can
> start up the applications needed automatically. Any help would be greatly
> appreciated.
>
With twm and the origional vnc-xstartup script, it is just adding the
commandline to start the application to the ~/.vnc/xstartup script. There are
some details: All commands must be started in the background (add '&' at the end
of the command) and there is a prefered order. Just start adding one command
and see where it fits in. Most likely next to the `xterm &` already in there.
With other window- or displaymanagers, it is just following the managers
documentation to do so.
CBee