LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   gnome startup scripts? (https://www.linuxquestions.org/questions/linux-general-1/gnome-startup-scripts-16481/)

Hubas 03-17-2002 06:32 PM

gnome startup scripts?
 
Hi!

I have made a small script that I want to run everytime I start gnome.
Anyone have any tips on how to achieve this?

Thanks:)

nikhiljosh 03-24-2002 02:27 AM

edit .xinitrc in ur home dir
put all the initialization stuff before u start Gnome

Here is a sample of my .xinitrc

#!/bin/sh
xset +fp $HOME/.fonts
chbg -scenario $HOME/bin/sc1 &
exec /usr/X11R6/bin/fluxbox
Now in ur case replace fluxbox by gnome-session or whatever appropriate on ur sys
remember to put '&' sign for ur script
HTH :)


All times are GMT -5. The time now is 05:10 AM.