phillipberndt / fakexrandr

Fake XRandR configurations for multi-head setups with crappy video drivers, like fakexinerama but with xrandr
270 stars 40 forks source link

"The GUI requires PyGObject." on Ubuntu 22.04 #73

Closed ilongshan closed 1 year ago

ilongshan commented 1 year ago

I have install the dependencies as suggested in README, and add the gi

 try:
    import gi
    gi.require_version('Gtk', '3.0')
     from gi.repository import Gtk, Gdk
     HAS_GTK=True

But it still can not open gui

fakexrandr-manage.py gui

with message

The GUI requires PyGObject.

And how to fix it?

ilongshan commented 1 year ago

Have resolved after installing some library. Do not clear which one. Close it.