emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26988: closed (Add desktop-file-utils to all gtk a


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26988: closed (Add desktop-file-utils to all gtk applications)
Date: Mon, 03 Jul 2017 15:38:01 +0000

Your message dated Mon, 03 Jul 2017 23:32:11 +0800
with message-id <address@hidden>
and subject line Re: bug#26988: Add desktop-file-utils to all gtk applications
has caused the debbugs.gnu.org bug report #26988,
regarding Add desktop-file-utils to all gtk applications
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26988: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26988
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Add desktop-file-utils to all gtk applications Date: Thu, 18 May 2017 23:01:11 +0200
Hi,

these are two patches I propose we add in order to add desktop-file-utils to 
all gtk applications.  This means that the profile hook would pick up the 
desktop files (as soon as possible).

One patch moves desktop-file-utils from (gnu packages gnome) to (gnu packages 
freedesktop).  I suggest we apply this patch to all branches - since they don't 
change anything in the build.

The other patch adds desktop-file-utils as propagated-input to gtk+-2 (and by 
inheritance to gtk+ 3, too).  That would imply entail all gtk applications.  
Therefore, it should only go to core-updates.



--- End Message ---
--- Begin Message --- Subject: Re: bug#26988: Add desktop-file-utils to all gtk applications Date: Mon, 03 Jul 2017 23:32:11 +0800 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.2 (gnu/linux)
Marius Bakke <address@hidden> writes:

> Marius Bakke <address@hidden> writes:
>
>> Danny Milosavljevic <address@hidden> writes:
>>
>>> Hi Marius,
>>> Hi 宋文武,

Hello Marius and Danny,


>>> Marius Bakke <address@hidden> wrote:
>>>
>>>> Danny Milosavljevic <address@hidden> writes:
>>>> 
>>>> > these are two patches I propose we add in order to add
>>>> > desktop-file-utils to all gtk applications.  This means that the
>>>> > profile hook would pick up the desktop files (as soon as possible).  
>>>> 
>>>> So if I read (guix profiles) correctly, the hook only runs when
>>>> 'desktop-file-utils' is referenced. Would checking for a gtk reference
>>>> as well not achieve the same effect? Or is that too expensive?

Yes, it will work better.  It's expensive slightly by adding the
latest version of desktop-file-utils into the profile closure, but
the 'xdg-mime-database' does that already.

>>> [...]
>>
>> IIUC, the idea is to run the hook every time a package with a ".desktop"
>> file has changed. Even if we propagate "desktop-file-utils" from say,
>> GTK+ and Qt, it won't catch some cases where we add the ".desktop" file
>> manually such as "rxvt-unicode".

Yes, but normally one would have other applications that using GTK+ or
GLib, which will make the hook run.

So I end up with modify the profile hook to test for GLib, it should
work in most cases.

Thanks for the patches!


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]