Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
c668a641
Commit
c668a641
authored
May 17, 2022
by
David Redondo
🏎
Browse files
Do not show Klipper popup in taskmanager or switcher on wayland
BUG:453737
parent
366491da
Pipeline
#178019
passed with stage
in 7 minutes and 32 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
klipper/klipper.cpp
View file @
c668a641
...
...
@@ -424,6 +424,8 @@ bool Klipper::eventFilter(QObject *filtered, QEvent *event)
auto
surface
=
KWayland
::
Client
::
Surface
::
fromWindow
(
menuWindow
);
auto
plasmaSurface
=
m_plasmashell
->
createSurface
(
surface
,
menuWindow
);
plasmaSurface
->
openUnderCursor
();
plasmaSurface
->
setSkipTaskbar
(
true
);
plasmaSurface
->
setSkipSwitcher
(
true
);
menuWindow
->
removeEventFilter
(
this
);
}
return
ret
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment