From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.ciao.gmane.io!not-for-mail From: ndame Newsgroups: gmane.emacs.devel Subject: Re: Improving icons shipped with Emacs Date: Sun, 19 Apr 2020 07:56:24 +0000 Message-ID: References: <8wXYP4GY9hwW-9mYv6_LGMETZ8Vz3Ob1Bec6yh6kPT7yxjTkxA3V6dXY4ELra9tYiJUxJmgXKSIEX4w8HFiPRoeGVSQHDSoBVy1voj1e3Qo=@protonmail.com> <87wo6chv2c.fsf_-_@yahoo.com> <877dycgdio.fsf@yahoo.com> <87h7xgeybq.fsf@yahoo.com> Reply-To: ndame Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Injection-Info: ciao.gmane.io; posting-host="ciao.gmane.io:159.69.161.202"; logging-data="64121"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Robert Pluim , Richard Stallman , "emacs-devel@gnu.org" To: Po Lu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Apr 19 09:57:09 2020 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1jQ4pB-000GZm-MK for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Apr 2020 09:57:09 +0200 Original-Received: from localhost ([::1]:38870 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ4pA-00071u-PS for ged-emacs-devel@m.gmane-mx.org; Sun, 19 Apr 2020 03:57:08 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:43852) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jQ4od-0006Tp-8z for emacs-devel@gnu.org; Sun, 19 Apr 2020 03:56:35 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.90_1) (envelope-from ) id 1jQ4oc-0007jt-4w for emacs-devel@gnu.org; Sun, 19 Apr 2020 03:56:34 -0400 Original-Received: from mail-40135.protonmail.ch ([185.70.40.135]:16355) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jQ4ob-0007cq-Bm; Sun, 19 Apr 2020 03:56:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1587282989; bh=4xDxCCGkfn6Aloo2qo0b12QgSDnK1bUqfwd5PS5747A=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=LuNT2Fmg0/39IaSfKeALSj9WGMUu62Ok6Fhetu74l/xwDL1j+rx3Ozbm0xvVCyKYS e8upd1BGHZOmmHyVMpUYaIWiyAIKX34//uS4qgZsvbT3m3ZUBEGDJV9I9XGlgZT+Q8 5uZHaQnQIRZ19OAsEjgKkX3jFp7DfwPRynXFW800= In-Reply-To: <87h7xgeybq.fsf@yahoo.com> Received-SPF: pass client-ip=185.70.40.135; envelope-from=ndame@protonmail.com; helo=mail-40135.protonmail.ch X-detected-operating-system: by eggs.gnu.org: Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 185.70.40.135 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.io gmane.emacs.devel:247292 Archived-At: > > > The tar.gz file for the Gnome 2 icons has an AUTHORS file with names > > and email addresses: > > https://launchpad.net/gnome-icon-theme/main/2.20.0/+download/gnome-icon= -theme-2.20.0.tar.gz > > Hmm thanks, I'll take a look. Actually, the latest version linked from the Gnome wiki was not the latest = version of the 2.x branch. It's this: https://launchpad.net/gnome-icon-theme/main/2.91.93/+download/gnome-icon-th= eme-2.91.93.tar.gz Released in 2011. It has an updated COPYING saying: "GNOME icon theme is distributed under the terms of either GNU LGPL v.3 or Creative Commons BY-SA 3.0 license." So they should be asked to change it to "GNU LGPL v.3 and later" and then I= guess Emacs can use it.