Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 950674 - app-emacs/emacs-common-1.10, update the emacsclient.desktop file for org-protocol
Summary: app-emacs/emacs-common-1.10, update the emacsclient.desktop file for org-prot...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: GNU Emacs project
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2025-03-06 04:06 UTC by nilburn
Modified: 2025-03-17 14:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description nilburn 2025-03-06 04:06:52 UTC
In emacs 30.1, x-scheme-handler/org-protocol was added to the MimeType Key in the emacsclient.desktop file.

Please make the same change to the emacsclient.desktop file in the emacs-common package created by Gentoo.

Reproducible: Always
Comment 1 Ulrich Müller gentoo-dev 2025-03-07 06:22:47 UTC
https://gitweb.gentoo.org/proj/emacs-tools.git/commit/?h=emacs-common&id=751ea76c2e36179d01ceccaf13fae8d788fb3da9

commit 751ea76c2e36179d01ceccaf13fae8d788fb3da9
Author: Ulrich Müller <ulm@gentoo.org>
Date:   Fri Mar 7 07:17:35 2025 +0100

    Update MimeType in emacsclient.desktop
    
    * emacsclient.desktop (MimeType): Add org-protocol, from Emacs 30.
    Bug 950674.
    
    Bug: https://bugs.gentoo.org/950674
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Comment 2 Ulrich Müller gentoo-dev 2025-03-17 14:11:15 UTC
Oops, I forgot the "Closes" line in the commit.
This is fixed in app-emacs/emacs-common-1.11:

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7933d1bba594492305f54f934e45fd9124f4e65

commit e7933d1bba594492305f54f934e45fd9124f4e65
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2025-03-10 11:42:18 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2025-03-10 11:54:44 +0000

    app-emacs/emacs-common: add 1.11
    
    Closes: https://bugs.gentoo.org/950671
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-emacs/emacs-common/Manifest                 |   1 +
 app-emacs/emacs-common/emacs-common-1.11.ebuild | 139 ++++++++++++++++++++++++
 2 files changed, 140 insertions(+)


Thanks for reporting!