Install XFCE in OpenBSD
$ cd /usr/ports/x11/xfce4
$ make show=PKGNAME | awk '$1 !~ /===>/' > foo
# pkg_add `cat foo`
# cd
# Xorg -configure
# cp xorg.conf.new /etc/X11/xorg.conf
$ echo "exec startxfce4" > ~user/.xinitrc
$ startx
If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.














thanks alot