commit:     9c5b9aafcc5bc15dd0568a0174788db7985f813c
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 21 16:33:51 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jul 21 16:33:51 2025 +0000
URL:        https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?id=9c5b9aaf

Revert "Update MimeType in emacsclient.desktop"

* emacsclient.desktop (MimeType): Drop org-protocol because
non-file MIME types cannot be used with the %F field code.
This reverts the change of 2025-03-07. Bug 950674.

This reverts commit 751ea76c2e36179d01ceccaf13fae8d788fb3da9.

Bug: https://bugs.gentoo.org/950674
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 ChangeLog           | 6 ++++++
 emacsclient.desktop | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index acb29a4..5453cc3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-07-21  Ulrich Müller  <[email protected]>
+
+       * emacsclient.desktop (MimeType): Drop org-protocol because
+       non-file MIME types cannot be used with the %F field code.
+       This reverts the change of 2025-03-07. Bug 950674.
+
 2025-07-20  Ulrich Müller  <[email protected]>
 
        * emacsclient.desktop (Exec): Add a shell wrapper, in order to

diff --git a/emacsclient.desktop b/emacsclient.desktop
index 40e96cc..170727e 100644
--- a/emacsclient.desktop
+++ b/emacsclient.desktop
@@ -10,6 +10,6 @@ Icon=emacs
 TryExec=/usr/bin/emacsclient
 Exec=/bin/sh -c "exec /usr/bin/emacsclient \\"\\${@:--c}\\"" sh %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;
+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;
 Categories=Development;TextEditor;
 StartupWMClass=Emacs

Reply via email to