Bug 404838

Summary: Initially minimsed shell doesn't get added
Product: [Plasma] kwin Reporter: David Edmundson <kde>
Component: wayland-genericAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: aleixpol, nate
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description David Edmundson 2019-02-26 11:01:42 UTC
Found this writing a unit test. 

If a client calls requestMinimize before the first buffer then it won't get shown, which means wayland server never gets the shellClientAdded signal.

This is problematic as it means we won't expose it to plasma, so a user can't unminimise it.

I've added a unit test with a QEXPECT_FAIL for now
Comment 1 Aleix Pol 2022-01-19 15:13:50 UTC
Do you know which test it was?
Comment 2 David Edmundson 2022-01-19 15:31:00 UTC
TestXdgShellClient::testXdgInitiallyMinimized()