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
KWin
Commits
d3259fe9
Commit
d3259fe9
authored
Mar 28, 2022
by
Aleix Pol Gonzalez
🐧
Committed by
Aleix Pol Gonzalez
Apr 13, 2022
Browse files
Fix unlocking wayland sessions
We were never issuing a repaint which confused thoroughly the compositor.
BUG: 447705
parent
efd43f97
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland_server.cpp
View file @
d3259fe9
...
...
@@ -18,6 +18,7 @@
#include
"layershellv1integration.h"
#include
"main.h"
#include
"platform.h"
#include
"scene.h"
#include
"screens.h"
#include
"unmanaged.h"
#include
"utils/serviceutils.h"
...
...
@@ -614,6 +615,7 @@ void WaylandServer::initScreenLocker()
screenLockerApp
,
&
ScreenLocker
::
KSldApp
::
userActivity
);
}
ScreenLocker
::
KSldApp
::
self
()
->
setWaylandFd
(
-
1
);
Compositor
::
self
()
->
scene
()
->
addRepaintFull
();
});
ScreenLocker
::
KSldApp
::
self
()
->
initialize
();
...
...
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