Skip to content

Coirrectly trigger a Konsole window if Unique

This is a two part patch, one is here, the other one is for KDBusAddons at https://phabricator.kde.org/D25084

Main issue: Konsole was not opening a new tab when --new-tab is specified. This was due to two bugs: 1 - If --new-tab is specified we trigger a KDbusService::Unique, the other konsole instance was opened with KDbusService::Multiple, so a new application pid is created anyway. 2 - Even if we change the konsole settings to open in a unique PID, we could open a new window sometimes. This patch fix the second case, the phabricator one fixes the first.

Merge request reports