Just did a fresh install of the latest Raspberry Pi OS with desktop (10/22/2024) and found that the Main Menu Editor doesn't open from the menu. Same problem if running alacarte from the Terminal.
user@raspberrypi:~ $ alacarte
Traceback (most recent call last):
File "/usr/bin/alacarte", line 23, in <module>
from Alacarte.MainWindow import main
File "/usr/share/alacarte/Alacarte/MainWindow.py", line 37, in <module>
from Alacarte.ItemEditor import LauncherEditor, DirectoryEditor
File "/usr/share/alacarte/Alacarte/ItemEditor.py", line 19, in <module>
import cairo
ModuleNotFoundError: No module named 'cairo'
user@raspberrypi:~ $ alacarte
Traceback (most recent call last):
File "/usr/bin/alacarte", line 23, in <module>
from Alacarte.MainWindow import main
File "/usr/share/alacarte/Alacarte/MainWindow.py", line 37, in <module>
from Alacarte.ItemEditor import LauncherEditor, DirectoryEditor
File "/usr/share/alacarte/Alacarte/ItemEditor.py", line 19, in <module>
import cairo
ModuleNotFoundError: No module named 'cairo'
Statistics: Posted by pgroothuizen — Tue Nov 05, 2024 1:24 pm — Replies 0 — Views 23