[konsole] [Bug 367672] removed --nofork option with apps 16.08.0

2016-11-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=367672

christian.ba...@gmx.de changed:

   What|Removed |Added

 CC||christian.ba...@gmx.de

--- Comment #3 from christian.ba...@gmx.de ---
I can confirm the removal. Really annoys me because I used this option
every time I start an external editor in kmail.

-- 
You are receiving this mail because:
You are watching all bug changes.

[konsole] [Bug 367672] removed --nofork option with apps 16.08.0

2016-08-23 Thread Wolfgang Bauer via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=367672

Wolfgang Bauer  changed:

   What|Removed |Added

Summary|removed --nofork and -c |removed --nofork option
   |option with apps 16.08.0|with apps 16.08.0
 CC||wba...@tmo.at

--- Comment #2 from Wolfgang Bauer  ---
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 watching all bug changes.