D10425: Fix appearance of the logout dialog on wayland

2018-02-10 Thread Fabian Vogt
fvogt updated this revision to Diff 26874. fvogt added a comment. Don't use the setRole(Notification) hack. That causes it to be drawn below fullscreen windows. OSD might work, but those don't normally accept input. So for now just use setSkipTaskbar(true); REPOSITORY R120 Plasma Worksp

D10425: Fix appearance of the logout dialog on wayland

2018-02-10 Thread Bhushan Shah
bshah requested changes to this revision. bshah added inline comments. This revision now requires changes to proceed. INLINE COMMENTS > shutdowndlg.cpp:256 > m_shellSurface->setPosition(geometry().topLeft()); > +m_shellSurface->setRole(PlasmaShellSurface::Role::Notification); > } That'

D10425: Fix appearance of the logout dialog on wayland

2018-02-10 Thread Fabian Vogt
fvogt created this revision. fvogt added reviewers: Plasma, graesslin, davidedmundson. Restricted Application added a project: Plasma. fvogt requested review of this revision. REVISION SUMMARY The logout dialog has a taskbar entry and appears like a regular window on wayland. By setting its ro