Glfw: window has no title bar on wayland

Created on 26 May 2019  路  3Comments  路  Source: glfw/glfw

Screenshot from 2019-05-26 09-21-12
Screenshot from 2019-05-26 09-20-18
Screenshot from 2019-05-26 09-31-03

It's working well on Xorg
I don't know whether this is a bug or a feature.
But this would make trouble to users.
(I'm sorry can't record a video on wayland)

Wayland external

Most helpful comment

Hi,

GNOME has rejected implementing the xdg-decoration protocol, which we use to get server-side decoration.

What you get is not an absence of decoration, but our simple fallback which allows moving and resizing the window but not much more, as things such as text rendering or button drawing are very complex.

You may want to use another compositor, such as KDE or Sway, both of which do implement server-side decoration, or build GLFW using its X11 backend. Sorry about that.

All 3 comments

This also happens on Ubuntu 18.04

Hi,

GNOME has rejected implementing the xdg-decoration protocol, which we use to get server-side decoration.

What you get is not an absence of decoration, but our simple fallback which allows moving and resizing the window but not much more, as things such as text rendering or button drawing are very complex.

You may want to use another compositor, such as KDE or Sway, both of which do implement server-side decoration, or build GLFW using its X11 backend. Sorry about that.

Thanks!
I got it

Was this page helpful?
0 / 5 - 0 ratings