From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: .desktop file for emacs Date: Sun, 09 Dec 2007 11:56:06 +0100 Message-ID: <475BC9C6.4040909@swipnet.se> References: <200712040715.lB47FVGB024963@oogie-boogie.ics.uci.edu> <200712050447.lB54lJFP014573@oogie-boogie.ics.uci.edu> <200712080141.lB81fnIm005167@oogie-boogie.ics.uci.edu> <18266.22398.668409.861308@a1ihome1.kph.uni-mainz.de> <200712082138.lB8LcslQ021599@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1197197788 20322 80.91.229.12 (9 Dec 2007 10:56:28 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 9 Dec 2007 10:56:28 +0000 (UTC) Cc: Ulrich Mueller , rms@gnu.org, emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Dec 09 11:56:38 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1J1Jps-00012b-A1 for ged-emacs-devel@m.gmane.org; Sun, 09 Dec 2007 11:56:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1Jpa-0003TG-US for ged-emacs-devel@m.gmane.org; Sun, 09 Dec 2007 05:56:19 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J1JpW-0003Sy-K1 for emacs-devel@gnu.org; Sun, 09 Dec 2007 05:56:14 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J1JpU-0003Sj-Uf for emacs-devel@gnu.org; Sun, 09 Dec 2007 05:56:13 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J1JpU-0003Sg-PO for emacs-devel@gnu.org; Sun, 09 Dec 2007 05:56:12 -0500 Original-Received: from av10-1-sn2.hy.skanova.net ([81.228.8.181]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J1JpU-0006G2-B7 for emacs-devel@gnu.org; Sun, 09 Dec 2007 05:56:12 -0500 Original-Received: by av10-1-sn2.hy.skanova.net (Postfix, from userid 502) id 84BAB38067; Sun, 9 Dec 2007 11:56:10 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av10-1-sn2.hy.skanova.net (Postfix) with ESMTP id 48BC337FF0; Sun, 9 Dec 2007 11:56:10 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id E7B4437E4A; Sun, 9 Dec 2007 11:56:09 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <200712082138.lB8LcslQ021599@oogie-boogie.ics.uci.edu> X-detected-kernel: by monty-python.gnu.org: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:84912 Archived-At: Dan Nicolaescu skrev: > Ulrich Mueller writes: > > > >>>>> On Fri, 07 Dec 2007, Dan Nicolaescu wrote: > > > > > as would figuring out how to install it correctly. > > > > Basically, the desktop entry should go to /usr/share/applications/ and > > the icon(s) either to /usr/share/pixmaps/emacs_32.png or (preferred) > > to $XDG_DATA_DIRS/icons/hicolor/{16x16,24x24,32x32,48x48}/emacs.png > > (where XDG_DATA_DIRS is most likely just /usr/share), as described in > > . > > Does this mean the icons are not installed in the correct directory > right now? > > Given that you seem to understand this, do you want to provide a patch? Please don't. A normal user should be able to install Emacs to a prefix of his choice. I have several Emacs instances installed at different prefixes. Jan D.