Open Source Desktop Environment : XfceDesktop

HomePage :: Categories :: PageIndex :: RecentChanges
Search this site:

Revision [1073]

Most recent edit made on 2008-06-20 15:12:44 by OsdeInfo

Additions:
install xfce from yum package
# yum groupinstall XFCE-4.2




Revision [1065]

Edited on 2008-06-19 10:43:18 by OsdeInfo

Additions:
remove GNOME default that wasn't removed by yum remove gnome* !
# mv /etc/sysconfig/desktop /etc/sysconfig/desktop.old




Revision [1062]

Edited on 2008-06-19 10:16:18 by OsdeInfo

Additions:
XEvents


Deletions:
X11Events




Revision [1061]

Edited on 2008-06-19 10:15:51 by OsdeInfo

Additions:
X11Events




Revision [1060]

Edited on 2008-06-19 10:15:16 by OsdeInfo

Additions:
how to fix xinit & startx to start xfce by running startxfce4 !


Deletions:
howto fix xinit & startx to start xfce !




Revision [1059]

Edited on 2008-06-19 10:13:11 by OsdeInfo

Additions:
then
$ startxfce4
instead of just
$ startx 

howto fix xinit & startx to start xfce !
vi /etc/X11/xinit/Xclients
%%(bash)
# now if we can reach here, either no desktop file was present,
# or the desktop requested is not installed.
if [ -z "$PREFERRED" ]; then
GSESSION=gnome-session
STARTKDE=startkde
STARTXFCE=startxfce4 # ADD THIS LINE
# by default, we run GNOME.
if which $GSESSION >/dev/null 2>&1; then
exec `which $GSESSION`
fi
# if GNOME isn't installed, try KDE.
if which $STARTKDE >/dev/null 2>&1; then
exec `which $STARTKDE`
fi
# if KDE isn't installed, try XFCE # ADD THIS LINE
if which $STARTXFCE >/dev/null 2>&1; then # ADD THIS LINE
exec `which $STARTXFCE` # ADD THIS LINE
fi # ADD THIS LINE
fi


Deletions:
then
$ startxfce4
instead of just startx
xev
x events
KEYLEFTRIGHT
CTRL37109
ALT64113
WINDOZ115116
MENU117-
Scroll Lock78-
Pause110-
PrintScreen111-




Revision [1058]

Edited on 2008-06-18 14:00:51 by OsdeInfo

Additions:
# yum install xfdesktop xfce-utils xfce4-screenshooter-plugin xfce-mcs-plugins xfprint


Deletions:
# yum install xfdesktop xfce-utils xfce4-screenshooter-plugin xfce-mcs-plugins




Revision [1057]

Edited on 2008-06-18 13:57:14 by OsdeInfo

Additions:
# yum install xfdesktop xfce-utils xfce4-screenshooter-plugin xfce-mcs-plugins
instead of just startx
you can click on toolbox | mouse to switch your mouse from right-handed to left-handed


Deletions:
# yum install xfdesktop xfce-utils xfce4-screenshooter-plugin
instead of just startx




Revision [1055]

Edited on 2008-06-18 11:23:21 by OsdeInfo

Additions:
remove gnome*
install xfce (minimal)
# yum install xfdesktop xfce-utils xfce4-screenshooter-plugin
instead of just startx


Deletions:
# yum install xdm xfdesktop xfce-utils
# yum clean all




Revision [1041]

Edited on 2008-06-17 12:07:12 by OsdeInfo

Additions:
xfce is a lightweight desktop environment

replace gnome with xfce
on centos oracle red hat rhel 4 & 5 you can replace gnome with xfce 4 by using yum

# yum remove gnome*
# yum install xdm xfdesktop xfce-utils
# yum clean all


then
$ startxfce4




REFERRERS
Xubuntu




Revision [701]

The oldest known version of this page was edited on 2006-09-17 04:15:46 by WikkaWiki (unregistered user)
http://www.xfce.org/

Xfce Desktop

xev
x events
KEYLEFTRIGHT
CTRL37109
ALT64113
WINDOZ115116
MENU117-
Scroll Lock78-
Pause110-
PrintScreen111-
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0616 seconds