GNU bug report logs - #74123
Add more fields to AppStream metadata

Previous Next

Package: emacs;

Reported by: Peter Oliver <p.d.oliver <at> mavit.org.uk>

Date: Wed, 30 Oct 2024 22:23:02 UTC

Severity: wishlist

Tags: patch

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 74123 in the body.
You can then email your comments to 74123 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#74123; Package emacs. (Wed, 30 Oct 2024 22:23:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Oliver <p.d.oliver <at> mavit.org.uk>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Wed, 30 Oct 2024 22:23:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Oliver <p.d.oliver <at> mavit.org.uk>
To: bug-gnu-emacs <at> gnu.org
Subject: Add more fields to AppStream metadata
Date: Wed, 30 Oct 2024 22:22:10 +0000 (GMT)
[Message part 1 (text/plain, inline)]
Attached is a patch to add more data to emacs.metainfo.xml, based on the specification at https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-filespec

-- 
Peter Oliver
[0001-Add-more-fields-to-AppStream-metadata.patch (text/plain, attachment)]

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74123; Package emacs. (Thu, 31 Oct 2024 07:27:01 GMT) Full text and rfc822 format available.

Message #8 received at 74123 <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Peter Oliver <p.d.oliver <at> mavit.org.uk>
Cc: 74123 <at> debbugs.gnu.org
Subject: Re: bug#74123: Add more fields to AppStream metadata
Date: Thu, 31 Oct 2024 09:24:09 +0200
> Date: Wed, 30 Oct 2024 22:22:10 +0000 (GMT)
> From: Peter Oliver <p.d.oliver <at> mavit.org.uk>
> 
> Attached is a patch to add more data to emacs.metainfo.xml, based on the specification at https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#spec-component-filespec

Could you please explain why you have chosen that particular color for
<branding>?  Should we have separate colors for the light and dark
color schemes, for example?

Thanks.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74123; Package emacs. (Thu, 31 Oct 2024 11:17:02 GMT) Full text and rfc822 format available.

Message #11 received at 74123 <at> debbugs.gnu.org (full text, mbox):

From: Peter Oliver <p.d.oliver <at> mavit.org.uk>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: 74123 <at> debbugs.gnu.org
Subject: Re: bug#74123: Add more fields to AppStream metadata
Date: Thu, 31 Oct 2024 11:15:12 +0000 (GMT)
[Message part 1 (text/plain, inline)]
On Thu, 31 Oct 2024, Eli Zaretskii wrote:

> Could you please explain why you have chosen that particular color for
> <branding>?  Should we have separate colors for the light and dark
> color schemes, for example?

I took it from the website https://www.gnu.org/software/emacs/.

Here are a few other possible combinations taken from the website.  I have attached an image demonstrating them behind the Emacs icon.

 <branding>
   <color type="primary" scheme_preference="light">#7f5ab6</color>
   <color type="primary" scheme_preference="dark">#624195</color>
 </branding>

 <branding>
   <color type="primary" scheme_preference="light">#f4f2e9</color>
   <color type="primary" scheme_preference="dark">#624195</color>
 </branding>

 <branding>
   <color type="primary" scheme_preference="light">#f4f2e9</color>
   <color type="primary" scheme_preference="dark">#7f5ab6</color>
 </branding>

-- 
Peter Oliver
[branding-light-dark.png (image/png, attachment)]

Added tag(s) patch. Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 01 Nov 2024 01:22:01 GMT) Full text and rfc822 format available.

Severity set to 'wishlist' from 'normal' Request was from Stefan Kangas <stefankangas <at> gmail.com> to control <at> debbugs.gnu.org. (Fri, 01 Nov 2024 01:26:01 GMT) Full text and rfc822 format available.

Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#74123; Package emacs. (Fri, 01 Nov 2024 13:23:01 GMT) Full text and rfc822 format available.

Message #18 received at 74123 <at> debbugs.gnu.org (full text, mbox):

From: Stefan Kangas <stefankangas <at> gmail.com>
To: Peter Oliver <p.d.oliver <at> mavit.org.uk>, Eli Zaretskii <eliz <at> gnu.org>
Cc: 74123 <at> debbugs.gnu.org
Subject: Re: bug#74123: Add more fields to AppStream metadata
Date: Fri, 1 Nov 2024 06:21:09 -0700
Peter Oliver <p.d.oliver <at> mavit.org.uk> writes:

> Here are a few other possible combinations taken from the website.  I have attached an image demonstrating them behind the Emacs icon.
>
>   <branding>
>     <color type="primary" scheme_preference="light">#7f5ab6</color>
>     <color type="primary" scheme_preference="dark">#624195</color>
>   </branding>

I guess this is the top one in your screenshot?

This color scheme looks fine to me, FWIW.




Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Sat, 09 Nov 2024 10:04:01 GMT) Full text and rfc822 format available.

Notification sent to Peter Oliver <p.d.oliver <at> mavit.org.uk>:
bug acknowledged by developer. (Sat, 09 Nov 2024 10:04:02 GMT) Full text and rfc822 format available.

Message #23 received at 74123-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: Peter Oliver <p.d.oliver <at> mavit.org.uk>
Cc: 74123-done <at> debbugs.gnu.org
Subject: Re: bug#74123: Add more fields to AppStream metadata
Date: Sat, 09 Nov 2024 12:03:48 +0200
> From: Stefan Kangas <stefankangas <at> gmail.com>
> Date: Fri, 1 Nov 2024 06:21:09 -0700
> Cc: 74123 <at> debbugs.gnu.org
> 
> Peter Oliver <p.d.oliver <at> mavit.org.uk> writes:
> 
> > Here are a few other possible combinations taken from the website.  I have attached an image demonstrating them behind the Emacs icon.
> >
> >   <branding>
> >     <color type="primary" scheme_preference="light">#7f5ab6</color>
> >     <color type="primary" scheme_preference="dark">#624195</color>
> >   </branding>
> 
> I guess this is the top one in your screenshot?
> 
> This color scheme looks fine to me, FWIW.

Thanks, installed the patch with the above added (on the master
branch), and closing this bug.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 07 Dec 2024 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 194 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.