[Konsole-devel] [Bug 297222] "Start in same directory as current tab" doesn't work

Eike Hein hein at kde.org
Wed Apr 4 08:58:15 UTC 2012


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

--- Comment #5 from Eike Hein <hein at kde.org> ---
Hm, I wonder if you even need that 200ms timer. You could possible just use
QMetaObject::invokeMethod() with QueuedConnection, i.e. make it return to the
event loop. The KPart-creating code is blocking, so it gets to call
createSession() before returning to the event loop. Feels less hacky than
timing-based.

-- 
You are receiving this mail because:
You are on the CC list for the bug.



More information about the konsole-devel mailing list