From owner-freebsd-questions@FreeBSD.ORG Tue Jul 24 07:49:03 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6379B16A421 for ; Tue, 24 Jul 2007 07:49:03 +0000 (UTC) (envelope-from d1945@sbcglobal.net) Received: from smtp119.sbc.mail.sp1.yahoo.com (smtp119.sbc.mail.sp1.yahoo.com [69.147.64.92]) by mx1.freebsd.org (Postfix) with SMTP id 45AC213C46C for ; Tue, 24 Jul 2007 07:49:03 +0000 (UTC) (envelope-from d1945@sbcglobal.net) Received: (qmail 84920 invoked from network); 24 Jul 2007 07:22:23 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=sbcglobal.net; h=Received:X-YMail-OSG:Received:Date:From:To:Subject:Message-ID:Mail-Followup-To:References:Mime-Version:Content-Type:Content-Disposition:In-Reply-To:User-Agent; b=ExC6zxEoiPuhJVMfb/YO24QvB9fDuUD+TT1077xNgGzXLp7eBoNsyOrjajY8p16snA5AYb4GVIy9oa6KR05LGQyEABTTrSR5q/x+LIqfbKCxAQ1Uvs5ezJFi2p09xAKXde0ZJPGcZ9iPGyh5VxMLJ8HwM8q9tSVDuXNJHml5jsE= ; Received: from unknown (HELO home) (d1945@sbcglobal.net@69.104.191.121 with login) by smtp119.sbc.mail.sp1.yahoo.com with SMTP; 24 Jul 2007 07:22:22 -0000 X-YMail-OSG: Brvy4TcVM1noquomj.t529hsTZyAixHtG7N5Vg9NruPkeu5LnxCLIRuGFeM1i6HbEOEAIU3heypJEB15deGws4GPiCUUlLgGeaFUMoDAGoWNEqSXet8YVBwUcJiy Received: by home (sSMTP sendmail emulation); Tue, 24 Jul 2007 00:22:22 -0700 Date: Tue, 24 Jul 2007 00:22:22 -0700 From: George To: User Questions Message-ID: <20070724072222.GA468@home> Mail-Followup-To: User Questions References: <539c60b90707230936p5462e842vad54446776ea164f@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <539c60b90707230936p5462e842vad54446776ea164f@mail.gmail.com> User-Agent: Mutt/1.4.2.1i Subject: Re: quickie: howto? window manager & xterms, but no kde/gnome/xfce 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: Tue, 24 Jul 2007 07:49:03 -0000 On Mon, Jul 23, 2007 at 09:36:53AM -0700, Steve Franks wrote: > I'm not totally opposed to what comes up in X if you start with no > .xinitrc, but it's a tad ugly. I'd ideally like to have a nifty window > manager, like one of those new 3d ones, but I find no point in running > kde/gnome/xfce - I launch everything (firefox, etc.) from a prompt > anyway. So howto? I presume I just have to put some things instead of > "exec xfce-session" in my .xinitrc? Not sure about nifty, but I think you're looking for something along the lines of fluxbox. It will provide virtual desktops, a way to launch programs from a prompt, and a desktop menu in case you need it. What more does anyone need, right? $ echo "exec /usr/X11R6/bin/startfluxbox start" >> ~/.xinitrc Be sure to install the devel version. > Is there a guide to this somewhere? Do most window managers configure > pretty easily without a desktop? Is this a common demand? Your request isn't unusual but it's been perennially discussed for longer than people care to remember. Google is your friend, but http://en.wikipedia.org/wiki/X_window_manager should get you started. Configuration is typically done with ... wait for it ... a text editor. ;-) > ([HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows > NT\CurrentVersion\Winlogon]-> change > "Shell"="c:\\windows\\system32\\cmd.exe" from shell=explorer) > > My friend got the idea for XP. As far as we know it's a completely > unknown XP hack. Please credit "Scott Plumlee" if you share/post it. LOL. No offense to your friend, but that setting is well known and applies to XP, 2000 and, IIRC, the entire Win9x line; there's also a HKCU setting, and a group policy option that mostly works. Google for something like "replacement shell", "litestep" or visit shellfront.org to see what's available either free or commercially. There's no reason to default to something as braindead as cmd.exe as your shell. We're getting way off-topic here, but I'll add a note of caution: replacing explorer.exe with something better as a shell is fairly trivial and while it does work well 99.8% of the time, chances are you will spend endless hours getting things "just right". If pursuing an uphill-bothways goal of getting sane or Unixy behaviour from Windows is your goal, I'd instead suggest installing Cygwin, and then hiding from view the desktop features like icons, the taskbar, etc. Cygwin will provide rxvt, bash (or csh, zsh, etc.), vim, screen, ssh, and just about anything else you'd want.