From owner-freebsd-ports@FreeBSD.ORG Fri May 5 11:53:57 2006 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B402E16A401 for ; Fri, 5 May 2006 11:53:57 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.177]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B47243D46 for ; Fri, 5 May 2006 11:53:57 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id e30so763378pya for ; Fri, 05 May 2006 04:53:56 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:references; b=aSdFTnTtt168KfyZIvE8JaNxHZOvm0Nzr9iPUVyG7/EztEjvRPbMpunEzz8RRD3HwtxPAv74Zl02O7uKAlDioQGSDBTPc2snAb1NLd92OL6Qhb8Yw0ZLtmIPsft1t+vMJfpGXndzx31YvkLjNE58pfQ2YWi/OVJLZYKTsrS0zJ4= Received: by 10.35.99.5 with SMTP id b5mr596502pym; Fri, 05 May 2006 04:53:56 -0700 (PDT) Received: by 10.35.12.4 with HTTP; Fri, 5 May 2006 04:53:56 -0700 (PDT) Message-ID: Date: Fri, 5 May 2006 07:53:56 -0400 From: "michael johnson" To: "eculp@encontacto.net" In-Reply-To: <20060505062114.bsn1kcw2s4wgco4g@correo.encontacto.net> MIME-Version: 1.0 References: <20060505062114.bsn1kcw2s4wgco4g@correo.encontacto.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: ports@freebsd.org Subject: Re: After the upgrade to gnome 2.14 the epiphany browser will not run under kde. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ahze@ahze.net List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 May 2006 11:53:57 -0000 On 5/5/06, eculp@encontacto.net wrote: > > After the upgrade to 2.14, the Epiphany web browser no longer wants to > run with kde. It generates the following error: > > Startup failed because of the following error: > Unable to determine the address of the message bus You need dbus running. I'm going to copy and paste the old faq since we removed it since gnome-session starts dbus session. *How do I use D-BUS from within the GNOME Desktop?* If you ever start up an application and see the following error: WARNING **: Service registration failed. WARNING **: Unable to determine the address of the message bus It means the application wants to use D-BUS. D-BUS is a message bus system which allows for applications to communicate with one another. Many applications such as Evince, Epiphany, Evolution, an= d Liferea are starting to make use of D-BUS's services. In order for applications to communicate with D-BUS, the system message daemon must first be started. To do this, add the following to /etc/rc.conf= : dbus_enable=3D"YES" I'm probably the only person who uses epiphany with kde. > > ed > > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >