Skip to content

hubangl doesn't work on wayland. #8

@leaf-node

Description

@leaf-node
main_window.py:25: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
  from gi.repository import Gtk
/home/andrew/src/3rd-party/fsf/hubangl/user_interface/feed.py:31: PyGIWarning: GstVideo was imported without specifying a version first. Use gi.require_version('GstVideo', '1.0') before import to ensure that the right version gets loaded.
  from gi.repository import GstVideo
Traceback (most recent call last):
  File "main_window.py", line 462, in <module>
    MainWindow()
  File "main_window.py", line 86, in __init__
    self.current_app.make_app()
  File "main_window.py", line 370, in make_app
    self.feed.set_xid()
  File "/home/andrew/src/3rd-party/fsf/hubangl/user_interface/feed.py", line 111, in set_xid
    self.xid = self.video_monitor.get_property("window").get_xid()
AttributeError: 'GdkWaylandWindow' object has no attribute 'get_xid'

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions