Quantcast
Channel: openSUSE Forums
Viewing all articles
Browse latest Browse all 40713

LEAP 15.1 Can't run a GTK and python3 based application Cozy

$
0
0
Hi!
I would really love to use this application https://software.opensuse.org/package/cozy
I've installed it and tried to run it from a KDE start menu, but it won't start. I tried to run it from command prompt. The command to start it is com.github.geigi.cozy which took me some time to find.
Code:

aleksandr@aleksandr-pc:~> com.github.geigi.cozy

(com.github.geigi.cozy:26772): Gtk-WARNING **: Theme parsing error: gtk.css:68:35: The style property GtkButton:child-displacement-x is deprecated and shouldn't be used anymore. It will be removed in a future version

(com.github.geigi.cozy:26772): Gtk-WARNING **: Theme parsing error: gtk.css:69:35: The style property GtkButton:child-displacement-y is deprecated and shouldn't be used anymore. It will be removed in a future version

(com.github.geigi.cozy:26772): Gtk-WARNING **: Theme parsing error: gtk.css:73:46: The style property GtkScrolledWindow:scrollbars-within-bevel is deprecated and shouldn't be used anymore. It will be removed in a future version
Traceback (most recent call last):
  File "/usr/bin/com.github.geigi.cozy", line 35, in <module>
    from cozy.ui import CozyUI
  File "/usr/lib/python3.6/site-packages/cozy/ui.py", line 6, in <module>
    from gi.repository import Gtk, Gio, Gdk, GLib, Gst
  File "<frozen importlib._bootstrap>", line 971, in _find_and_load
  File "<frozen importlib._bootstrap>", line 955, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 656, in _load_unlocked
  File "<frozen importlib._bootstrap>", line 626, in _load_backward_compatible
  File "/usr/lib64/python3.6/site-packages/gi/importer.py", line 146, in load_module
    dynamic_module = load_overrides(introspection_module)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/__init__.py", line 118, in load_overrides
    override_mod = importlib.import_module(override_package_name)
  File "/usr/lib64/python3.6/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "/usr/lib64/python3.6/site-packages/gi/overrides/Gst.py", line 582, in <module>
    real_functions = [o for o in inspect.getmembers(Gst) if isinstance(o[1], type(Gst.init))]
  File "/usr/lib64/python3.6/inspect.py", line 342, in getmembers
    value = getattr(object, key)
  File "/usr/lib64/python3.6/site-packages/gi/module.py", line 143, in __getattr__
    assert g_type == TYPE_NONE
AssertionError

Does anyone know what it means and what is the solution to make the app run?

Viewing all articles
Browse latest Browse all 40713

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>