hide-ff-title-bar icon indicating copy to clipboard operation
hide-ff-title-bar copied to clipboard

Wayland support

Open GKFX opened this issue 7 years ago • 0 comments

On GNOME with Wayland, as seen on Debian Buster, GdkX11.X11Window.foreign_new_for_display throws

TypeError: argument display: Expected GdkX11.X11Display, but got __gi__.GdkWaylandDisplay

so the title bar isn't hidden, because GdkX11.X11Display.get_default() returned a Wayland display, not an X11 display.

GKFX avatar Aug 19 '17 11:08 GKFX