mirror of
https://github.com/Swordfish90/cool-retro-term.git
synced 2025-01-18 04:05:27 +00:00
placate desktop-file-validate and lintian
$ lintian cool-retro-term_*.deb | egrep desktop I: cool-retro-term: desktop-entry-lacks-keywords-entry usr/share/applications/cool-retro-term.desktop W: cool-retro-term: desktop-mime-but-no-exec-code usr/share/applications/cool-retro-term.desktop $ desktop-file-validate cool-retro-term.desktop cool-retro-term.desktop: hint: value "Qt;System;Utility;TerminalEmulator;" for key "Categories" in group "Desktop Entry" contains more than one main category; application might appear more than once in the application menu
This commit is contained in:
parent
dd0e904432
commit
7bf79ec645
@ -3,9 +3,9 @@ Comment=Use the command line the old way
|
|||||||
Exec=cool-retro-term
|
Exec=cool-retro-term
|
||||||
GenericName=Terminal emulator
|
GenericName=Terminal emulator
|
||||||
Icon=cool-retro-term
|
Icon=cool-retro-term
|
||||||
MimeType=
|
|
||||||
Name=Cool Retro Term
|
Name=Cool Retro Term
|
||||||
Categories=Qt;System;Utility;TerminalEmulator;
|
Categories=System;TerminalEmulator;
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Keywords=shell;prompt;command;commandline;
|
||||||
|
Loading…
Reference in New Issue
Block a user