|
OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD. |
|
Thread Tools | Display Modes |
|
|||
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 |
|
|||
Congratulations barti !
Quote:
I'm not sure about whether it makes a difference , but what I usually do to get a full & complete Gnome desktop in OpenBSD : Code:
pkg_add -v gnome-session Quote:
|
|
|||
Why then I don't see any menus in gnome?
maybe because, pkg_add -v gnome-extras ? |
|
|||
I've installed gnome-session & gnome-extras then started dbus-daemon ..
A screenshot from my OBSD-5.1 Box : but my laptop has issues with gnome 3 ( http://www.daemonforums.org/showthread.php?t=7286 ) |
|
|||
Quote:
Notice the Makefile from the ports tree: Code:
# minimal dependencies for a working desktop RUN_DEPENDS-main += \ x11/gnome/controlcenter \ x11/gnome/eog \ x11/gnome/file-roller \ x11/gnome/gedit \ x11/gnome/keyring \ x11/gnome/media \ x11/gnome/nautilus \ x11/gnome/session \ x11/gnome/system-monitor \ x11/gnome/terminal
__________________
Many thanks to the forum regulars who put time and effort into helping others solve their problems. |
|
|||
Thank you @backrow !!
I doubted my post when I read the DESC in /usr/ports/x11/gnome/session : Quote:
I wish gnome could stay slim and barebone or at least allow a barebone base install (as is the case in NetBSD) |
|
|||
Thanks to @backrow and to @jggimi !!
I was mistaken Recap for me and barti : the right step : Code:
$ sudo pkg_add gnome then : (optionally) Code:
$ sudo pkg_add gnome-extras [IMG=http://img687.imageshack.us/img687/4914/56273361.png][/IMG] Uploaded with ImageShack.us Screenshot from my ibook : soon .. maybe never :-) (those with a hardware shortcoming -my case- : Alt+right click on upper panel opens up a dialog box to add items etc .. ) Last edited by daemonfowl; 21st July 2012 at 03:08 AM. |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
OpenBSD installation goes perfectly | passthejoe | OpenBSD Installation and Upgrading | 4 | 16th November 2012 02:40 AM |
OpenBSD installation failed on X | RadioActive | OpenBSD Installation and Upgrading | 3 | 31st July 2008 06:43 PM |
Some questions about installation of OpenBSD | aleunix | OpenBSD Installation and Upgrading | 20 | 15th June 2008 11:57 AM |
Gnome issues in OpenBSD 4.2 | Shredder | OpenBSD General | 61 | 27th May 2008 07:34 AM |
Instaling Gnome in OpenBSD 4.3 | Ragnar | FreeBSD Ports and Packages | 1 | 21st May 2008 02:21 AM |