From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: .desktop file for emacs Date: Wed, 05 Dec 2007 21:12:17 -0500 Message-ID: References: <200712040715.lB47FVGB024963@oogie-boogie.ics.uci.edu> <200712050447.lB54lJFP014573@oogie-boogie.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: ger.gmane.org 1196907274 23392 80.91.229.12 (6 Dec 2007 02:14:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 6 Dec 2007 02:14:34 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dan Nicolaescu Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Dec 06 03:14:43 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 1J06GA-0007Mz-Gk for ged-emacs-devel@m.gmane.org; Thu, 06 Dec 2007 03:14:42 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J06Ft-0001SS-Ld for ged-emacs-devel@m.gmane.org; Wed, 05 Dec 2007 21:14:25 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1J06Ds-0008P8-1l for emacs-devel@gnu.org; Wed, 05 Dec 2007 21:12:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1J06Dr-0008OQ-97 for emacs-devel@gnu.org; Wed, 05 Dec 2007 21:12:19 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1J06Dr-0008OH-5F for emacs-devel@gnu.org; Wed, 05 Dec 2007 21:12:19 -0500 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1J06Dq-0001iN-P5 for emacs-devel@gnu.org; Wed, 05 Dec 2007 21:12:18 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1J06Dp-0000C0-V7; Wed, 05 Dec 2007 21:12:17 -0500 In-reply-to: <200712050447.lB54lJFP014573@oogie-boogie.ics.uci.edu> (message from Dan Nicolaescu on Tue, 04 Dec 2007 20:47:19 -0800) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:84771 Archived-At: I am not sure I understand your question. Let me restate what I was trying to say: a file called emacs.desktop would be installed in /usr/share/applications. It seems that files in /usr/share/applications are parsed and used to fill in the menus that appear at the top of the desktop in Gnome. Now that I understand the idea, it sounds like a good thing to do. Would someone like to implement this?