@visit great :) . I was unsure whether that was a program or packaging issue. Thanks for the followup!
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)
ronjouch commented on 2014-09-25 12:31 (UTC)
visit commented on 2014-09-25 12:29 (UTC)
I've reported it to the author (@jamiemcgowan), as I have no clue what the issue is about.
If you comment out line 25-44 in /usr/lib/python3.4/site-packages/markdown/extensions/__init__.py it will start again. Currently I cant see any other issues with that.
But let's wait what Jamie says.
Chrissss commented on 2014-09-24 13:11 (UTC)
Can confirm ronjouch's problem. I get the same error messages.
ronjouch commented on 2014-09-23 15:02 (UTC)
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
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 :)
Pinned Comments