On Tue, Jan 06, 2004 at 03:04:48AM -0800, [EMAIL PROTECTED] wrote: > Hi, > > I already configured the XFree86 on my FreeBSD system and I want to run > the KDE or Gnome desktop applications. How is this possible. > > I appreciate your help. Totally newbie here :) If you have the time, patience and disk space, you could:
for gnome: # cd /usr/ports/x11/gnome2 # make install clean for kde: # cd /usr/ports/x11/kde3 # make install clean Or just install the packages (will fetch from the ftp servers) # pkg_add -r kde or # pkg_add -r gnome2 hth Gautam _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"