Re: [PATCH weston, v3] weston-terminal: Add cwd and command options

2015-09-25 Thread Derek Foreman
On 25/09/15 07:24 AM, ahmet acar wrote: > Hi Derek. Thanks for review. > >> Really silly nit-pick, but I think most terminals (gnome-terminal, >> xterm, terminology anyway) call this -e >> So I guess it would be nice to be consistent. > > NO. I tested it that '-e' switch didn't work. > > it

Re: [PATCH weston, v3] weston-terminal: Add cwd and command options

2015-09-25 Thread unixman
> I meant that xterm, gnome-terminal, and terminology all have a -e option > to do this. sorry for misunderstand. i will do such that. By the way i changed my e-mail address for SMTP stuff for git send-email as you see. ___ wayland-devel mailing list

Re: [PATCH weston, v3] weston-terminal: Add cwd and command options

2015-09-25 Thread Bryce Harrington
On Fri, Sep 25, 2015 at 09:48:32AM -0500, Derek Foreman wrote: > On 25/09/15 07:24 AM, ahmet acar wrote: > > Hi Derek. Thanks for review. > > > >> Really silly nit-pick, but I think most terminals (gnome-terminal, > >> xterm, terminology anyway) call this -e > >> So I guess it would be nice to be

Re:[PATCH weston, v3] weston-terminal: Add cwd and command options

2015-09-25 Thread ahmet acar
Hi Derek. Thanks for review. > Really silly nit-pick, but I think most terminals (gnome-terminal, > xterm, terminology anyway) call this -e > So I guess it would be nice to be consistent. NO. I tested it that '-e' switch didn't work. it works with script files(*.sh) as its argument but can't

[PATCH weston, v3] weston-terminal: Add cwd and command options

2015-09-23 Thread ahmet acar
Add 'cwd' (current working directory) and 'command' (run specified command immediately after startup) switch to weston-terminal. Both switch are optional. v3: -change command execution mechanism as 'bash -c command' (Bill Spitzak) Running weston-terminal --command="nano main.c" equals below: