Page 1 of 1

startup programs

Posted: Thu Apr 30, 2009 6:06 pm
by AlexMex90
Hi! I would like to config conky to start when login.

how can I do this???

thanks in advance :)

Re: startup programs

Posted: Thu Apr 30, 2009 8:18 pm
by shane
the programs run at startup are configured in ~/.fluxbox/startup

It is basically a script that is run at login...

to run conky at startup add the following line where you want in the script. There is a section in the script where it is recommended that you add your programs.... It is indicated in the comments as 'ADD APPLICATIONS YOU WISH TO LAUNCH AT LOGIN IN THIS SECTION'

Code: Select all

conky &

Re: startup programs

Posted: Tue Aug 17, 2010 10:21 am
by Zyxon
Hi. Simply conky& didn't work for me. Just to be clear. You have to place the conky starter code before exec fluxbox. Now for me fluxbox somehow overlayed conky, so I made conky to sleep for 2 seconds, this gives time to the other startup applications to load, including fluxbox. I've done it like this:

Code: Select all

sleep 2 &&  /usr/bin/conky &


It is also usually a good idea to include the full path to the binary, not only its name. I hope this helped.

Re: startup programs

Posted: Tue Aug 17, 2010 12:26 pm
by shane
As a rule of thumb, 'exec fluxbox' should always be the last thing that is run by the startup file.

Re: startup programs

Posted: Wed Aug 18, 2010 2:42 am
by Zyxon
shane wrote:As a rule of thumb, 'exec fluxbox' should always be the last thing that is run by the startup file.
+1

Re: startup programs

Posted: Thu Aug 19, 2010 10:42 am
by RandAlThor
In the default Gnome Linux Mint, after installing and configuring Conky, go to Preferences->Start Up Programs. Conky should be there; just check the box and you should be good to go ... this worked for me to get Conky running on start up. :mrgreen: