Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing cursor theme on snap installation for Fedora 30 and OpenSUSE Tumbleweed #2

Open
rhroberts opened this issue Aug 29, 2019 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@rhroberts
Copy link
Owner

The snap installs properly on Fedora 30 workstation and OpenSUSE Tumbleweed, but running the snap produces this following error, preventing app execution:

Gdk-Message: 16:35:17.073: Unable to load fleur from the cursor theme
Gdk-Message: 16:35:17.093: Unable to load fleur from the cursor theme
Traceback (most recent call last):
File "/snap/kfit/24/lib/python3.6/site-packages/matplotlib/backends/backend_gtk3.py", line 45, in
cursors.MOVE : Gdk.Cursor.new(Gdk.CursorType.FLEUR),
TypeError: constructor returned NULL

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/snap/kfit/24/share/kfit/kfit.py", line 7, in
from matplotlib.backends.backend_gtk3cairo import (
File "/snap/kfit/24/lib/python3.6/site-packages/matplotlib/backends/backend_gtk3cairo.py", line 1, in
from . import backend_cairo, backend_gtk3
File "/snap/kfit/24/lib/python3.6/site-packages/matplotlib/backends/backend_gtk3.py", line 54, in
raise ImportError(exc)
ImportError: constructor returned NULL

@rhroberts rhroberts added bug Something isn't working good first issue Good for newcomers and removed good first issue Good for newcomers labels Aug 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant