I am having the same problem as connaisseur (gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded).
fyi: I am not using a DE (just X+i3) - maybe that´s why something is missing?
All python packages you mentioned are installed. Any idea what´s wrong here?
Search Criteria
Package Details: remarkable 1.95-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/remarkable.git (read-only, click to copy) |
---|---|
Package Base: | remarkable |
Description: | A free fully featured markdown editor for Linux. |
Upstream URL: | http://remarkableapp.github.io |
Keywords: | editor markdown remarkable |
Licenses: | MIT |
Submitter: | visit |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 97 |
Popularity: | 0.000000 |
First Submitted: | 2014-08-15 01:38 (UTC) |
Last Updated: | 2024-11-23 20:48 (UTC) |
Dependencies (8)
Required by (0)
Sources (2)
kuminamoya commented on 2014-08-23 10:02 (UTC)
visit commented on 2014-08-17 20:59 (UTC)
@jamiemcgowan: Ok, fine then.
Just to let you know. There is a small patch applied which makes it use the undobuffer module supplied in the .deb file, as there is no package available for pygtk_textbuffer_with_undo in AUR.
jamiemcgowan commented on 2014-08-17 19:11 (UTC)
Thanks glad you like it! Ok cool thanks, good idea making it mandatory.
Thanks for getting it into the repo!
I don't really have much experience packaging for Arch so I am happy to let you continue maintaining it if you want to.
visit commented on 2014-08-17 19:01 (UTC)
@jamiemcgowan: Thanks for this app. Awesome work!
python-gtkspellcheck was in the optdepends in release 1. But some people were confused by not working spell-checking out of the box, so I made it mandatory.
I case you want to maintain that package, I can disown it for you. Just wanted to get it in the repo asap.
jamiemcgowan commented on 2014-08-17 17:59 (UTC)
Tested this on a fresh install of the latest Antergos and seems to work okay.
I am the author of the program but have nothing to do with this particular Arch package.
python-gtkspellcheck should be an optional install (i.e. in the optdepends)
jamiemcgowan commented on 2014-08-17 17:55 (UTC)
visit commented on 2014-08-15 20:13 (UTC)
@connaisseur: Hmm weird...
I added the dependencies.
Here are my python packages. Maybe we need to blacklist something you have installed.
pygtk
python
python-beautifulsoup4
python-cairo
python-dbus
python-dbus-common
python-docutils
python-gobject
python-gtkspellcheck
python-jinja
python-markdown
python-markupsafe
python-pyenchant
python-pygments
python-setuptools
python-sphinx
python-xdg
connaisseur commented on 2014-08-15 12:27 (UTC)
The dependencies list is probably not (yet) complete:
wkhtmltopdf (optional?)
python-gobject
python-cairo
And still I could not get it to work. It barfs with this message:
$ remarkable
Traceback (most recent call last):
File "/usr/bin/remarkable", line 65, in <module>
import remarkable
File "/usr/lib/python3.4/site-packages/remarkable/__init__.py", line 29, in <module>
from remarkable import RemarkableWindow
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 28, in <module>
from gi.repository import WebKit
File "<frozen importlib._bootstrap>", line 2237, in _find_and_load
File "<frozen importlib._bootstrap>", line 2226, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 1191, in _load_unlocked
File "<frozen importlib._bootstrap>", line 1161, in _load_backward_compatible
File "/usr/lib/python3.4/site-packages/gi/importer.py", line 68, in load_module
dynamic_module._load()
File "/usr/lib/python3.4/site-packages/gi/module.py", line 294, in _load
self._introspection_module = get_introspection_module(self._namespace)
File "/usr/lib/python3.4/site-packages/gi/module.py", line 273, in get_introspection_module
module = IntrospectionModule(namespace, version)
File "/usr/lib/python3.4/site-packages/gi/module.py", line 122, in __init__
repository.require(namespace, version)
gi.RepositoryError: Requiring namespace 'Gtk' version '2.0', but '3.0' is already loaded
Pinned Comments