Brisk Menu Editor not launching

When right mouse clicking over the Brisk Menu and selecting Edit the editor no longer launches.

No idea how to troubleshoot this. Can the editor be started from a terminal?

Yes, the command is mozo

Start mozo from the terminal and see if it works.
If it doesn't, there might be some errormessage on the terminal you started from.

4 Likes

It appears mozo is not pickiong up the correct python anymore :slight_smile:

$ mozo
Traceback (most recent call last):
File "/usr/bin/mozo", line 23, in
from Mozo.MainWindow import MainWindow
File "/usr/lib/python3/dist-packages/Mozo/MainWindow.py", line 20, in
import gi
File "/usr/lib/python3/dist-packages/gi/init.py", line 40, in
from . import _gi
ImportError: cannot import name '_gi' from partially initialized module 'gi' (most likely due to a circular import) (/usr/lib/python3/dist-packages/gi/init.py)

sudo update-alternatives --config python3

and chose python 3.10 instead of 3.12 and now it works!

Thanks

4 Likes