私はUbuntu 15.10 gnomeを使用しています。.debを使用してRemarkableをダウンロードしてインストールしようとしました。ウェブサイトソフトウェア センター経由。実行しようとするたびにクラッシュします。ターミナルからの結果は次のとおりです。
$ remarkable
/usr/lib/python3/dist-packages/remarkable/__init__.py:27: 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
/usr/lib/python3/dist-packages/remarkable/RemarkableWindow.py:28: 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.
from gi.repository import WebKit
*Spellchecking not enabled.
*To enable spellchecking install pygtkspellcheck
*https://pypi.python.org/pypi/pygtkspellcheck/
Traceback (most recent call last):
File "/usr/bin/remarkable", line 66, in <module>
remarkable.main()
File "/usr/lib/python3/dist-packages/remarkable/__init__.py", line 48, in main
window = RemarkableWindow.RemarkableWindow()
File "/usr/lib/python3/dist-packages/remarkable_lib/Window.py", line 52, in __new__
builder = get_builder('RemarkableWindow')
File "/usr/lib/python3/dist-packages/remarkable_lib/helpers.py", line 48, in get_builder
builder.add_from_file(ui_filename)
File "/usr/lib/python3/dist-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)
ご協力ありがとうございます!
答え1
sitzmoebelchronograph が回避策をコメントしましたRemarkable Github プロジェクトの問題 #14 でのクラッシュについて。
この問題を確認できます。
私の Debian Stretch では、/usr/share/remarkable/ui/RemarkableWindow.ui を編集してこれを解決しました。次のように、行 834 から行 842 までのすべての項目を無効にしました。
<!-- <child> <object class="GtkMenuItem" id="mnu_about"> <property name="related_action"/> <property name="visible">True</property> <property name="can_focus">False</property> <property name="label" translatable="yes">About</property> <property name="use_underline">True</property> </object> </child> -->
これにより、注目すべき「ヘルプ」メニューの「バージョン情報」メニュー エントリが無効になります。これで起動の問題は解決します。皆さんの問題解決にも役立つことを願っています。
答え2
Remarkable には多くの問題があったことを覚えています。
代わりに retext を使用することをお勧めします。 と入力するだけですsudo apt install retext
。