diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.xml b/en_US.ISO8859-1/books/handbook/x11/chapter.xml index 7d6dbe5705..eb6e01229b 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.xml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.xml @@ -1077,8 +1077,8 @@ DisplayManager.requestPort: 0 Valentino Vaschetto - + Contributed by + @@ -1236,7 +1236,7 @@ DisplayManager.requestPort: 0 executable ~/.xsession as follows: - &prompt.user; echo "#!/bin/sh" > ~/.xsession + &prompt.user; echo "#!/bin/sh" > ~/.xsession &prompt.user; echo "/usr/local/kde4/bin/startkde" >> ~/.xsession &prompt.user; chmod +x ~/.xsession @@ -1250,73 +1250,43 @@ DisplayManager.requestPort: 0 Xfce is a desktop environment based on the GTK+ toolkit used by - GNOME, but is much more - lightweight and meant for those who want a simple, efficient - desktop which is nevertheless easy to use and configure. - Visually, it looks very much like - CDE, found on commercial &unix; - systems. Some of Xfce's features - are: + GNOME. However, it is more + lightweight and provides a simple, efficient, easy-to-use + desktop. It is fully configurable, has a main panel with menus, applets, and + application launchers, provides a file manager and sound manager, + and is themeable. Since it is fast, light, and efficient, + it is ideal for older or slower machines with memory + limitations. More information on Xfce + can be found at http://www.xfce.org. - - - A simple, easy-to-handle desktop - - - - Fully configurable via mouse, with drag and drop, - etc. - - - - Main panel similar to - CDE, with menus, applets and - applications launchers - - - - Integrated window manager, file manager, sound - manager, GNOME compliance - module, and more - - - - Themeable (since it uses GTK+) - - - - Fast, light and efficient: ideal for older/slower - machines or machines with memory limitations - - - - More information on Xfce - can be found on the Xfce website. - - To install Xfce, type: + To install the Xfce package: &prompt.root; pkg install xfce - Alternatively, to build from source, use the - Ports Collection: + Alternatively, to build the port: &prompt.root; cd /usr/ports/x11-wm/xfce4 &prompt.root; make install clean - Now, tell the X server to launch - Xfce the next time X is started. - Simply type this: + Unlike GNOME or + KDE, + Xfce does not provide its own + login manager. In order to start Xfce + from the command line by typing startx, + first add its entry to + ~/.xinitrc: &prompt.user; echo "/usr/local/bin/startxfce4" > ~/.xinitrc - The next time X is started, - Xfce will be the desktop. As - before, if a display manager like - XDM is being used, create an - .xsession, as described in - , but with the - /usr/local/bin/startxfce4. + An alternate method is to use + XDM. To configure this method, + create an executable + ~/.xsession: + + &prompt.user; echo "#!/bin/sh" > ~/.xsession +&prompt.user; echo "/usr/local/bin/startxfce4" >> ~/.xsession +&prompt.user; chmod +x ~/.xsession