Comment 4 for bug 1825213

Revision history for this message
eugeneyale (eugeneyale) wrote :

Hi

The solution for me :

Edit the file menulibre util.py: sudo nano /usr/lib/python3/dist-packages/menulibre/util.py Search for: return GLib.markup_escape_text(text, len(text)) Replace with: return GLib.markup_escape_text(text)

found on :
https://discourse.ubuntubudgie.org/t/menulibre-does-not-start/1817