DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1   (View Single Post)  
Old 5th September 2009
st89 st89 is offline
New User
 
Join Date: Sep 2009
Posts: 4
Default GNOME

Hi all,

I followed these instructions from openbsdsupport to install gnome (altered for 4.5):

Quote:
Introduction:

A fresh install of OpenBSD does not include any graphical environment beyond the basic XFree86 (soon to be Xorg). If you want to run Gnome you must add it yourself. Fortunately, Gnome and it's graphical login manager (gdm) are available in the ports and as packages. Assuming you have a working XFree86 config (not explained here) perform the following steps to install Gnome and gdm.

*Note*
These steps are written for OpenBSD 3.6. Other version might use different versions of the Gnome software so the package names may change.

1. Locate your OpenBSD mirror. A list of Mirrors is available at *web address*

2. Install the gnome software. This can be done via the ports which is the long way and not recommended, or as a package. To install the required packages, do the following.

# pkg_add *web address*

Where someopenbsdmirror is you local mirror and ARCH is you machine architecture. Look in the /pub/OpenBSD/3.6/packages/ directory to find the name of the folder that matches your machine architecture.

This will take some time (depending on your internet connection speed).

3. Once this is done you can launch gnome manually, but most people will want it launched automatically by some graphical login manager. Gdm, which is the Gnome login manager, is a fine choice and it's available as a package. To install it, do the following.

#pkg_add *web address*

4. Once this is complete you have everything you need to run Gnome and gdm. You most likely want gdm launched at startup and there are a variety of ways to do this, but a simple way to do it is to add the following line to the end of /etc/rc.local

/usr/local/bin/gdm -nodaemon &

5. Remember to add /usr/local/bin to your PATH environment variable if it is not already there or Gnome will fail to launch.
Yet when I reboot it says "/usr/local/bin/gdm not found". Any ideas as to what this might be (seeing as though it is installed?).

Thanks in advanced for any help!
Reply With Quote
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove Gnome and X Malakim Solaris 2 12th April 2009 12:10 PM
USB icon on Gnome andycapp FreeBSD General 0 18th October 2008 11:50 PM
Screensave for gnome disappearedng FreeBSD General 1 8th September 2008 11:06 PM
Error gnome darken FreeBSD Installation and Upgrading 3 27th July 2008 12:21 PM
Gnome PBI for PC-BSD s0xxx Other BSD and UNIX/UNIX-like 2 22nd July 2008 01:34 PM


All times are GMT. The time now is 08:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick