This may be an OS problem, but I’m starting here because I’m very puzzled. I have an established database with many macros that I’ve had to restore to a new computer after a hard drive failure. OS is Ubuntu 18.04, same as original.
Only now, Shell()
function always returns “file not found”
A simple line like
Shell("/usr/bin/mousepad")
works fine on the old installation but not the new. The command works fine from the command line, but the function always causes a runtime error.
I guess somehow Libreoffice doesn’t understand the path. Have I neglected to set some parameter to tell it how to find file paths? I don’t remember having to do that before, but it was 3 years ago.
Any suggestions appreciated.