Terminal execution in Geany not working (Solved)

Moderators: 666philb, Forum moderators

Post Reply
User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Terminal execution in Geany not working (Solved)

Post by taersh »

Hi.

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"
This is an issue that repeatedly appears on almost all Puppies I can recall! :thumbdown:
Last edited by taersh on Mon Oct 05, 2020 8:38 pm, edited 1 time in total.

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

User avatar
MochiMoppel
Posts: 1363
Joined: Mon Jun 15, 2020 6:25 am
Location: Japan
Has thanked: 23 times
Been thanked: 548 times

Re: Terminal execution in Geany not working

Post by MochiMoppel »

Should be fixed by now: viewtopic.php?p=2046#p2046

Also supposed to be fixed in Fatdog:
JakeSFR wrote: Fri Sep 04, 2020 10:58 am
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?
Actually, it works, but with real xterm (e.g. when you have devx.sfs loaded).
The corrected syntax works with both xterm and urxvt, though, so it will be fixed in next FD, thanks!
User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Re: Terminal execution in Geany not working

Post by taersh »

MochiMoppel wrote: Mon Sep 28, 2020 1:18 pm Should be fixed by now: viewtopic.php?p=2046#p2046
No, it's not fixed by now.

I'm running FossaPup64 9.5 downloaded 3 or 4 days ago. Problem still exists.

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

User avatar
666philb
Posts: 429
Joined: Thu Jul 09, 2020 3:18 pm
Location: wales uk
Has thanked: 111 times
Been thanked: 151 times

Re: Terminal execution in Geany not working

Post by 666philb »

i missed a " :oops:

Code: Select all

terminal_cmd=rxvt -e "/bin/sh "%c"
User avatar
MochiMoppel
Posts: 1363
Joined: Mon Jun 15, 2020 6:25 am
Location: Japan
Has thanked: 23 times
Been thanked: 548 times

Re: Terminal execution in Geany not working

Post by MochiMoppel »

666philb wrote: Mon Sep 28, 2020 1:32 pm i missed a " :oops:

Code: Select all

terminal_cmd=rxvt -e "/bin/sh "%c"
You don't need any quotation mark:

Code: Select all

terminal_cmd=rxvt -e  /bin/sh %c
User avatar
taersh
Posts: 951
Joined: Tue Jul 07, 2020 11:13 pm
Location: Germany
Has thanked: 53 times
Been thanked: 120 times

Re: (Solved) Terminal execution in Geany not working

Post by taersh »

Topic marked as solved.

My Music:
https://soundcloud.com/user-633698367
Using my own build of Bionic64
The far-left is as fascist as the far-right is!

Post Reply

Return to “Fossapup64”