It was Oct 3, 2000, 14:24, when [EMAIL PROTECTED] keyboarded:

Hello Marcia,

If you want to use XFCE as only window manager (as I do :), you can write
your ~/.xinitrc like this:

#!/bin/sh
#
# xinitrc file for XFce 3 startxfce script

# Some distro needs to allows even localhost to use the display
xhost +$HOSTNAME
xsetroot -solid black -cursor_name watch

# Start-up stuff from ~/Desktop/Autostart directory, if it exists
# (as it seems to be the new standard)
if [ -d "$HOME/Desktop/Autostart" ]; then
  for i in `ls -1 ${HOME}/Desktop/Autostart/ 2>/dev/null`; do
    if [ -x $HOME/Desktop/Autostart/$i ]; then
      $HOME/Desktop/Autostart/$i &
    fi
  done
fi

# Launch xscreensaver (if available)
xscreensaver -no-splash -lock-mode &

# Finally, launch XFce window manager
exec xfwm

That should do it!

Paul

>Dear Adrian and All, Many choices are listed in the graphical login. The only 
>one that lets me in at the login is KDE. Otherwise when I get into KDE , 
>Gnome seems to mix with my KDE alot of the time. I did open an xterm in KDE 
>and did a XFCE command and there it was sort of. There was an icon panel for 
>it and then I set it up I think. It was in my KDE though .I do not know how 
>to switch to that one so that it is the only desktop filling the screen.
>
>I did the Normal install and Custom setup. I did not do expert because I am 
>not an expert yet. The first time I installed I was able to choose the 
>different desktops at the graphical login. 
>
>Any help here will be greatly appreciated. Sincerely, Marcia
>
>

--
Windows crashed.
I am the Blue Screen of Death.
No one hears your screams.

http://nlpagan.net - ICQ 147208 - Registered Linux User 174403
              -=PINE 4.21 on Linux Mandrake 7.1=-


Reply via email to