FRIHOSTFORUMSFAQTOSBLOGSDIRECTORY
You are invited to Log in or Register a Frihost Account!

Small Linux Question, start Idesk when icewm starts

 


kansloos
I currently expirimenting with an old PC and linux.

The comp boots itself into GDM and when u log in it continues to Icewm. A few days ago I found an app named idesk which serves desktopicons for minimal window managers, like Icewm. I got it all setup the way I wanted it too. But I didn't manage to start idesk automaticly when icewm starts.

Does anybody know how to get this done?
MrBlueSky
You can do this by changing the startup-configuration file of IceWM:

Quote:

The startup is a script (must be executable) that is executed by icewm-session command on startup.

It can look like this:

#!/bin/sh
idesk&
(sleep 2; psi&)&

Do not forget to make this file executable

$ chmod +x startup

Note: It is recommended to use '#!/bin/sh' as the first line, to use /bin/sh to execute the script.

Also make sure all applications are starting at background (&).


For this, and the location of the startup file, see: http://www.icewm.org/FAQ/IceWM-FAQ-4.html#ss4.2 and http://www.icewm.org/FAQ/IceWM-FAQ-4.html#ss4.3
Reply to topic    Frihost Forum Index -> Computers -> Software

FRIHOST HOME | FAQ | TOS | ABOUT US | CONTACT US | SITE MAP
© 2005-2007 Frihost, forums powered by phpBB.