desktopEntry: Remove deprecated category from example
The `Application` category is deprecated and should not be used as an example anymore.
This commit is contained in:
parent
1a09eb84fa
commit
685d8d85d0
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ in
|
|||
genericName = "Web Browser";
|
||||
exec = "firefox %U";
|
||||
terminal = false;
|
||||
categories = [ "Application" "Network" "WebBrowser" ];
|
||||
categories = [ "Network" "WebBrowser" ];
|
||||
mimeType = [ "text/html" "text/xml" ];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue