Não é possível executar o editor Markdown notável

0

Estou usando o gnome do Ubuntu 15.10. Tentei baixar e instalar o Remarkable usando o .deb do site por meio do centro de software. Toda vez que ele falha quando tento executá-lo. Este é o resultado do 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)

Obrigado pela ajuda!

    
por Chris Fetterly 11.02.2016 / 15:19

2 respostas

1

sitzmoebelchronograph comentou uma solução alternativa para a falha na questão do projeto Remarkable Github # 14 .

I can confirm this issue.

On my Debian stretch I sloved this by editing /usr/share/remarkable/ui/RemarkableWindow.ui I disabled all stuff from line 834 to 842 like this:

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

This will disable the "About" menu entry in remarkables "Help" menu. This will fix the start issue for me. Hope this will help you guys to fix your issues too

    
por Dave Ye 14.04.2016 / 06:24
0

Eu lembro que o Notável tem muitos problemas.

Eu sugiro que você use o retext. basta digitar sudo apt install retext .

    
por utopic eexpress 08.11.2016 / 16:16