Can not install in Fedora 25
See original GitHub issuei click on the rpm, then I choose open with Software center-> then Install (I provide my password, the installation completes) then Launch…And A notification pops up (“Oops something went wrong”) (I guess because the notification disappear almost immediately) .
If I try from the terminal I get:
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
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
Updating from fedora 25 to any fedora fails
I cant upgrade from fedora 25 to any fedora. I tried DNF method, from fedora 25 to fedora 27,31,32… But after rebooting, it...
Read more >[SOLVED] Fedora 25 Install will not partition
Fedora 25 Install will not partition. I have an ASUS GL552VX-DM151D laptop. The Fedora 25 Gnome DVD boots up in live mode and...
Read more >Fedora 25 Workstation Installation Guide with Screenshots
A walk through guide on how to install Fedora 25 Workstation with screenshots on your laptop and desktop.
Read more >Fedora 25 Kernel driver not installed (rc=-1908) as Unable to ...
I did just upgrade to Fedora 25. I have installed VirtualBox-5.1-5.1.10_112026_fedora25-1.x86_64.rpm from the official website.
Read more >1385684 – Cannot install from local hard disk using Fedora ...
Description of problem: I have a separate /home partition, which stores F25 Beta Workstation ISO. As usual, I try to install F25 from...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Looking at this issue I found the missing package is gtksourceview3 so
dnf install gtksourceview3
is required.murpholinox is right, as there is no webkitgtk3 in Fedora 27 anymore. Any idea?