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 *Edit>Preferences>Tools>Terminal*
from the default

x-terminal-emulator -e "/bin/sh %c"


to

x-terminal-emulator -e "/bin/sh -c %c"  (NOTE addition of -c parm)

and it seems to work. For example,

1. I type this into the editor:

/bin/echo 'here'; sleep 5; /bin/echo 'here again';


2. Select that text.

3. Go to *Edit>Commands>Send Selection to Terminal*

The shell commands executed properly in the "Terminal output" at the bottom
of Geany.

Mark
-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users


Re: [lubuntu-users] Bionic 18.04 . . . file "locked" after zsync-ing???

2018-02-18 Thread Fritz Hudnut
Hi Fritz,

You ran 'sudo' before the zsync command.
You now need to run sudo chown $USER:$USER //
Where // is the actual filename (and path if you are not in
the directory which has the file).
It is locked because root owns it (since you ran sudo).
It should be fine, but don't run zsync as super user in the future :D

--
Regards

@Israel:

Thanks for the reply, I did find that "chown" data, but thanks for pointing
out that sudo isn't needed--I think in the past times using zsync "sudo"
was used and had no issues, but the subtle differences in using opensuse
are still being learned.

And I will need to use "zsnyc" again, because somehow in the "cdimage"
links that were offered via what I thought was "lubuntu.me" somewhere in
there I guess I got what was the zsync file for ubuntu/gnome version of
18.04???  Which I tested in live, seems OK, but for some reason I like the
name of "gnome" better than I do the actual gui . . . so I'll have to go
back into it and try again for the "lubuntu/lxde" spin of it . . . .

F

On Sat, Feb 17, 2018 at 2:50 PM, Fritz Hudnut  wrote:

> If anyone has answered via the list I'm on "digest" I suppose . . .
> anyway, found my answer via googly and am burning the DVD . . . for later
> testing purposes . . . .
>
> F
>
-- 
Lubuntu-users mailing list
Lubuntu-users@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/lubuntu-users