Closed kurdtkobane closed 6 years ago
Hello,
Since no one gave a response, I'm going to barge in.
Cumulus from this repository and that ppa aren't developed anymore, if you are interested, there is a Qt port currently developed by me further here.
It hasn't been updated in a while but I am working in my free time and has more features than this version and more to come in the next version(when I will have the time to update with some welcoming-info screens).
@kurdtkobane @vadrian89 thanks for replying. This fell through my notifications. This repo is no longer in development and what Adrian has developed is a superior product which I also use :) Please checkout his work
Hi, I am on Ubuntu 18.04 with a gnome shell.
I've installed Cumulus with wget and dpkg line command.
But i have an issue, the app doesn't execute. Here's the error message:
/usr/bin/cumulus /usr/lib/python2.7/dist-packages/cumulus/init.py:24: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded. from gi.repository import Gtk # pylint: disable=E0611 Traceback (most recent call last): File "/usr/bin/cumulus", line 47, in
import cumulus
File "/usr/lib/python2.7/dist-packages/cumulus/init.py", line 26, in
from cumulus import CumulusWindow
File "/usr/lib/python2.7/dist-packages/cumulus/CumulusWindow.py", line 23, in
from gi.repository import Gtk, WebKit # pylint: disable=E0611
ImportError: cannot import name WebKit