jamiemcg / Remarkable

Remarkable - The Markdown Editor for Linux http://remarkableapp.github.io
MIT License
1.96k stars 226 forks source link

Install fails on Fedora F37 #412

Open drmcnelson opened 5 months ago

drmcnelson commented 5 months ago

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

mbuguadouglas commented 5 days ago

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 commented 2 days ago

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