[Konsole-devel] [konsole] [Bug 351986] New: Konsole process does not exit after tabs dnd
peter at lekensteyn.nl
peter at lekensteyn.nl
Sat Aug 29 18:01:45 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=351986
Bug ID: 351986
Summary: Konsole process does not exit after tabs dnd
Product: konsole
Version: unspecified
Platform: Archlinux Packages
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: tabbar
Assignee: konsole-devel at kde.org
Reporter: peter at lekensteyn.nl
pkgver=15.08.0
Reproducible: Always
Steps to Reproduce:
1. Open konsole (ensure this is the only process, i.e. by logging out/in or
killall konsole).
2. Open new tab.
3. Drag tab to new window.
4. Close both tabs.
5. Check for konsole in xterm/ text console (ps u -C konsole) or System Monitor
(Ctrl-Esc).
Actual Results:
konsole process is still running.
Expected Results:
konsole process is not running.
Version: konsole 15.08.0 with dnd patch from bug 347094 (commit
a9bac171f77982c6c20a437bc94b43e8ef863a87).
Encountered this issue while working on a patch that adds a new preference. As
konsole was still active, the new binary was not loaded and my new pref was not
visible. The dnd tab was exposed by this command that makes everything
(including the hovering tab) visible:
xdotool search --pid `pidof konsole` | xargs -tn1 xdotool windowmap
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list