graesslin added inline comments.

INLINE COMMENTS

> greeterapp.cpp:460
>  //     w->setFocus(Qt::OtherFocusReason); // FIXME
> +    w->setFlags(w->flags() | Qt::X11BypassWindowManagerHint);
>  }

David already said it: we cannot do this. Changing the 
X11BypassWindowManagerHint flag after the window is created is not supported by 
X11 protocol! We really, really cannot do this.

REPOSITORY
  R133 KScreenLocker

REVISION DETAIL
  https://phabricator.kde.org/D17706

To: andreyby, davidedmundson
Cc: graesslin, abetts, davidedmundson, plasma-devel, kvanton, jraleigh, GB_2, 
ragreen, Pitel, ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, sebas, apol, 
mart

Reply via email to