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-15 Thread you
You're right.
Anyway, when l run `/bin/sh tmp.sh`, the script is executed in the terminal, 
but when executing `x-terminal-emulator -e "/bin/sh tmp.sh"`, a new terminal 
window appears which does nothing.

-- 
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-308697141

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

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

2017-06-12 Thread you
![2017-06-12-211637_1920x1080_scrot](https://user-images.githubusercontent.com/3192173/27050964-ad9e17d2-4fb4-11e7-9159-fa44998f28be.png)

Building and Compiling works, but running doesn't. When I press F5, a terminal 
window appears with nothing in it, the program doesn't get executed, ctrl+c and 
ctrl+x do nothing, closing it with ctrl+shift+w works.
I tried it with default geany configuration and it still didn't work.
This may have begun since l updated to lubuntu 17.04.

l hope l didn't submit a duplicate issue.

-- 
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