Remarkable icon indicating copy to clipboard operation
Remarkable copied to clipboard

remarkable does not start on fedora 25

Open statquant opened this issue 7 years ago • 6 comments

I run a fedora 25 distro, I installed the rpm. I run wayland, is it an issue ? From the shell I get the following:

 statquant  ~  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 27, in <module>
    gi.require_version('WebKit', '3.0')
  File "/usr/lib64/python3.5/site-packages/gi/__init__.py", line 122, in require_version
    (namespace, version))
ValueError: Namespace WebKit not available for version 3.0

statquant avatar Jul 22 '17 09:07 statquant

I'm having the same problem on a fresh install of Fedora 26 too. Was working on my previous box. I love this editor - gotta figure this out.

mlsmithjr avatar Aug 03 '17 15:08 mlsmithjr

Figured it out. Just install webkitgtk3

sudo dnf install webkitgtk3

mlsmithjr avatar Aug 03 '17 16:08 mlsmithjr

On Fedora Rawhide, I've installed all sorts of Python <-> WebKit packages, and nothing works.

I have a slightly different error

Traceback (most recent call last):
  File "/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 27, in <module>
    gi.require_version('WebKit', '3.0')
  File "/usr/lib64/python3.6/site-packages/gi/__init__.py", line 118, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available
$ rpm -qa | grep -i '^py.*webkit'
python3-qt5-webkit-5.9-6.fc27.x86_64
PyQt4-webkit-4.12.1-4.fc27.x86_64
pywebkitgtk-1.1.8-13.fc26.x86_64
python-qt5-webkit-5.9-6.fc27.x86_64
python3-PyQt4-webkit-4.12.1-4.fc27.x86_64
$ dnf search py*webkit
PyQt4-webkit.x86_64 : Python bindings for Qt4 Webkit
PyQt4-webkit.i686 : Python bindings for Qt4 Webkit
python-qt5-webkit.x86_64 : Python bindings for Qt5 Webkit
python3-qt5-webkit.x86_64 : Python3 bindings for Qt5 Webkit
python3-PyQt4-webkit.x86_64 : Python3 bindings for Qt4 Webkit
python3-PyQt4-webkit.i686 : Python3 bindings for Qt4 Webkit
$ rpm -qf /usr/lib64/python3.6/site-packages/gi/__init__.py
python3-gobject-base-3.24.1-3.fc27.x86_64

jayvdb avatar Aug 15 '17 01:08 jayvdb

Duplicate of #39

mbloms avatar Nov 26 '17 16:11 mbloms

Still have the problem on Fedora 28

samtuke avatar Aug 21 '18 11:08 samtuke

@samtuke please install from rpm-sphere, works without problems ... perhaps additionally have a look at my issue #282.

ekuester avatar Nov 26 '18 18:11 ekuester