mlterm: desktopItem: update attributes to remove warnings
Remove deprecated `Application` category and make `comment` different then `name`.
This commit is contained in:
parent
9b419c67cf
commit
0f6857d433
1 changed files with 2 additions and 2 deletions
|
@ -95,10 +95,10 @@ stdenv.mkDerivation rec {
|
|||
exec = "mlterm %U";
|
||||
icon = "mlterm";
|
||||
type = "Application";
|
||||
comment = "Terminal emulator";
|
||||
comment = "Multi Lingual TERMinal emulator";
|
||||
desktopName = "mlterm";
|
||||
genericName = "Terminal emulator";
|
||||
categories = [ "Application" "System" "TerminalEmulator" ];
|
||||
categories = [ "System" "TerminalEmulator" ];
|
||||
startupNotify = false;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue