On 6/19/19 7:39 PM, Andreas Metzler wrote:
On 2019-06-19 Jeremy Sowden <jer...@azazel.net> wrote:
[...]
Your patch truncates any string value at the first %. I don't think
that's the right way to go.
[...]
https://repo.or.cz/wmaker-crm.git/commit/e037ae3684928a2fbf4a3994562a322f5d3b0c71
is supposed to fix this.
cu Andreas
this the case of my libreoffice-writer.desktop that it has two entries
Exec=libreoffice --writer %U
and
Exec=libreoffice --writer
but I also have others with just one e.g. medit.desktop
Exec=medit %F
and with two commands e.g. vlc.desktop
Exec=/usr/bin/vlc --started-from-file %U
TryExec=/usr/bin/vlc
but instead of using "TryExec" for the generated menu it uses "Exec" ...