bluesabre / menulibre

MenuLibre is an advanced menu editor that provides modern features in a clean, easy-to-use interface.
https://bluesabre.org/menulibre
GNU General Public License v3.0
200 stars 18 forks source link

LP#1788548 "Can't open the app: Error on line 1 char 1 (MenuEditor.py)" #127

Open github-actions[bot] opened 1 year ago

github-actions[bot] commented 1 year ago

Reported first on Launchpad at https://bugs.launchpad.net/ubuntu/+source/menulibre/+bug/1788548

github-actions[bot] commented 1 year ago

LP#0: Iñaki Allende (iallende89) wrote on 2018-08-23:

Hi, I'm running Ubuntu 17.10 64bit (Gnome 3.26.2) Just can't open the app... and I need some help here

This is the error when I try to run the app on terminal:

USER:~$ menulibre /usr/lib/python3/dist-packages/menulibre/MenuEditor.py:28: PyGIWarning: GMenu was imported without specifying a version first. Use gi.require_version('GMenu', '3.0') before import to ensure that the right version gets loaded. from gi.repository import GdkPixbuf, Gio, GLib, GMenu, Gtk Traceback (most recent call last): File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 1717, in do_activate self.win = MenulibreWindow(self) File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 207, in init self.configure_application_treeview(builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreApplication.py", line 462, in configure_application_treeview self.treeview = MenulibreTreeview.Treeview(self, builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 43, in init self._configure_treeview(builder) File "/usr/lib/python3/dist-packages/menulibre/MenulibreTreeview.py", line 54, in _configure_treeview treestore = MenuEditor.get_treestore() File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 113, in get_treestore menu = get_menus()[0] File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 175, in get_menus menu = MenuEditor() File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 227, in init self.load() File "/usr/lib/python3/dist-packages/menulibre/MenuEditor.py", line 245, in load if not self.tree.load_sync(): GLib.Error: g-markup-error-quark: Error on line 1 char 1: Document was empty or contained only whitespace (1)