From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-November/020284.html | 247 +++++++++++++++++++++++++++ 1 file changed, 247 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-November/020284.html (limited to 'zarb-ml/mageia-dev/2012-November/020284.html') diff --git a/zarb-ml/mageia-dev/2012-November/020284.html b/zarb-ml/mageia-dev/2012-November/020284.html new file mode 100644 index 000000000..c9f5419d5 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-November/020284.html @@ -0,0 +1,247 @@ + + + + [Mageia-dev] Cinnamon uploaded + + + + + + + + + +

[Mageia-dev] Cinnamon uploaded

+ Anne Nicolas + ennael1 at gmail.com +
+ Mon Nov 26 14:35:21 CET 2012 +

+
+ +
Le 26/11/2012 14:23, Joseph Wang a écrit :
+> On 25/11/12 17:22, Liam R E Quin wrote:
+>> On Sun, 2012-11-25 at 14:01 +0000, Anne Wilson wrote:
+>>
+>>>> Since there's no identification in the message, all I could
+>>>> suggest is a brute-force search of all files on the root or
+>>>> /usr partitons for the string "ConsoleKit", which appears in
+>>>> the error message. Then, identify the package which owns the
+>>>> file using rpmdrake.
+>>>>
+>>> Makes sense.  The only problem is I don't know how to do that.  I
+>>>   tried to use a combination of cat and grep, but there is no
+>>> recursive flag, so that won't work.  How would you do it?
+>>
+>> (1) grep -l -r ConsoleKit . this is easiest; -r is "recursive" But
+>> it will cross file system boundaries, so if you do it from / it
+>> will go into /use and /media and anywhere else it can find!
+>>
+>> (2) find / /usr -type f -xdev -print0 | xargs -0 grep -l ConsoleKit
+>>   This is the usual "find" approach. -type f means only print names
+>> of files, not directories, symbolic links or device files... -xdev
+>> means don't stray into other filesystems like /home -print0 is the
+>> same as -print (prints each matching name) but prints the filenames
+>> with a NUL (character 0, hence the 0 in -print0) after each name,
+>> instead of putting each file on a separate line. This is needed
+>> because of filenames containing spaces or newlines.
+>>
+>> xargs reads a list of files, one per line, or, with -0 (again the
+>> digit zero) separated by NUL bytes; it runs the command on each of
+>>   the files
+>>
+>> The -l option to grep says to print just the filename, needed in
+>> case there are binaries that contain the string.
+>>
+> Perfect.  The 'find' returns
+>
+> /usr/lib/libpowerdevilcore.so.0.1.0
+> /usr/lib/packagekitd
+> /usr/lib/libpolkit-qt-core-1.so.1.103.0
+> /usr/bin/xdm
+> /usr/bin/gnome-session
+> /usr/share/doc/nautilus/NEWS
+> /usr/share/doc/dbus/NEWS
+> /usr/share/doc/networkmanager-applet/ChangeLog
+> /usr/share/doc/sane-backends-1.0.23/ChangeLog
+> /usr/share/doc/gnome-power-manager/NEWS
+> /usrDelivered-To: ennael1 at gmail.com
+> Received: by 10.76.73.227 with SMTP id o3csp250222oav;
+>          Mon, 26 Nov 2012 05:23:26 -0800 (PST)
+> Received: by 10.180.99.36 with SMTP id en4mr17517445wib.20.1353936206030;
+>          Mon, 26 Nov 2012 05:23:26 -0800 (PST)
+> Return-Path:<mageia-dev-bounces at mageia.org>
+> Received: from ryu.zarb.org (ryu.zarb.org. [2002:d455:9e16::1])
+>          by mx.google.com with ESMTPS id i42si7883531wep.67.2012.11.26.05.23.19
+>          (version=TLSv1/SSLv3 cipher=OTHER);
+>          Mon, 26 Nov 2012 05:23:25 -0800 (PST)
+> Received-SPF: neutral (google.com: 2002:d455:9e16::1 is neither permitted nor denied by best guess record for domain of mageia-dev-bounces at mageia.org) client-ip=2002:d455:9e16::1;
+> Authentication-Results: mx.google.com; spf=neutral (google.com: 2002:d455:9e16::1 is neither permitted nor denied by best guess record for domain of mageia-dev-bounces at mageia.org) smtp.mail=mageia-dev-bounces at mageia.org
+> Received: from localhost (localhost [127.0.0.1])
+> 	by ryu.zarb.org (Postfix) with ESMTP id 610A11E278F;
+> 	Mon, 26 Nov 2012 14:23:18 +0100 (CET)
+> X-Virus-Scanned: amavisd-new at zarb.org
+> Received: from ryu.zarb.org ([127.0.0.1])
+> 	by localhost (ryu.zarb.org [127.0.0.1]) (amavisd-new, port 10025)
+> 	with ESMTP id HCEsQ1vGm+GC; Mon, 26 Nov 2012 14:23:17 +0100 (CET)
+> Received: from ryu.zarb.org (localhost [127.0.0.1])
+> 	by ryu.zarb.org (Postfix) with ESMTP id BB5D31E2790;
+> 	Mon, 26 Nov 2012 14:23:16 +0100 (CET)
+> X-Original-To: mageia-dev at mageia.org
+> Delivered-To: mageia-dev at mageia.org
+> Received: from localhost (localhost [127.0.0.1])
+> 	by ryu.zarb.org (Postfix) with ESMTP id A561C1E278F
+> 	for<mageia-dev at mageia.org>; Mon, 26 Nov 2012 14:23:14 +0100 (CET)
+> X-Virus-Scanned: amavisd-new at zarb.org
+> Received: from ryu.zarb.org ([127.0.0.1])
+> 	by localhost (ryu.zarb.org [127.0.0.1]) (amavisd-new, port 10025)
+> 	with ESMTP id hlvhyhBEmKEp for<mageia-dev at mageia.org>;
+> 	Mon, 26 Nov 2012 14:23:12 +0100 (CET)
+> Received: from mail-ea0-f172.google.com (mail-ea0-f172.google.com
+> 	[209.85.215.172])
+> 	by ryu.zarb.org (Postfix) with ESMTPS id CEE0A1E278E
+> 	for<mageia-dev at mageia.org>; Mon, 26 Nov 2012 14:23:12 +0100 (CET)
+> Received: by mail-ea0-f172.google.com with SMTP id a1so4062012eaa.3
+> 	for<mageia-dev at mageia.org>; Mon, 26 Nov 2012 05:23:12 -0800 (PST)
+> DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;
+> 	h=mime-version:date:message-id:subject:from:to:cc:content-type;
+> 	bh=x9LKYyYeEEzM4NTAejSc7AkWlLWTrRwEuMPzLZF03fI=;
+> 	b=qYOF86OW8M1HIMRIPGHZqpFmPuLceYqih369NQyMVyrEH0aslpMHwA5azM8MLIQrSQ
+> 	SwewDwKlRKny6kjmGalJ3/6HU9+gc5K4OqhFy/nCtU2HxvxJ5woZSyW9lBMgZsD3djtc
+> 	LBtwbZmxqgErewJ/O8FIfyal+ILEnCkWBAWBjYzQECeu17tBkFr6L8VyfIqUci9C7RTj
+> 	+q01fC4Xh5OVw8mU+uJQ+cMK526fx5dTtxnAVrcWVYbxWhmrDOC6F1y9+MvI1jKnKbJp
+> 	WgQ1ZgoQiaJ+AFAAF9b8jrM6klPGOwnxidrHCZ21dbUk9GvHLADjfpTfYQca0USzmxFT
+> 	gP9A==
+> MIME-Version: 1.0
+> Received: by 10.14.193.136 with SMTP id k8mr45516071een.30.1353936192282; Mon,
+> 	26 Nov 2012 05:23:12 -0800 (PST)
+> Received: by 10.14.136.200 with HTTP; Mon, 26 Nov 2012 05:23:12 -0800 (PST)
+> Date: Mon, 26 Nov 2012 21:23:12 +0800
+> Message-ID:<CAPoeEY8f0nyVNKqXyEMJZHARP2F2Mc9N=5owgtWDcdqSjmOQ0A at mail.gmail.com>
+> From: Joseph Wang<joequant at gmail.com>
+> To: mageia-dev at mageia.org
+> Content-Type: multipart/alternative; boundary=047d7b343e36ca209804cf65d5c4
+> Subject: [Mageia-dev] Cinnamon uploaded
+> X-BeenThere: mageia-dev at mageia.org
+> X-Mailman-Version: 2.1.12
+> Precedence: list
+> Reply-To: Mageia development mailing-list<mageia-dev at mageia.org>
+> List-Id: Mageia development mailing-list<mageia-dev.mageia.org>
+> List-Unsubscribe:<https://www.mageia.org/mailman/options/mageia-dev>,
+> 	<mailto:mageia-dev-request at mageia.org?subject=unsubscribe>
+> List-Archive:</pipermail/mageia-dev>
+> List-Post:<mailto:mageia-dev at mageia.org>
+> List-Help:<mailto:mageia-dev-request at mageia.org?subject=help>
+> List-Subscribe:<https://www.mageia.org/mailman/listinfo/mageia-dev>,
+> 	<mailto:mageia-dev-request at mageia.org?subject=subscribe>
+> Sender: mageia-dev-bounces at mageia.org
+> Errors-To: mageia-dev-bounces at mageia.org
+>
+> --047d7b343e36ca209804cf65d5c4
+> Content-Type: text/plain; charset=ISO-8859-1
+>
+> Hi all,
+>
+> I've uploaded the packages needed to get cinnamon working with Mageia.
+> These include
+>
+> cinnamon
+> nemo
+> muffin
+> task-cinnamon
+>
+> I don't have submission privileges so I'll need someone to review the
+> packages and then kick
+> off the build.
+>
+> It's a lot nicer than gnome3.   I'm in the process of trying to figure out
+> how to package some
+> extra themes and applets.
+
+Please we have already spoken about all this. We will not have cinnamon 
+or anything related to this in Mageia.
+
+We will then remove it.
+
+
+>
+> --047d7b343e36ca209804cf65d5c4
+> Content-Type: text/html; charset=ISO-8859-1
+> Content-Transfer-Encoding: quoted-printable
+>
+> Hi all,<br><br>I&#39;ve uploaded the packages needed to get cinnamon workin=
+> g with Mageia.=A0 These include<br><br>cinnamon<br>nemo<br>muffin<br>task-c=
+> innamon<br><br>I don&#39;t have submission privileges so I&#39;ll need some=
+> one to review the packages and then kick<br>
+> off the build.<br><br>It&#39;s a lot nicer than gnome3.=A0=A0 I&#39;m in th=
+> e process of trying to figure out how to package some<br>extra themes and a=
+> pplets.<br>
+>
+> --047d7b343e36ca209804cf65d5c4--
+
+
+-- 
+Anne
+http://mageia.org
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1