Jim, the easiest way I found to accomplish this was to create A separate executable file called it "E17" with the usual contents In /usr/bin..
#!/bin/sh NOSPLASH=1 export NOSPLASH NOWELCOME=1 export NOWELCOME /usr/bin/enlightenment Then I would call it via .xinitrc or in any DM as "E17" instead. This used in conjunction with entrance made for the quickest boot-up Times I have ever seen, putting all others to shame. Ron Groenewold Pit Stop Computers [EMAIL PROTECTED] -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jim lawrence Sent: Thursday, April 14, 2005 8:55 AM To: [email protected] Subject: [e-users] remove splash & welcome message 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 ? -- Jim Lawrence Registered Linux User: #376813 ******************************************************** When I'm feeling down, I like to whistle. It makes the neighbor's dog run to the end of his chain and gag himself. ************************************ ------------------------------------------------------- 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=ick _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------- This SF.Net email is sponsored by: New Crystal Reports XI. Version 11 adds new functionality designed to reduce time involved in creating, integrating, and deploying reporting solutions. Free runtime info, new features, or free trial, at: http://www.businessobjects.com/devxi/728 _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
