Comment 2 for bug 1825511

Revision history for this message
Rafael Costa (rcostarega) wrote :

Searching, I found the following solution:

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)

This has worked for me.