unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins.
       [not found] ` <20220322204942.9624-5-tumashu@163.com>
@ 2022-03-29  9:45   ` Ludovic Courtès
  2022-04-02 23:40     ` Feng Shu
  2022-04-05 22:48     ` Feng Shu
  0 siblings, 2 replies; 4+ messages in thread
From: Ludovic Courtès @ 2022-03-29  9:45 UTC (permalink / raw)
  To: tumashu; +Cc: 54525

Hi,

tumashu@163.com skribis:

> From: Feng Shu <tumashu@163.com>
>
> * gnu/packages/xfce.scm (thunar)[native-search-paths]: new field.
> [source]: Add thunar-search-paths.patch.

Please add the patch to gnu/local.mk.

> +++ b/gnu/packages/patches/thunar-search-paths.patch
> @@ -0,0 +1,211 @@
> +From 848f1dfb2d2f404efa5371817285236d33b32a5c Mon Sep 17 00:00:00 2001
> +From: tumashu <tumashu@163.com>
> +Date: Tue, 22 Mar 2022 20:16:19 +0000
> +Subject: [PATCH] Look for thunar plugins at $THUNARX_DIRS (Issue #748)
> +
> +THUNARX_DIRS is a list of directories where thunar plugins are looked
> +for. It is needed for distributions like NixOS/GuixOS that do not
> +install all plugins in the same directory. In NixOS/GuixOS each
> +package is installed in a self contained directory.
> +
> +MR !197

There is no such thing as “GuixOS”, it’s called “Guix System”.  :-)

Is this going to be included upstream?  If yes, could you add the URL of
the upstream discussion or merge request?

(If it’s not included upstream, I would suggest “THUNARX_PLUGIN_PATH” or
“THUNARX_PLUGIN_DIRECTORIES” for the environment variable name.)

Apart from that, this patch and the previous ones LGTM.

Could you send a v2 based on that?

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins.
  2022-03-29  9:45   ` [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins Ludovic Courtès
@ 2022-04-02 23:40     ` Feng Shu
  2022-04-05 22:48     ` Feng Shu
  1 sibling, 0 replies; 4+ messages in thread
From: Feng Shu @ 2022-04-02 23:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 54525

Ludovic Courtès <ludo@gnu.org> writes:

> Hi,
>
> tumashu@163.com skribis:
>
>> From: Feng Shu <tumashu@163.com>
>>
>> * gnu/packages/xfce.scm (thunar)[native-search-paths]: new field.
>> [source]: Add thunar-search-paths.patch.
>
> Please add the patch to gnu/local.mk.

Added.

>
>> +++ b/gnu/packages/patches/thunar-search-paths.patch
>> @@ -0,0 +1,211 @@
>> +From 848f1dfb2d2f404efa5371817285236d33b32a5c Mon Sep 17 00:00:00 2001
>> +From: tumashu <tumashu@163.com>
>> +Date: Tue, 22 Mar 2022 20:16:19 +0000
>> +Subject: [PATCH] Look for thunar plugins at $THUNARX_DIRS (Issue #748)
>> +
>> +THUNARX_DIRS is a list of directories where thunar plugins are looked
>> +for. It is needed for distributions like NixOS/GuixOS that do not
>> +install all plugins in the same directory. In NixOS/GuixOS each
>> +package is installed in a self contained directory.
>> +
>> +MR !197
>
> There is no such thing as “GuixOS”, it’s called “Guix System”.  :-)
>
> Is this going to be included upstream?  If yes, could you add the URL of
> the upstream discussion or merge request?

Yes, have merged to master.

>
> (If it’s not included upstream, I would suggest “THUNARX_PLUGIN_PATH” or
> “THUNARX_PLUGIN_DIRECTORIES” for the environment variable name.)
>
> Apart from that, this patch and the previous ones LGTM.
>
> Could you send a v2 based on that?

Sent.

>
> Thanks,
> Ludo’.

-- 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins.
  2022-03-29  9:45   ` [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins Ludovic Courtès
  2022-04-02 23:40     ` Feng Shu
@ 2022-04-05 22:48     ` Feng Shu
  1 sibling, 0 replies; 4+ messages in thread
From: Feng Shu @ 2022-04-05 22:48 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 54525

Ludovic Courtès <ludo@gnu.org> writes:


I have found a bug in thunar search path patch, so these patches should
not merged at the moment, sorry. 

> Hi,
>
> tumashu@163.com skribis:
>
>> From: Feng Shu <tumashu@163.com>
>>
>> * gnu/packages/xfce.scm (thunar)[native-search-paths]: new field.
>> [source]: Add thunar-search-paths.patch.
>
> Please add the patch to gnu/local.mk.
>
>> +++ b/gnu/packages/patches/thunar-search-paths.patch
>> @@ -0,0 +1,211 @@
>> +From 848f1dfb2d2f404efa5371817285236d33b32a5c Mon Sep 17 00:00:00 2001
>> +From: tumashu <tumashu@163.com>
>> +Date: Tue, 22 Mar 2022 20:16:19 +0000
>> +Subject: [PATCH] Look for thunar plugins at $THUNARX_DIRS (Issue #748)
>> +
>> +THUNARX_DIRS is a list of directories where thunar plugins are looked
>> +for. It is needed for distributions like NixOS/GuixOS that do not
>> +install all plugins in the same directory. In NixOS/GuixOS each
>> +package is installed in a self contained directory.
>> +
>> +MR !197
>
> There is no such thing as “GuixOS”, it’s called “Guix System”.  :-)
>
> Is this going to be included upstream?  If yes, could you add the URL of
> the upstream discussion or merge request?
>
> (If it’s not included upstream, I would suggest “THUNARX_PLUGIN_PATH” or
> “THUNARX_PLUGIN_DIRECTORIES” for the environment variable name.)
>
> Apart from that, this patch and the previous ones LGTM.
>
> Could you send a v2 based on that?
>
> Thanks,
> Ludo’.

-- 





^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins.
       [not found] <875yo5pw3i.fsf@163.com>
@ 2022-04-27  4:20 ` Feng Shu
  0 siblings, 0 replies; 4+ messages in thread
From: Feng Shu @ 2022-04-27  4:20 UTC (permalink / raw)
  To: 54525



> I have found a bug in thunar search path patch, so these patches should
> not merged at the moment, sorry. 

The issue has been fixed in thunar.git, but It will create three patchs,
So maybe waiting thunar-4.18 is a simple way?


-- 





^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-04-27  4:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220322204942.9624-1-tumashu@163.com>
     [not found] ` <20220322204942.9624-5-tumashu@163.com>
2022-03-29  9:45   ` [bug#54525] [patchs] Let thunar support plugin search patchs and add some thunar plugins Ludovic Courtès
2022-04-02 23:40     ` Feng Shu
2022-04-05 22:48     ` Feng Shu
     [not found] <875yo5pw3i.fsf@163.com>
2022-04-27  4:20 ` Feng Shu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).