mlterm: desktopItem: update attributes to remove warnings

Remove deprecated `Application` category and make `comment` different
then `name`.
This commit is contained in:
Doron Behar 2023-04-14 20:50:33 +03:00
parent 9b419c67cf
commit 0f6857d433

View File

@ -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;
};