Bug 404838 - Initially minimsed shell doesn't get added
Summary: Initially minimsed shell doesn't get added
Status: RESOLVED NOT A BUG
Alias: None
Product: kwin
Classification: Plasma
Component: wayland-generic (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-26 11:01 UTC by David Edmundson
Modified: 2022-07-28 14:43 UTC (History)
2 users (show)

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


Attachments

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