Search found 3 matches

by peter
Thu Mar 09, 2017 10:41 pm
Forum: LXTerminal
Topic: lxTerminal Options
Replies: 5
Views: 14813

Re: lxTerminal Options

Hello,

Thanks @drooly.
It works now!! 8-)
by peter
Wed Mar 08, 2017 5:25 pm
Forum: LXTerminal
Topic: lxTerminal Options
Replies: 5
Views: 14813

Re: lxTerminal Options

Hello, I'm just tying a small script where a lxterminal comes up and runs that above command and in the end the terminal stays up until the 'enter' option it's used. vte example working: vte --geometry=80x25 -c 'sudo bash -c "inxi -c 5 -m; echo --Enter to Close Terminal--; read line"' &...
by peter
Tue Mar 07, 2017 11:05 am
Forum: LXTerminal
Topic: lxTerminal Options
Replies: 5
Views: 14813

lxTerminal Options

Hello,

I was working for awhile with this command:

Code: Select all

lxterminal --geometry=80x25 --title=Updating -e 'bash -c "sudo something; echo Enter to Close Terminal; read line"'
but now the lxterminal just goes blank with nothing running.
What I'm I doing wrong? Thanks.