jim lawrence wrote:
I have tried to remove these 2 startup features with no luck at all I have the following in /etc/X11/gdm/Sessions/enlightenmentAt least for /etc/X11/gdm/Sessions/enlightenment, one thing you could do is :
#!/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 ?
#!/bin/sh NOSPLASH=1 NOWELCOME=1 exec /usr/bin/enlightenment
That's all ! This is what i use as a .xsession file.
About enlightenment.desktop, this file is not a shell script so i don't think you can export any env variables here.
------------------------------------------------------- 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_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
