From owner-freebsd-questions@FreeBSD.ORG Wed Apr 19 21:57:03 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9139716A401 for ; Wed, 19 Apr 2006 21:57:03 +0000 (UTC) (envelope-from parv@pair.com) Received: from mta11.adelphia.net (mta11.adelphia.net [68.168.78.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED2C43D45 for ; Wed, 19 Apr 2006 21:57:02 +0000 (GMT) (envelope-from parv@pair.com) Received: from default.chvlva.adelphia.net ([69.160.66.115]) by mta11.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with ESMTP id <20060419215701.KJO10520.mta11.adelphia.net@default.chvlva.adelphia.net>; Wed, 19 Apr 2006 17:57:01 -0400 Received: by default.chvlva.adelphia.net (Postfix, from userid 1000) id E2CE2B77C; Wed, 19 Apr 2006 17:57:19 -0400 (EDT) Date: Wed, 19 Apr 2006 17:57:19 -0400 From: Parv To: Enigma Message-ID: <20060419215719.GA9035@holestein.holy.cow> Mail-Followup-To: Enigma , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: Installing Gnome (Or possibly other GUI) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Apr 2006 21:57:03 -0000 in message , wrote Enigma thusly... > Please wrap your lines around 70 characters or so, instead of writing one-line paragraphs. > My question is, how can I install this GUI, or will it be easier > to install an alternative with less graphics and tag along > programs? I'm essentially getting a GUI going due to the fact I'm > new to Unix as a whole and would be good to assist learning of the > OS and the shell. Due to this, something like a windows clone > Gnome or KDE may be good, but I'm just as willing to have to learn > to use a good GUI that isnt windows clone. Try x11-themes/fvwm-themes, which will install x11-wm/fvwm2-devel as a dependency. Put "fvwm-themes-start" in your ~/.xinitrc, then run startx. On the resulting screen, if you left click the empty area, called "root window" (or "desktop" if you prefer), a menu will pop up which will have "Theme Configuration" or some such title. From there, you can choose "Redmond 98" or "Redmond XP" themes for button-shapes, "start menu", taskbar & other thingumadoodles. You may need to do adjustments to your "theme" as you may or may not have all the programs installed (or even care about) which are listed in the menus and|or displayed as buttons. - Parv --