[K12OSN] Login/Startup Scripts in IceWM

Robert Arkiletian robark at gmail.com
Wed Mar 1 04:11:55 UTC 2006


On 2/28/06, Kevin <kevin at twofoos.com> wrote:
> Greetings all.  I am having a spot of trouble as the subject indicates.
>   I would like to have a script run for a particular user at login. I
> have no dificulties doing so until I make IceWM the desktop manager.
>

Try putting it in /etc/X11/gdm/Sessions/IceWM

For a particular user

if [ $UID -eq userid ];then
        exec /pathtoyourscript/script
fi

of course put your own userid (ex. 525) and your scipt path

--
Robert Arkiletian
C++ GUI tutorial http://fltk.org/links.php?V19




More information about the K12OSN mailing list