Re: net/gpodder: fix Exec= path in .desktop files

2024-02-15 Thread Klemens Nanni
On Thu, Feb 15, 2024 at 09:51:05PM +0300, Kirill Bychkov wrote: > On Thu, February 8, 2024 14:47, Klemens Nanni wrote: > > __PREFIX__ expands to PREFIX which includes WRKDIR during fake. > > > > One easy fix is to replace it with TRUEPREFIX aka. /usr/local > > after the fact; that fixes startup vi

Re: net/gpodder: fix Exec= path in .desktop files

2024-02-15 Thread Kirill Bychkov
On Thu, February 8, 2024 14:47, Klemens Nanni wrote: > __PREFIX__ expands to PREFIX which includes WRKDIR during fake. > > One easy fix is to replace it with TRUEPREFIX aka. /usr/local > after the fact; that fixes startup via desktop menu entries. > > I did not see an easy way to pass the proper p

net/gpodder: fix Exec= path in .desktop files

2024-02-08 Thread Klemens Nanni
__PREFIX__ expands to PREFIX which includes WRKDIR during fake. One easy fix is to replace it with TRUEPREFIX aka. /usr/local after the fact; that fixes startup via desktop menu entries. I did not see an easy way to pass the proper prefix to just those .desktop.in files as they seem to be handle