Search Criteria
Package Details: remarkable 1.87-6
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: | |
Submitter: | visit |
Maintainer: | mbloms |
Last Packager: | mbloms |
Votes: | 97 |
Popularity: | 1.33 |
First Submitted: | 2014-08-15 01:38 |
Last Updated: | 2019-12-14 00:26 |
Dependencies (13)
- gtksourceview3 (gtksourceview3-git)
- python (python-dbg)
- python-beautifulsoup4
- python-cairo (python-cairo-git)
- python-gobject (python-gobject-git)
- python-lxml
- python-markdown
- python-setuptools
- webkit2gtk (webkit2gtk-mse, webkit2gtk-unstable)
- wkhtmltopdf (wkhtmltopdf-static)
- python (python-dbg) (make)
- python-gtkspellcheck (optional) – Spellcheck (might cause problems)
- python-lxml (optional) – export to HTML format support
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »
visit commented on 2015-12-08 23:00
@nahoskins, do you have webkitgtk installed? It should contain your missing libraries. It is already declared as a dependency for this package.
nahoskins commented on 2015-12-06 05:57
sys:1: 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.
sys:1: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
** (remarkable:17311): WARNING **: Failed to load shared library 'libwebkitgtk-3.0.so.0' referenced by the typelib: libicui18n.so.56: cannot open shared object file: No such file or directory
** (remarkable:17311): WARNING **: Failed to load shared library 'libjavascriptcoregtk-3.0.so.0' referenced by the typelib: libicui18n.so.56: cannot open shared object file: No such file or directory
/usr/lib/python3.5/site-packages/remarkable/RemarkableWindow.py:118: Warning: cannot retrieve class for invalid (unclassed) type 'void'
self.live_preview = WebKit.WebView()
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3.5/site-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3.5/site-packages/remarkable_lib/Window.py", line 54, in __new__
new_object.finish_initializing(builder)
File "/usr/lib/python3.5/site-packages/remarkable/RemarkableWindow.py", line 118, in finish_initializing
self.live_preview = WebKit.WebView()
TypeError: could not get a reference to type class
richin13 commented on 2015-10-19 01:05
Thanks @visit It is fixed now
visit commented on 2015-10-18 12:00
@jamiemcgowan: Added a small patch (workaround), to remove line 835 from RemarkableWindow.ui. This solves the problem for now.
visit commented on 2015-10-14 17:28
Jup, getting the same error. I'm busy atm. So it may take some days to fix that. Stay tuned.
richin13 commented on 2015-10-12 04:31
@gnuanu I was wondering the same thing! Btw, I'm getting the same error as @MCMic
MCMic commented on 2015-10-10 13:14
I get this:
$ remarkable
sys:1: 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.
sys:1: PyGIWarning: WebKit was imported without specifying a version first. Use gi.require_version('WebKit', '3.0') before import to ensure that the right version gets loaded.
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3.5/site-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3.5/site-packages/remarkable_lib/Window.py", line 52, in __new__
builder = get_builder('RemarkableWindow')
File "/usr/lib/python3.5/site-packages/remarkable_lib/helpers.py", line 48, in get_builder
builder.add_from_file(ui_filename)
File "/usr/lib/python3.5/site-packages/remarkable_lib/Builder.py", line 86, in add_from_file
Gtk.Builder.add_from_file(self, filename)
GLib.Error: gtk-builder-error-quark: /usr/share/remarkable/ui/RemarkableWindow.ui:835:58 Object with ID not found (13)
gnuanu commented on 2015-02-26 09:47
@jamiemcgowan Don't you think it's a bit unusual not publishing the code in a public portal?
jamiemcgowan commented on 2015-02-09 19:43
@SammysHP at the minute you can extract the contents of the .deb/.rpm and view the source (its written in Python).
SammysHP commented on 2015-02-09 15:08
MIT license? Where can I find the source code?