Bug 392086 - Cannot use termoid widget due to launcher
Summary: Cannot use termoid widget due to launcher
Status: RESOLVED UPSTREAM
Alias: None
Product: plasmashell
Classification: Plasma
Component: general (other bugs)
Version First Reported In: master
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: 1.0
Assignee: David Edmundson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-20 06:28 UTC by Zakhar
Modified: 2018-03-20 07:41 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.