Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-19 Thread Jerry Van Brimmer
Yes, that works in the Geany VTE inside Geany. My issue is that when Geany is set to run a script in the default terminal, it does not work in LXTerminal, but it DOES work if I set it to use some other terminal. For instance. In Geany, Edit Preferences Tools Terminal, replace

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-18 Thread Mark F
On Tue, Feb 13, 2018 at 7:23 PM, Jerry Van Brimmer wrote: > > In Geany itself, in Edit>Preferences>Tools>Terminal, you can tell Geany > what terminal emulator to use. > > The default setting was "x-terminal-emulator -e "/bin/sh %c"". > I'm probably way off base, but I changed

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-13 Thread Jerry Van Brimmer
Well, here's the interesting results. In Geany itself, in EditPreferencesToolsTerminal, you can tell Geany what terminal emulator to use. The default setting was "x-terminal-emulator -e "/bin/sh %c"". So, I installed both Xterm and Sakura. If I replaced "x-terminal-emulator" with

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-13 Thread Jerry Van Brimmer
Hi Andre, et all, Silly me, I didn't think about trying a different terminal. Thanks for the suggestion! I will try that and report back here with the results. Cheers! God bless, Jerry Van Brimmer Sent using Zoho Mail On Mon, 12 Feb 2018 17:47:20 -0800 Andre Campos

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-12 Thread Andre Campos Rodovalho
Hi Jerry, You can try running with a different terminal emulator, like xterm or terminator. By testing like that we can confirm there is issues in the integration between Geany and the terminal app. You should be able to change the default terminal emulator to any other software. I believe this

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-07 Thread Jerry Van Brimmer
Reply following, it's kinda long, sorry ... Output of "$ls -la ~/bin" ... I trimmed the ls outputs to just include the relevant files. jcig@lubuntu:~$ ls -la ~/bin total 5716 drwxrwxr-x 13 jcig jcig4096 Feb 2 16:32 backupscripts drwxr-xr-- 2 jcig jcig4096 Feb 6 13:07

Re: [lubuntu-users] Can't execute bash scripts from Geany

2018-02-06 Thread Andre Campos Rodovalho
Run: ls -la ~/bin Post results here. What is the error message you've got? On 6 February 2018 at 13:04, Jerry Van Brimmer wrote: > I have some various bash scripts I created, located in my ~/bin directory, > to backup my flash drive. Normally, in other distributions I have

[lubuntu-users] Can't execute bash scripts from Geany

2018-02-05 Thread Jerry Van Brimmer
I have some various bash scripts I created, located in my ~/bin directory, to backup my flash drive. Normally, in other distributions I have been able to open, edit the scripts, and execute them right from inside Geany. But for some reason I can't get them to execute from Geany here in Lubuntu.