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

Remarkable crash on startup: Namespace GtkSource not available for version 3.0 #388

Open
raffaem opened this issue Jan 31, 2022 · 1 comment

Comments

@raffaem
Copy link

raffaem commented Jan 31, 2022

Remarkable doesn't even start:

$ remarkable
Traceback (most recent call last):
  File "/usr/bin/remarkable", line 65, in <module>
    import remarkable
  File "/usr/lib/python3/dist-packages/remarkable/__init__.py", line 30, in <module>
    from remarkable import RemarkableWindow
  File "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 26, in <module>
    gi.require_version('GtkSource', '3.0')
  File "/usr/lib64/python3.10/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace GtkSource not available for version 3.0
@zakuArbor
Copy link

zakuArbor commented Feb 21, 2022

You can resolve that error by installing: sudo dnf install gtksourceview3 but you may get another error complaining about webkit like the following:

ValueError: Namespace WebKit not available

source #368 (comment)

Edit: which I don't have the solution to

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants