https://bugs.kde.org/show_bug.cgi?id=368949
--- Comment #3 from Rex Dieter <[email protected]> --- 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 watching all bug changes.
