LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   backround and gkrellm (https://www.linuxquestions.org/questions/linux-newbie-8/backround-and-gkrellm-94044/)

ematrixxx 09-18-2003 12:22 AM

backround and gkrellm
 
ok, i have a nice picture for my background and a gkrellm toolbar, the thing is that these do not pop up every time i turn on my computer in slackware, I want these to load in when i start the gui, can i do this ? how do i do this ? thankyou !

MasterC 09-18-2003 12:40 AM

How do you get into X on Slack? Do you boot into a gui, or do you startx?

If you startx, edit .xinitrc in your user's home directory to have the commands listed, something similar to this:
Code:

Xsetroot /path/to/image &
gkrellm -w &
exec /path/to/window/manager

replacing the /path/to with the actual paths of course ;)

Cool


All times are GMT -5. The time now is 04:33 PM.