please put it somewhere under an sub directory in $HOME, but not $HOME it’s self and start it with nautilus.
use “CRTL+c” to end the script
Background:
under F34 when I start the script laying under, let’s say, /home/<username>/Download/
the path or the working directory it returns is always only /home/<username> and not /home/<username>/Download/ where the script was started from.
The default Nautilus settings on F33 prohibit running executables.
We need to allow it and redirect stdout to a log to be able to see the output.
As a result, all commands return the path matching the location of the script.
thanks, that was what I want to know, cause this is no more the case under F34.
so output directed via “… > ./…” in an scripts always goes to /home/<user> and not to the location of the script.
e.g.
echo otto > ./mylog writes the file mylog to /home/<user>/mylog