RealRaven2000 / FiltaQuilla

Adds many new mail filter actions to Thunderbird
http://quickfilters.quickfolders.org/filtaquilla.html
GNU General Public License v3.0
87 stars 16 forks source link

Run Program returns Command not found #304

Open Mirarchi opened 3 weeks ago

Mirarchi commented 3 weeks ago

Hello there, using the extension in ubuntu 24.04 with thunderbird 128.3.0esr (snap package) and i want to run a custom script on mail reception. The script is triggered correctly, anyway, if i want to call some other executables the script stops with a "command not found" error. I'm trying to call virsh to detect my virtual machines ip, but it always returns the command not found error. Trying calling other executables, such as echo or pwd (that are in the same folder of virsh) runs without problems. Also running the script from a terminal gives no problems. Any clue on this?

Thanks

RealRaven2000 commented 3 weeks ago

no idea, that's very low level - could it be a permissions issue? could you prefix it with sudo to see what happens?

Mirarchi commented 3 weeks ago

no idea, that's very low level - could it be a permissions issue? could you prefix it with sudo to see what happens?

Already tried bu same problem. Thanks anyway