On 4/14/05, jim lawrence <[EMAIL PROTECTED]> wrote: > I have tried to remove these 2 startup features with no luck at all > I have the following in > /etc/X11/gdm/Sessions/enlightenment > #!/bin/sh > NOSPLASH=1 > export NOSPLASH > NOWELCOME=1 > export NOWELCOME > /usr/bin/enlightenment > and in /usr/share/xsessions/enlightenment.desktop (this makes it > show in the sessions list at the login > [Desktop Entry] > Encoding=UTF-8 > Name=Enlightenment > Comment=This session logs you into Enlightenment > NOSPLASH=1 > export NOSPLASH > NOWELCOME=1 > export NOWELCOME > Exec=enlightenment > TryExec=enlightenment > Type=Application > > Neither one removes the welcome & splash > > Any help ?
In Fedora Core, the following should be place in ~/.Xclients-default: ------------------------------------ export NOSPLASH=1 export NOWELCOME=1 ------------------------------------- -- With kind regards, Didier. --- Didier F.B Casse | PhD candidate | LiMiNT Beamline Singapore Synchrotron Light Source (SSLS), 5 Research Link, Singapore 117603 Email: [EMAIL PROTECTED]| Web: http://ssls.nus.edu.sg | GPG Key 1024D/B3C57D01 2004-06-23 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
