From owner-freebsd-questions@FreeBSD.ORG Wed Feb 1 04:33:40 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 E18B916A420 for ; Wed, 1 Feb 2006 04:33:40 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id 55ABC43D46 for ; Wed, 1 Feb 2006 04:33:40 +0000 (GMT) (envelope-from ryallsd@gmail.com) Received: by xproxy.gmail.com with SMTP id t12so46758wxc for ; Tue, 31 Jan 2006 20:33:39 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=uYjLJzuXCjz9e4pc+znfUFXoNJqRzgHfOzmJzF1oFszeICru9mt2dRjmf06NBSs3tGGwgXeLR0mTsbTJn865IojB0gNgvYbSmQz8tPRrblszYID8ZpAku9ELZnWzB0wpQlxBg54i8DF1Vpd6GTCMWTl6leYAfvC8v1YYEKCZQuU= Received: by 10.70.19.6 with SMTP id 6mr2827170wxs; Tue, 31 Jan 2006 20:33:39 -0800 (PST) Received: by 10.70.42.6 with HTTP; Tue, 31 Jan 2006 20:33:39 -0800 (PST) Message-ID: Date: Tue, 31 Jan 2006 20:33:39 -0800 From: Derrick Ryalls To: Eric Kjeldergaard In-Reply-To: <200601301013.47619.kjelderg@gmail.com> MIME-Version: 1.0 References: <200601301013.47619.kjelderg@gmail.com> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: Gnome's bottom panel doesn't display running programs 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, 01 Feb 2006 04:33:41 -0000 On 1/29/06, Eric Kjeldergaard wrote: > > Sunday 29 January 2006 12:36、Derrick Ryalls さんは書きました: > > Greetings, > > > > I did some searching, but didn't find anything so I was hoping someone > > might have a clue on this. > > > > I just did the compile for gnome 2.12 on FreeBSD 6 and so far most > > everything seems to work except the lower panel does not display the > > current running programs or the other virtual desktops. I can alt-tab > to > > the other programs in the same virtual terminal, and can use cntrl-alt > > (left/right) to get to the other terminals, but none show the normal bar > at > > the bottom. The top bar looks normal (has normal menus, clock, etc). I > > hope this is just dependancy that needs to be rebuilt, but am unsure of > > which one do try. > > > > My install was something like this: > > > > Install Freebsd 6 using 6.0 release disc burned last month. > > Install basic packages via sysinstall > > At this point I tried portupgrade -NPPR x11/gnome2 > > After many weird issue on out of date dependancies, I used the > > gnome2.12update script to fix the issues. > > After update script was finished, I executed a normal install: cd > > x11/gnome2; make install clean > > > > The final install did complete successfully and gnome has been running, > but > > the bottom panel isn't working. > > > > Thanks in advance for any clues. > > If I recall correctly (can't test at the moment due to hard disk failure) > GNOME relies on DBUS working to get everything working proper. I believe > that the window list is part of that. Try making sure that DBUS is in > fact > working. You enable it by putting dbus_enable="YES" or similar (from > memory, > that hard disk thing) in /etc/rc.conf. Since that only affects at boot > time, > either reboot or find the script (/usr/local/etc/rc.d/ somewhere, I should > think) and start it. Hope this does it for you, > > Eric > > -- > Emails appear more personalised with signatures. > > > I tried enabling and rebooting but I still have the issue. I have never noticed/needed that switch in rc.conf before though.