> I am unable to use execute(F5), I get the message: > `06:38:20: Cannot execute build command "xterm -e "/bin/sh > /tmp/geany_run_script_Z4MN20.sh"": No such file or directory. Check the > Terminal setting in Preferences` > > the terminal is not set to xterm, in the preferences I have: > > `/usr/bin/gnome-terminal -e /bin/zsh %c` >
@JoelJarosz , I'm on Manjaro as well. This works for me: `xfce4-terminal -e "/bin/sh %c"` I also tried with zsh. When I remove the double-quotes and click on execute, I don't get an error like you do, but instead, nothing at all happens. Have you tried putting the double quotes around `/bin/zsh %c` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2803#issuecomment-861758601
