Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-15 Thread you
x-terminal-emulator just executes the default terminal, which is lxterminal in 
my case.
If l replace `x-terminal-emulator` with e.g. `xterm`, the problem doesn't 
appear.

l just saw, there's already an issue: 
https://github.com/lxde/lxterminal/issues/23
The problem doesn't appear if l remove the quotes. Executing multiple commands 
seems also to work without quotes.

-- 
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/1515#issuecomment-308778976

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-15 Thread elextr
Well probably best to raise that on x-terminal-emulators issues.

-- 
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/1515#issuecomment-308698959

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-14 Thread elextr
@HybridDog `x-terminal-emulator -e "/bin/sh /bin/ls"` is wrong, the argument to 
/bin/sh needs to be a script with shell commands in it, not an executable 
program.

-- 
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/1515#issuecomment-308577613

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-14 Thread you
elextr, LifeSoftServ, the execute command is the same as when l didn't have the 
problem yet. Running in geany doesn't work with any programming language.

l think the problem has something to do with the terminal command: 
`x-terminal-emulator -e "/bin/sh %c"`
When l e.g. execute `x-terminal-emulator -e "/bin/sh /bin/ls"` in a terminal, l 
get the same problem.

-- 
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/1515#issuecomment-308524537

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-13 Thread Joe Schutt
Have you installed LUA since your re-install?

-- 
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/1515#issuecomment-308302289

Re: [Github-comments] [geany/geany] Running a program (F5) doesn't work (#1515)

2017-06-12 Thread elextr
What command is in menu->build->set build commands->execute and does that 
command work on the command line?

-- 
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/1515#issuecomment-307950483