Deleting menu items from Mozo should not affect other system behaviors, such as startup.
Actual behaviour
Deleting certain items in Mozo also disables it from starting at session login.
Steps to reproduce the behaviour
Delete Marco item on Mozo (Applications/Other).
Marco does not autostart. This may result in a crippled DE without any window manager.
MATE general version
1.22.2
Package version
1.22.1
Linux Distribution
Arch Linux
Link to downstream report of your Distribution
This should solve Marco breaking issues (see mate-desktop/mate-session-manager#21 and mate-desktop/marco#304) and probably more.
Suggestion
Currently, deleting items on Mozo adds Hidden=true to the desktop file. However, according to freedesktop specifications, Hidden is actually a misnomer for items that are deleted at the system level.
Considering Mozo is supposed to be just a menu editor, a better way to handle menu item deletion should be NoDisplay or maybe NotShowIn.
Expected behaviour
Deleting menu items from Mozo should not affect other system behaviors, such as startup.
Actual behaviour
Deleting certain items in Mozo also disables it from starting at session login.
Steps to reproduce the behaviour
MATE general version
1.22.2
Package version
1.22.1
Linux Distribution
Arch Linux
Link to downstream report of your Distribution
This should solve Marco breaking issues (see mate-desktop/mate-session-manager#21 and mate-desktop/marco#304) and probably more.
Suggestion
Currently, deleting items on Mozo adds
Hidden=true
to the desktop file. However, according to freedesktop specifications,Hidden
is actually a misnomer for items that are deleted at the system level.Considering Mozo is supposed to be just a menu editor, a better way to handle menu item deletion should be
NoDisplay
or maybeNotShowIn
.