Install Gnome 2.22 in FreeBSD


 
Thread Tools Search this Thread
Operating Systems BSD Install Gnome 2.22 in FreeBSD
# 1  
Old 09-13-2008
Install Gnome 2.22 in FreeBSD

at root command line

# pkg_add -r gnome2

This will download the latest GNOME 2.22 packages from the FreeBSD FTP site, and proceed to install them on your system.
Up-to-date GNOME packages for i386 and amd64 for all supported versions of FreeBSD are also available from the GNOME Tinderbox.
To build GNOME 2.22, you must first obtain the latest ports tree skeleton. This is most easily accomplished with portsnap(8) or cvsup. Then:
# cd /usr/ports/x11/gnome2
# make clean
# make install clean

You still need to enable the GNOME services to run e.g. the
graphical login automatically on system startup.

In order to make the most of your new GNOME Desktop, you will want to start all of the GNOME-related services at boot-time. If you wish to take full advantage of GNOME, add the following to /etc/rc.conf:
gnome_enable="YES"

This will enable services such as GDM, HAL, D-BUS, and Avahi on system startup. If you do not want to run all of these services, you should forgo the gnome_enable property, and manually enable the services you want.
If you do not want to reboot immediately after the installation, you can invoke the following commands:
# /usr/local/etc/rc.d/dbus start
# /usr/local/etc/rc.d/avahi-daemon.sh start
# /usr/local/etc/rc.d/avahi-dnsconfd.sh start
# /usr/local/etc/rc.d/hald start
# /usr/local/etc/rc.d/gdm start

To start GNOME 2.22 under X without using GDM, add the following line to ~/.xsession or ~/.xinitrc, as appropriate (see startx(1)):
exec gnome-session


source: FreeBSD GNOME Project: GNOME 2.22 FAQ

Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. BSD

Installing gnome on freebsd

I have a fresh 64-bits install of FreeBSD 8.1 on a machine, but having issues with getting gnome to work. I have followed the guidelines on FreeBSD GNOME Project: GNOME 2.32 FAQ In summary that is: pkg_add -r gnome2 Add gnome_enable="YES" to /etc/rc.conf After a reboot and logging in, there... (8 Replies)
Discussion started by: figaro
8 Replies

2. BSD

Gnome 2.2 gets very sluggish on FreeBSD 7

hello guys & gals I know this question was asked thousands of times and there are lots of solutions out there, I tried them all, but with no luck. Symptoms It takes about 3 to 5 minutes for Gnome to start up, I'm asked for my username/password and then the Gnome splash screen comes up, but... (5 Replies)
Discussion started by: sirbijan
5 Replies

3. Solaris

How to install gnome in solaris

How to install gnome in solaris 9 and 10, how to enable java environment in solaris 9 and 10. Thanks in Advance (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

4. BSD

Help with installing Gnome on FreeBSD

Recently, i have installed FreeBSD 5.3 on my computer. I then proceeded to install the latest version of Gnome. I went to the FreeBSD handbook and looked up how to set Gnome as my default window manager, and for some reason it did not work. I was wondering what exactly the command is to do set... (4 Replies)
Discussion started by: jgmyshko
4 Replies

5. UNIX for Dummies Questions & Answers

how do i install gnome under openbsd?

Right, its a basic one here. I have installed openBSD version 3.1, and gotten Xfree working, after many trial and errors. my next big problem is installing Gnome. I've unTAR'd it to /usr/bin, and, if i remember rightly, a few other places as well. how do i get the console/anything to recognise that... (4 Replies)
Discussion started by: rmford
4 Replies

6. UNIX Desktop Questions & Answers

installed GNOME on FreeBSD! need help with several things

ps. i posted this first on UNIX for Dummies Questions & Answers , Sorry about the double post Hi guys, I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me. Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2... (2 Replies)
Discussion started by: Dalma
2 Replies

7. UNIX for Dummies Questions & Answers

installed GNOME on FreeBSD! need help with several things

Hi guys, I still have "microsoft windows" eyes so this unix freebsd stuff still looks very alien to me. Yesterday I managed to install freebsd 5.1 on my dell notebook. And today I got Gnome 2.2 working. I have this problem I can only login to Gnome with my normal user account, and not with... (1 Reply)
Discussion started by: Dalma
1 Replies

8. UNIX for Dummies Questions & Answers

FreeBSD 4.4 Uninstalling KDE or GNOME

Hey all :) I finally got around to installing FreeBSD 4.4, which considering it's my first attempt with *nix, didn't go too badly. I've managed to configure X and everything else, but I've got a bit of a problem, lol. I installed KDE and GNOME. I had a rough idea as to what they were, but I... (5 Replies)
Discussion started by: hellz
5 Replies

9. UNIX Desktop Questions & Answers

Start Gnome in FreeBSD 4.5

I was finally able to get FreeBSD working with X-windows and KDE. I installed Gnome also. However am not given the chance to run Gnome when I type: startx at the command line. KDE seems to be default How can I run Gnome too? (1 Reply)
Discussion started by: lancest
1 Replies
Login or Register to Ask a Question