With this patch, shell scripts don't have to be on PATH to work.
For some reason, only the "Center" button works for me. Other buttons like "Dl" does nothing, except print curl download log in console. Is this intended?
On Fri, Feb 3, 2023, at 7:44 PM, i@1a-insec.net wrote:
> With this patch, shell scripts don't have to be on PATH to work.
>
> For some reason, only the "Center" button works for me. Other buttons
> like "Dl" does nothing, except print curl download log in console. Is
> this intended?
>
>
> Attachments:
> * 0001-Launch-shell-scripts-with-absolute-path.patch
Thanks for sending, though note scripts being in $PATH is by design as
this way end-users can arbitrarily add their own scripts.
Can you add some details about your environment (OS/distro, package,
etc.)? All buttons should be functional if dependencies are installed
and environment is properly set. Starting the application with `mepo -e`
should give more debug details if scripts are not working.
Bottom UI buttons are covered in userguide doc at:
http://mepo.milesalan.com/userguide.html
Miles