commit: e3f74ecad2b849ef2a082cb0fd78bdfd55c646c1 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Jul 20 15:26:18 2025 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Jul 21 16:22:06 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=e3f74eca
Update name and comment in desktop files * emacs.desktop (Comment): * emacsclient.desktop (Name, Comment): Update. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 3 +++ emacs.desktop | 6 +++--- emacsclient.desktop | 4 ++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21884d2..f01beae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-07-20 Ulrich Müller <[email protected]> + * emacs.desktop (Comment): + * emacsclient.desktop (Name, Comment): Update. + * emacsclient.desktop (NoDisplay): Remove; the menu entry is useful when Emacs is run as a daemon. (Categories, StartupWMClass): New keys, copied from emacs.desktop. diff --git a/emacs.desktop b/emacs.desktop index 56be38c..e1c30ed 100644 --- a/emacs.desktop +++ b/emacs.desktop @@ -3,9 +3,9 @@ Type=Application Version=1.0 Name=GNU Emacs GenericName=Emacs -Comment=Emacs is the extensible, customizable, self-documenting real-time display editor -Comment[de]=Emacs ist der erweiterbare, anpassbare, selbst-dokumentierende Echtzeit-Editor -Comment[es]=Emacs es un editor ampliable, adaptable, mismo documentado, de tiempo real +Comment=Emacs is the advanced, extensible, customizable, self-documenting editor +Comment[de]=Emacs ist der erweiterbare, anpassbare, selbst-dokumentierende Editor +Comment[es]=Emacs es el editor avanzado, extensible, personalizable y autodocumentado Comment[fr]=Emacs est l'éditeur plein écran avancé, auto-documenté, personnalisable et extensible Icon=emacs TryExec=/usr/bin/emacs diff --git a/emacsclient.desktop b/emacsclient.desktop index 1b20e29..9dc9172 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -1,10 +1,10 @@ [Desktop Entry] Type=Application Version=1.0 -Name=Emacsclient +Name=emacsclient 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 +Comment[es]=Abrir un archivo en un Emacs en ejecución Comment[fr]=Ouvre un fichier dans une instance d'Emacs qui est déjà lancée Icon=emacs TryExec=/usr/bin/emacsclient
