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

Install fails on Fedora F37 #412

Open
drmcnelson opened this issue Apr 8, 2024 · 2 comments
Open

Install fails on Fedora F37 #412

drmcnelson opened this issue Apr 8, 2024 · 2 comments

Comments

@drmcnelson
Copy link

After a fresh install from the rpm on a fedora 37 system, running remarkable produces the following error:

$ remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in
import remarkable
File "/usr/lib/python3/dist-packages/remarkable/init.py", line 30, in
from remarkable import RemarkableWindow
File "/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py", line 27, in
gi.require_version('WebKit', '3.0')
File "/usr/lib64/python3.11/site-packages/gi/init.py", line 129, in require_version
raise ValueError('Namespace %s not available for version %s' %
ValueError: Namespace WebKit not available for version 3.0

@mbvgua
Copy link

mbvgua commented Sep 27, 2024

Facing a similar issue in my Fedora 39. Tried to run the program from both my GUI and my CLI but nothing works.

Screenshot from 2024-09-27 10-24-03

@neteler
Copy link
Contributor

neteler commented Sep 30, 2024

FYI - I have built it on Fedora COPR.

Find a working version of 1.95 as a RPM package here:
https://copr.fedorainfracloud.org/coprs/neteler/remarkable/

Installation Instructions

dnf copr enable neteler/remarkable 
dnf install remarkable 

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

3 participants