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

2016-09-17 Thread Antonio Rojas via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

Antonio Rojas  changed:

   What|Removed |Added

 CC||aro...@archlinux.org

--- Comment #5 from Antonio Rojas  ---
Already fixed in c784a879eaba0babc6274bc32e761772add3d4f8

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


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

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #4 from Rex Dieter  ---
And, that seems to be related to bug #366793  :(

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


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

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #3 from Rex Dieter  ---
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.


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

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

--- Comment #2 from Rex Dieter  ---
Quick-n-dirty cli test:

kioclient5 exec bc.desktop

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


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

2016-09-17 Thread Rex Dieter via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=368949

Rex Dieter  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1
   Keywords||regression

--- Comment #1 from Rex Dieter  ---
See also downstream report,
https://bugzilla.redhat.com/show_bug.cgi?id=1376981

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