Skip to content
This repository has been archived by the owner on Jan 17, 2018. It is now read-only.

Does not work with Wayland #12

Open
lorenzleutgeb opened this issue Nov 5, 2017 · 1 comment
Open

Does not work with Wayland #12

lorenzleutgeb opened this issue Nov 5, 2017 · 1 comment

Comments

@lorenzleutgeb
Copy link

Hi!

It seems like you expect some X11ish object there, but I am running Wayland, which is the default on Fedora.

Traceback (most recent call last):
  File "native.py", line 44, in <module>
    gdk_window = GdkX11.X11Window.foreign_new_for_display(gdk_display, ffPid)
TypeError: argument display: Expected GdkX11.X11Display, but got __gi__.GdkWaylandDisplay
@gpfl
Copy link

gpfl commented Nov 10, 2017

Not a solution, but I found a workaround for that problem. I installed xorg-server-xwayland to run X11 applications on Wayland, then created a "Nightly.desktop" launcher with Exec=env GDK_BACKEND=x11 firefox-nightly --class=FirefoxNightly %u

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants