Have more detailed desktop file category

Let's use the 'TerminalEmulator' category according to the spec:
https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html
This commit is contained in:
Michael Vetter 2018-03-21 11:28:57 +01:00
parent e232863028
commit 1c2623e609

View file

@ -549,7 +549,7 @@ def src_ignore(parent, entries):
TryExec=kitty
Exec=kitty
Icon=kitty
Categories=System;
Categories=System;TerminalEmulator;
'''
)
# }}}