[konsole] [Bug 367672] removed --nofork option with apps 16.08.0
Wolfgang Bauer via KDE Bugzilla
bugzilla_noreply at kde.org
Tue Aug 23 21:11:52 UTC 2016
https://bugs.kde.org/show_bug.cgi?id=367672
Wolfgang Bauer <wbauer at tmo.at> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|removed --nofork and -c |removed --nofork option
|option with apps 16.08.0 |with apps 16.08.0
CC| |wbauer at tmo.at
--- Comment #2 from Wolfgang Bauer <wbauer at tmo.at> ---
Konsole never had a -c option AFAICT.
In your example, -c is actually an option for bash.
Konsole 16.08 (using QCommandLineParser) incorrectly treats it as an (unknown)
option for konsole now though, instead of ignoring the arguments after -e and
passing them to the command that is to be run (bash).
See bug#366793.
--nofork has indeed been "removed" in 16.08.
I have no idea whether this is on purpose or by mistake, nor whether --nofork
even still makes sense with KF5/Qt5.
What I can say though is that this is also related to the switch to
QCommandLineParser. The --nofork option was not konsole specific, but provided
by kdelibs4's KCmdLineArgs.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list