Just installed via pacaur. Installation went fine, but the app crashes with the following traceback:
(remarkable:2973): Gtk-WARNING **: No object called:
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3.4/site-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3.4/site-packages/remarkable_lib/Window.py", line 54, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 133, in finish_initializing
self.update_live_preview(self)
File "/usr/lib/python3.4/site-packages/remarkable/RemarkableWindow.py", line 1066, in update_live_preview
html_middle = markdown.markdown(text, ['extra', 'nl2br', 'urlize', 'Highlighting', 'Strikethrough', 'markdown_checklist', 'superscript', 'subscript'])
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 460, in markdown
md = Markdown(*args, **kwargs)
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 154, in __init__
configs=kwargs.get('extension_configs', {}))
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 180, in registerExtensions
ext = self.build_extension(ext, configs.get(ext, {}))
File "/usr/lib/python3.4/site-packages/markdown/__init__.py", line 261, in build_extension
return module.makeExtension(**configs)
File "/usr/lib/python3.4/site-packages/markdown/extensions/urlize.py", line 79, in makeExtension
return UrlizeExtension(configs=configs)
File "/usr/lib/python3.4/site-packages/markdown/extensions/__init__.py", line 36, in __init__
self.setConfigs(kwargs.pop('configs', {}))
File "/usr/lib/python3.4/site-packages/markdown/extensions/__init__.py", line 75, in setConfigs
for key, value in items:
TypeError: 'NoneType' object is not iterable
Search Criteria
Package Details: remarkable 1.95-3
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: | 2025-01-17 18:15 (UTC) |
Dependencies (9)
Required by (0)
Sources (2)
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
ronjouch commented on 2014-09-23 15:02 (UTC)
visit commented on 2014-09-16 20:19 (UTC)
@LurkingGrue fixed
<deleted-account> commented on 2014-09-15 17:39 (UTC)
I'm getting a md5sum fail on the remarkable_0.965_all.deb file.
kuminamoya commented on 2014-08-27 06:38 (UTC)
Yes, it works now after installing webkitgtk.
visit commented on 2014-08-26 19:55 (UTC)
@mst nice. Updated the dependency list.
@kuminamoya so the namespace issue is solved?
@connaisseur can you verify that?
<deleted-account> commented on 2014-08-26 08:11 (UTC)
@visit yes, it works now. Thanks.
kuminamoya commented on 2014-08-26 07:26 (UTC)
While this was not my error, installing webkitgtk fixed my problem as well - so thanks for the pointer :)
visit commented on 2014-08-26 06:39 (UTC)
@mst: does it work when you install webkitgtk?
<deleted-account> commented on 2014-08-25 12:49 (UTC)
ERROR:root:Could not find any typelib for WebKit
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
ImportError: cannot import name 'WebKit'
kuminamoya commented on 2014-08-23 10:02 (UTC)
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?
Pinned Comments