From owner-freebsd-gnome@FreeBSD.ORG Fri Oct 1 19:37:55 2004 Return-Path: Delivered-To: freebsd-gnome@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EA6016A4CE for ; Fri, 1 Oct 2004 19:37:55 +0000 (GMT) Received: from sv02.webonaut.com (kirk.webonaut.com [212.41.243.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE06243D46 for ; Fri, 1 Oct 2004 19:37:53 +0000 (GMT) (envelope-from klammer@webonaut.com) Received: from localhost (localhost [127.0.0.1]) by sv02.webonaut.com (Postfix) with ESMTP id 98C2176425 for ; Fri, 1 Oct 2004 21:37:51 +0200 (CEST) Received: from sv02.webonaut.com ([127.0.0.1]) by localhost (sv02.webonaut.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 20587-02 for ; Fri, 1 Oct 2004 21:37:46 +0200 (CEST) Received: from [192.168.0.9] (sisko.webonaut.com [212.41.243.28]) by sv02.webonaut.com (Postfix) with ESMTP id 9D8D876423 for ; Fri, 1 Oct 2004 21:37:45 +0200 (CEST) Message-ID: <415DB20F.7010608@webonaut.com> Date: Fri, 01 Oct 2004 21:37:51 +0200 From: Franz Klammer User-Agent: Mozilla Thunderbird 0.8 (X11/20041001) X-Accept-Language: en-us, en MIME-Version: 1.0 To: gnome Content-Type: multipart/mixed; boundary="------------010705080107000709000106" X-Virus-Scanned: by amavisd-new at webonaut.com Subject: gnomapplet2-2.8.0/battstat wrong apm path X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Oct 2004 19:37:55 -0000 This is a multi-part message in MIME format. --------------010705080107000709000106 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit fighting currently with my brand new acer 292 notebook :-) noticed that the default path to apmı) is wrong. attached the a patch. franz. --------------010705080107000709000106 Content-Type: text/plain; name="patch-battstat_battstat.schemas.in" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-battstat_battstat.schemas.in" --- battstat/battstat.schemas.in.orig Fri Oct 1 21:26:32 2004 +++ battstat/battstat.schemas.in Fri Oct 1 21:26:43 2004 @@ -115,7 +115,7 @@ /schemas/apps/battstat-applet/prefs/suspend_command battstat-applet string - /usr/bin/apm -s + /usr/sbin/apm -s Suspend Command Command to send to suspend the computer --------------010705080107000709000106--