commit: a29d71e171c660abed50028dbb3741f5ecce7625 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: Sun Jul 20 15:26:18 2025 +0000 URL: https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=a29d71e1
Update comments in desktop files * emacs.desktop (Comment): * emacsclient.desktop (Comment): Update. Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ChangeLog | 3 +++ emacs.desktop | 6 +++--- emacsclient.desktop | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 21884d2..7ff3185 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2025-07-20 Ulrich Müller <[email protected]> + * emacs.desktop (Comment): + * emacsclient.desktop (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..2a5c95a 100644 --- a/emacsclient.desktop +++ b/emacsclient.desktop @@ -4,7 +4,7 @@ Version=1.0 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
