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

--- Comment #11 from Fabian Vogt <fab...@ritter-vogt.de> ---
(In reply to Märt Bakhoff from comment #10)
> The query in the text field is overwritten here:
> 
> plasma-workspace-5.11.4/krunner/view.cpp:380
> 375 void View::query(const QString &term)
> 376 {
> 377     setVisible(true);
> 378
> 379     m_qmlObj->rootObject()->setProperty("runner", QString());
> 380     m_qmlObj->rootObject()->setProperty("query", term);
> 381 }
> 
> The query method is triggered by a QDBusActivateObjectEvent, which does a
> QDBusActivateObjectEvent::placeMetaCall
> 
> The metacall seems to be sent from
> plasma-workspace-5.11.4/shell/desktopview.cpp:241:
> 240 org::kde::krunner::App krunner(interface, QStringLiteral("/App"),
> QDBusConnection::sessionBus());
> 241 krunner.query(text);

Ok, so it looks like krunner doesn't get focus early enough and plasmashell
still gets all the key events.

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

Reply via email to