Remarkable icon indicating copy to clipboard operation
Remarkable copied to clipboard

Install fails on Fedora F37

Open drmcnelson opened this issue 1 year ago • 2 comments

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

drmcnelson avatar Apr 08 '24 16:04 drmcnelson

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

mbvgua avatar Sep 27 '24 07:09 mbvgua

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 

neteler avatar Sep 30 '24 13:09 neteler