No se puede ejecutar el editor de rebajas notable

No se puede ejecutar el editor de rebajas notable

Estoy usando Ubuntu 15.10 gnome. Intenté descargar e instalar Remarkable usando el .deb desu página weba través del centro de software. Cada vez que falla cuando intento ejecutarlo. Este es el resultado de la terminal:

$ 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)

¡Gracias por la ayuda!

Respuesta1

sitzmoebelcronógrafo comentó una soluciónpor el bloqueo en el número 14 del proyecto Remarkable Github.

Puedo confirmar este problema.

En mi versión de Debian, reduje esto editando /usr/share/remarkable/ui/RemarkableWindow.ui. Deshabilité todas las cosas desde la línea 834 a 842 de esta manera:

           <!--
                <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>
               -->

Esto deshabilitará la entrada del menú "Acerca de" en el menú "Ayuda" de notables. Esto solucionará el problema de inicio por mí. Espero que esto también les ayude a solucionar sus problemas.

Respuesta2

Recuerdo que el Remarkable tiene muchos problemas.

Te sugiero que uses retexto en su lugar. Sólo tipo sudo apt install retext.

información relacionada