Simple Linux .desktop file issue

drws

Registered
Thread Starter
Joined
Feb 24, 2022
Messages
6
Currently the Linux version's roomeqwizard.desktop file contains the following two lines among others:

Type=Application
Categories=Application;


While Type=Application is correct I believe Categories=Application; is incorrect given the standard*. Since Application is not a valid category using it leads to disorganized menus at best and icon not being displayed in any menu at worst. A better way to use the Categories directive would be:

Categories=Audio;Physics;Engineering;

* Since I cannot post URLs yet this will have to do:
Code:
https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html#category-registry
 
Top Bottom