Bug 392086

Summary: Cannot use termoid widget due to launcher
Product: [Plasma] plasmashell Reporter: Zakhar <zakhar.nasimov>
Component: generalAssignee: David Edmundson <kde>
Status: RESOLVED UPSTREAM    
Severity: normal CC: kde, plasma-bugs-null
Priority: NOR    
Version First Reported In: master   
Target Milestone: 1.0   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Zakhar 2018-03-20 06:28:16 UTC
I have termoid enabled as a widget on the desktop and cannot use it because everytime I press a key the launcher opens up searching for anything relevant I type. It steals focus from the widget. Grave cause I disabled every search item and could NOT find anyway to disable the search launcher.
Comment 1 Kai Uwe Broulik 2018-03-20 07:41:25 UTC
While I can reproduce your issue the bug lies in QMLTermWidget, it never requests focus and as such keyboard events are never delivered to it.

I placed a setFocus(true, Qt::MouseFocusReason); call in TerminalDisplay::mousePressEvent() and then the terminal started working just fine. Please report this issue to either the author of the plasmoid or QMLTermWidget. Thanks.