Thanks, I got it working. One note, the spaces after the keywords are required. (Took me a couple of times to figure that out).

Do you know if there is a way to run a script as Enlightenment is starting? I want to run a script that checks for my network connection and if I don't have one, I want to run rp3 (the RedHat dialer).

I can think of a few other things this would be good for also.

On Thu, 2003-02-13 at 14:41, Bradley Reed wrote:
In your ~/.enlightenment diectory add to the end of your ...e_session-XXXXXX.snapshots.0 file (preferably while enlightenment is not running) the following lines:

NEW: xscreensaver.XScreensaver
NAME: xscreensaver
CLASS: XScreensaver
CMD: xscreensaver -no-splash

This works great for me, although I am not using GDM. Mandrake 9 installed KDM and I haven't had any good reason to change it.

Hope this helps.
Brad



On 13 Feb 2003 09:24:02 -0500
Hugh Taylor <[EMAIL PROTECTED]> wrote:

>  
> I have created both, trying to get at least xscreensaver to run (I'll
> add more once I know it works) as I login to Enlightenment, but it
> doesn't seem to be working. When my laptop boots, I get the GDM login, I
> have Enlightenment set as my default session, enlightenment starts but
> it doesn't seem to be running either .xsession or .xinitrc. I have
> included the file below (.xsession and .xinitrc are the same). Any
> ideas? Oh, I'm using RedHat 7.3.
> 
> ------------------------------------------------------------------
> #!/bin/bash
> # I hope this works
> 
> # redirect errors to a file in user's home directory if we can
> errfile="$HOME/.xsession-errors"
> if cp /dev/null "$errfile" 2> /dev/null ; then
>     chmod 600 "$errfile"
>     exec > "$errfile" 2>&1
> else
>     errfile=`mktemp -q /tmp/xses-$USER.XXXXXX`
>     if [ $? -eq 0 ]; then
>         exec > "$errfile" 2>&1
>     fi
> fi
> 
> exec /usr/X11R6/bin/xscreensaver &
> -----------------------------------------------------------------
> 
> -- 
> Hugh Taylor <[EMAIL PROTECTED]>
> 


-------------------------------------------------------
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
_______________________________________________
enlightenment-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users
--
Hugh Taylor <[EMAIL PROTECTED]>

Reply via email to