D17706: Fix lock screen focus

Martin Flöser noreply at phabricator.kde.org
Wed Jan 9 17:21:45 GMT 2019


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/plasma-devel/attachments/20190109/c8abcc00/attachment.html>


More information about the Plasma-devel mailing list