From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 899FB15808A for ; Sun, 20 Jul 2025 17:15:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 73B3F340CD7 for ; Sun, 20 Jul 2025 17:15:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6A13111055F; Sun, 20 Jul 2025 17:15:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 63BFD11055F for ; Sun, 20 Jul 2025 17:15:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 14C5D33BF39 for ; Sun, 20 Jul 2025 17:15:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A56F3147 for ; Sun, 20 Jul 2025 17:15:27 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1753011462.c8ff0e624e4f3d08798ab0b1f3459dbbe98fa447.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:emacs-common commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog emacsclient.desktop X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: c8ff0e624e4f3d08798ab0b1f3459dbbe98fa447 X-VCS-Branch: emacs-common Date: Sun, 20 Jul 2025 17:15:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 544686ae-a28b-4f3b-8d4c-6def7297f1ca X-Archives-Hash: fc23ae2866ddb85feb9b883a228a02ee commit: c8ff0e624e4f3d08798ab0b1f3459dbbe98fa447 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jul 20 11:37:42 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jul 20 11:37:42 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=c8ff0e62 Update desktop entry for emacsclient * emacsclient.desktop (NoDisplay): Remove; the menu entry is useful when Emacs is run as a daemon. (Categories, StartupWMClass): New keys, copied from emacs.desktop. Signed-off-by: Ulrich Müller gentoo.org> ChangeLog | 6 ++++++ emacsclient.desktop | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index ce515d5..21884d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2025-07-20 Ulrich Müller + + * emacsclient.desktop (NoDisplay): Remove; the menu entry is + useful when Emacs is run as a daemon. + (Categories, StartupWMClass): New keys, copied from emacs.desktop. + 2025-06-28 Ulrich Müller * Version 1.12 released. diff --git a/emacsclient.desktop b/emacsclient.desktop index 70968bc..1b20e29 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -2,7 +2,6 @@ Type=Application Version=1.0 Name=Emacsclient -NoDisplay=true Comment=Tell a running Emacs to visit a file Comment[de]=In einer laufenden Emacs-Instanz eine Datei öffnen Comment[es]=Abrir un archivo en un Emacs corriente @@ -12,3 +11,5 @@ TryExec=/usr/bin/emacsclient Exec=/usr/bin/emacsclient %F Terminal=false MimeType=text/css;text/english;text/html;text/plain;text/x-c;text/x-chdr;text/x-csrc;text/x-c++;text/x-c++hdr;text/x-c++src;text/x-java;text/x-makefile;text/x-moc;text/x-pascal;text/x-tcl;text/x-tex;application/x-shellscript;x-scheme-handler/org-protocol; +Categories=Development;TextEditor; +StartupWMClass=Emacs