[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#39989] [PATCH] gnu: thunar: Wrap with glib:bin to fix launching pro
From: |
Jan |
Subject: |
[bug#39989] [PATCH] gnu: thunar: Wrap with glib:bin to fix launching programs. |
Date: |
Mon, 9 Mar 2020 21:08:04 +0100 |
On Mon, 9 Mar 2020 18:11:08 +0100
Danny Milosavljevic <address@hidden> wrote:
> Hi,
>
> I'm all for fixing this problem, but it would be great to add a
> comment on which executables thunar tries to find in glib:bin.
Should I close the issue, add a commit and reopen the issue, or is
there a more clever way of doing so?
> I've checked glib:bin and it has:
>
> gapplication
> gdbus
> gdbus-codegen
> gio
> gio-querymodules
> glib-compile-resources
> glib-compile-schemas
> glib-genmarshal
> glib-gettextize
> glib-mkenums
> gobject-query
> gresource
> gsettings
> gtester
> gtester-report
>
> A lot of those make no sense for thunar to use anyway.
AFAIK it only needs gio-launch-desktop, and seems there's no way to
pick just one binary, is it?
Would changing this:
`("PATH" ":" prefix (,(string-append glib-bin
"/bin")))))
to
`("PATH" ":" prefix (,(string-append glib-bin
"/bin/gio-launch-desktop")))))
do the job?
The macro (or whatever it is) was undocumented in the manual and
explanation in the source code was low level so it is possible I
misunderstood how it works.
I'll try the former.
Jan Wielkiewicz
bug#39989: Closing the issue, Jan, 2020/03/09