The Cinnamon menu does not include the standard category "Science" #420
Unanswered
jose-navarro
asked this question in
Development
Replies: 2 comments
-
I believe Science falls under the Education Categories. Below is the Categories for the program Stellarium You may need something like this
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Solved in linuxmint/cinnamon#12215 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I'm developing a series of application for Linux. As a finishing touch, I like to add entries to the menu so users may start the applicacions without having to remember their precise names.
My applications fall clearly in the "Science" category. So, I prepare .desktop files like the one below:
[Desktop Entry] Name=purge_overlaps Comment=Purge overlapping ADAs Exec=/usr/local/bin/purge_overlaps Icon=/usr/share/adatools/purge_overlaps.png Terminal=false Categories=Science; Type=Application
Well, it seems that the Cinnamon menu does not support this standard category and my apps appear under the "Other" category.
Should't this be corrected? As far as I know, "Science" is one of the standard menu entries:
https://specifications.freedesktop.org/menu-spec/latest/apa.html
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions