-
Notifications
You must be signed in to change notification settings - Fork 809
Closed
Description
A menu file with a subcategory, such as below, is not honored in Cinnamon 1.8.
<Menu>
<Name>ApplicationCategory</Name>
<Directory>ApplicationCategory.directory</Directory>
<Include>
<And>
<Category>ApplicationCategory</Category>
<Not><Category>ApplicationSUBCategory</Category></Not>
</And>
</Include>
<DefaultLayout inline="true">
<Merge type="menus"/>
<Merge type="files"/>
</DefaultLayout>
<Menu>
<Name>ApplicationSUBCategory</Name>
<Directory>ApplicationSUBCategory.directory</Directory>
<Include>
<Category>ApplicationSUBCategory</Category>
</Include>
</Menu>
</Menu>
Not one of the sub-categories at http://standards.freedesktop.org/menu-spec/latest/apas02.html are honored.
Metadata
Metadata
Assignees
Labels
No labels