Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Collection menu should be configurable #101

Closed
N0rbert opened this issue Aug 28, 2021 · 3 comments · Fixed by mate-desktop/mozo#82
Closed

New Collection menu should be configurable #101

N0rbert opened this issue Aug 28, 2021 · 3 comments · Fixed by mate-desktop/mozo#82

Comments

@N0rbert
Copy link

N0rbert commented Aug 28, 2021

Expected behaviour

Mozo, dconf or gsettings should allow user to disable or enable Collection menu.

Actual behaviour

New Collection menu seems to be hard-coded. Mozo, dconf or gsettings know nothing about it.

Steps to reproduce the behaviour

Install Ubuntu MATE 21.10 daily

MATE general version

1.24.1

Package version

1.26.0-0ubuntu1

Linux Distribution

Ubuntu MATE 21.10

Link to bugreport of your Distribution (requirement)

https://pad.lv/1941942

@N0rbert
Copy link
Author

N0rbert commented Aug 28, 2021

Maybe related with mate-desktop/mozo#74

@N0rbert
Copy link
Author

N0rbert commented Aug 28, 2021

Programmatic way to disable was first introduced in this comment, may be adapted to the following:

mkdir -p /home/$USER/.local/share/desktop-directories/
cat <<EOF > /home/$USER/.local/share/desktop-directories/mate-collection.directory
[Desktop Entry]
Name=Collection
Comment=The most frequently used shortcuts
Icon=starred
Type=Directory
NoDisplay=true
EOF

then reboot.

But it is not user-friendly and not expected at all.

@mbkma
Copy link
Member

mbkma commented Aug 28, 2021

See mate-desktop/mozo#82

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants