[konsole] [Bug 368949] foo.desktop: Terminal=true no longer works with konsole-16.08.1

Rex Dieter via KDE Bugzilla bugzilla_noreply at kde.org
Sat Sep 17 14:34:03 UTC 2016


https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #3 from Rex Dieter <rdieter at math.unl.edu> ---
So, kio contains this code:

    if (d->service.terminal()) {
        KConfigGroup cg(KSharedConfig::openConfig(), "General");
        QString terminal = cg.readPathEntry("TerminalApplication",
QStringLiteral("konsole"));
        if (terminal == QLatin1String("konsole")) {
            if (!d->service.path().isEmpty()) {
                terminal += " --workdir " +
KShell::quoteArg(d->service.path());
            }
            terminal += QLatin1String(" -caption=%c %i %m");
        }


And konsole seems to no longer support the -caption command line option,
$ konsole  -caption="foo"
Unknown options: c, a.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list