You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi, i installed the app in fedora 23 (make, make install)
when opening it, this is the result:
/usr/bin/gdm3setup:13: 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, Gdk, GdkPixbuf, GnomeDesktop, GObject, Gio, GLib
/usr/bin/gdm3setup:13: PyGIWarning: GnomeDesktop was imported without specifying a version first. Use gi.require_version('GnomeDesktop', '3.0') before import to ensure that the right version gets loaded.
from gi.repository import Gtk, Gdk, GdkPixbuf, GnomeDesktop, GObject, Gio, GLib
Traceback (most recent call last):
File "/usr/bin/gdm3setup", line 15, in <module>
from GdmSetup import GdmSetupClient
ImportError: No module named GdmSetup
any chance to start it?
The text was updated successfully, but these errors were encountered:
hi, i installed the app in fedora 23 (make, make install)
when opening it, this is the result:
any chance to start it?
The text was updated successfully, but these errors were encountered: