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