From owner-freebsd-gnome@FreeBSD.ORG Sat Jan 17 11:56:06 2009 Return-Path: Delivered-To: gnome@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 850F7106564A for ; Sat, 17 Jan 2009 11:56:06 +0000 (UTC) (envelope-from wout@delta-design.be) Received: from lrelay02.edpnet.net (lrelay02.edpnet.net [212.71.1.211]) by mx1.freebsd.org (Postfix) with ESMTP id 1E4A58FC0C for ; Sat, 17 Jan 2009 11:56:05 +0000 (UTC) (envelope-from wout@delta-design.be) Received: from [192.168.1.3] (213.219.143.239.adsl.dyn.edpnet.net [213.219.143.239]) by lrelay02.edpnet.net (8.13.8/8.13.8) with ESMTP id n0HBu4Vb005658; Sat, 17 Jan 2009 12:56:04 +0100 From: Wout =?ISO-8859-1?Q?Decr=E9?= To: Joe Marcus Clarke In-Reply-To: <1232157247.1547.15.camel@shumai.marcuscom.com> References: <1232134130.1460.17.camel@localhost> <1232157247.1547.15.camel@shumai.marcuscom.com> Content-Type: text/plain; charset="ISO-8859-1" Organization: Delta Design Date: Sat, 17 Jan 2009 12:56:34 +0100 Message-Id: <1232193394.4015.16.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV version 0.92.1, clamav-milter version 0.92.1 on lrelay02.edpnet.net X-Virus-Status: Clean X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=disabled version=3.2.4 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on lrelay02.edpnet.net Cc: gnome@freebsd.org Subject: Re: FreeBSD Port: gnome2-lite-2.24.3 X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Jan 2009 11:56:06 -0000 On Fri, 2009-01-16 at 20:54 -0500, Joe Marcus Clarke wrote: > On Fri, 2009-01-16 at 20:28 +0100, Wout Decré wrote: > > Hi > > > > Is there a way to make GDM stop searching for the GNOME Power Manager? > > I get these warnings in /var/log/messages: > > > > Jan 16 20:04:03 xps gnome-session[1068]: WARNING: Could not launch > > application 'gnome-power-manager.desktop': Unable to start application: > > Failed to execute child process "gnome-power-manager" (No such file or > > directory) > > Jan 16 20:04:05 xps gdm-simple-greeter[1078]: WARNING: Could not ask > > power manager if user can suspend: The name > > org.freedesktop.PowerManagement was not provided by any .service files > > Jan 16 20:04:06 xps gdm-simple-greeter[1078]: WARNING: Could not ask > > power manager if user can suspend: The name > > org.freedesktop.PowerManagement was not provided by any .service files > > Jan 16 20:04:06 xps gdm-simple-greeter[1078]: WARNING: could not find > > item with id '__auto' to remove timer > > Jan 16 20:04:06 xps gdm-simple-greeter[1078]: WARNING: Could not ask > > power manager if user can suspend: The name > > org.freedesktop.PowerManagement was not provided by any .service files > > > > I am using x11/gnome2-lite (fresh install). I prefer not to install the > > sysutils/gnome-power-manager port. These messages came along with > > version 2.24.2, have not got them on 2.22.0. > > GDM 2.24 is a complete rewrite from 2.20. It attempts to launch g-p-m. > You can remove > the /usr/local/share/gdm/autostart/LoginWindow/gnome-power-manager.desktop file, or ignore these warnings. That stops the first warning (gnome-session). Still getting the gdm-simple-greeter's warnings. Think I am going to ignore them :) Stupid of me not looking in the share directory, I was only looking for a solution in the etc directory. Thanks! > > > > I am also getting the following error: > > > > Jan 16 20:03:53 xps avahi-daemon[926]: WARNING: No NSS support for mDNS > > detected, consider installing nss-mdns! > > This is expected. It can be safely ignored. Ok :) > Joe > Wout