diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml index 12868805a5..b135df1377 100644 --- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml @@ -1052,7 +1052,7 @@ DisplayManager.requestPort: 0 If nothing special has been done to configuration file, then it is enough to simply type: - &prompt.root; echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc + &prompt.user; echo "/usr/X11R6/bin/gnome-session" > ~/.xinitrc Next, type startx, and the GNOME desktop environment will be @@ -1066,9 +1066,9 @@ DisplayManager.requestPort: 0 /usr/X11R6/bin/gnome-session: - &prompt.root; echo "#!/bin/sh" > ~/.xsession -&prompt.root; echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession -&prompt.root; chmod +x ~/.xsession + &prompt.user; echo "#!/bin/sh" > ~/.xsession +&prompt.user; echo "/usr/X11R6/bin/gnome-session" >> ~/.xsession +&prompt.user; chmod +x ~/.xsession Another option is to configure the display manager to allow choosing the window manager at login time; the section on @@ -1194,7 +1194,7 @@ export LD_PRELOAD instead of the default window manager. This is accomplished by editing the .xinitrc file: - &prompt.root; echo "/usr/local/bin/startkde" > ~/.xinitrc + &prompt.user; echo "/usr/local/bin/startkde" > ~/.xinitrc Now, whenever invoke X Window System with startx, KDE2 will be the desktop. @@ -1396,7 +1396,7 @@ esac XFCE the next time X is started. Simply type this: - &prompt.root; echo "/usr/X11R6/bin/startxfce" > ~/.xinitrc + &prompt.user; echo "/usr/X11R6/bin/startxfce" > ~/.xinitrc The next time X is started, XFCE will be the desktop.