The Terminal execution of Scripts (shortcut F5) in Geany is not working.
I have fixed this by changing the terminal command settings to:
Code: Select all
/usr/bin/xterm -e bash -c -e "/bin/sh %c" -e "/bin/sh %c"

Moderators: 666philb, Forum moderators
Code: Select all
/usr/bin/xterm -e bash -c -e "/bin/sh %c" -e "/bin/sh %c"
My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!
JakeSFR wrote: Fri Sep 04, 2020 10:58 amActually, it works, but with real xterm (e.g. when you have devx.sfs loaded).MochiMoppel wrote:F5 in Geany not working
This is an old bug, already reported 7 years ago.. Why does it still exist, and more surprising: Why does nobody complain? Am I the only one who runs scripts from Geany? Or does it miraculously work for everybody else except me? The command xterm -e "/bin/sh %c" contains a syntax error , doesn't it?
The corrected syntax works with both xterm and urxvt, though, so it will be fixed in next FD, thanks!
No, it's not fixed by now.
My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!
Code: Select all
terminal_cmd=rxvt -e "/bin/sh "%c"
fossapup64 viewtopic.php?f=40&t=88
You don't need any quotation mark:666philb wrote: Mon Sep 28, 2020 1:32 pm i missed a "![]()
Code: Select all
terminal_cmd=rxvt -e "/bin/sh "%c"
Code: Select all
terminal_cmd=rxvt -e /bin/sh %c
My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!