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

Do not show icons/applications in the menu #115

Open
arcolinuxz opened this issue Jun 30, 2020 · 1 comment
Open

Do not show icons/applications in the menu #115

arcolinuxz opened this issue Jun 30, 2020 · 1 comment

Comments

@arcolinuxz
Copy link

arcolinuxz commented Jun 30, 2020

Distro : ArcoLinux (based on Arch Linux)

The menu sometimes contains applications that will never work or you do not want to show them to the end-user.
In /usr/share/applications/ukui-control-center.desktop there is an example.
This is the important line to hide the application in the .desktop file.

NoDisplay=true

When I try to do the same with other applications in /usr/share/applications (first I tried in ~/.local/share/applications) they remain in the menu.

https://developer.gnome.org/desktop-entry-spec/

Following that link I tried also:

NotShowIn=UKUI
Hidden=true

I would like to hide just a handful applications from the menu.
How should I do that? Should I run something to rebuild the menus or clear the cache?

@liuhao-startmenu
Copy link
Collaborator

Just set NoDisplay to true. If the application is still displayed, please update the menu to the latest version and try again.

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

No branches or pull requests

2 participants