Merge lp://staging/~nfultz/terminator/terminator into lp://staging/terminator/trunk
Proposed by
Neal Fultz
Status: | Merged |
---|---|
Merged at revision: | 1446 |
Proposed branch: | lp://staging/~nfultz/terminator/terminator |
Merge into: | lp://staging/terminator/trunk |
Diff against target: |
33 lines (+14/-2) 1 file modified
terminatorlib/optionparse.py (+14/-2) |
To merge this branch: | bzr merge lp://staging/~nfultz/terminator/terminator |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephen Boddy | Needs Fixing | ||
Review via email: mp+163457@code.staging.launchpad.net |
Description of the change
This fixes https:/
This is my first bug fix on launchpad :)
To post a comment you must log in.
Hi Neal. First, thanks for the contribution. Unfortunately I won't apply this as is. My main issue is that you are changing the behaviour of -x too, by making it refuse arguments. The standard x terminal only has -e, so -x behaviour is not relevant to it. Gnome Terminal does not modify -x behaviour in the wrapper script available. So right now your patch adds more alternative behaviour. I'd be accepting of something that did what the Gnome Terminal wrapper script does (although obviously not in Perl ;-) Either a Python rewrite or integrated into the main terminator script.
Last (minor) point, we don't typically use camel case in the coding of Terminator, so is_X_terminal_ emulator rather than isXTerminalEmul ator.