View Single Post
  #1   (View Single Post)  
Old 17th July 2012
barti barti is offline
Shell Scout
 
Join Date: Jul 2012
Posts: 122
Default gnome installation on openbsd 5.1

This is taken from the post "openbsd user can't connect to adsl" .
I want to make it simple and working HOWTO .

-----------------------------------
http://www.openbsd.org/faq/faq15.html

export PKG_PATH=ftp://openbsd.mirrorcatalogs.com/pub/OpenBSD/5.1/packages/i386/

Or other ftp site.



pkg_add -v gnome
pkg_add -v gnome-extras



In /etc/rc.conf make sure You have this:
pkg_scripts=dbus_daemon



Edit /root/.xinitrc
And add the line:
exec gnome-session


reboot

startx
Reply With Quote