Don't call setShowingDesktop() in Workspace::initializeX11()
No idea why it's called there, but we don't want to break showing desktop mode if Xwayland starts for some reason.
This commit is contained in:
parent
5d707a11ba
commit
0d2a66f054
1 changed files with 0 additions and 1 deletions
|
@ -364,7 +364,6 @@ void Workspace::initializeX11()
|
|||
desktop_geometry.width = m_geometry.width();
|
||||
desktop_geometry.height = m_geometry.height();
|
||||
rootInfo->setDesktopGeometry(desktop_geometry);
|
||||
setShowingDesktop(false);
|
||||
|
||||
} // End updates blocker block
|
||||
|
||||
|
|
Loading…
Reference in a new issue