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:
parent
e232863028
commit
1c2623e609
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -549,7 +549,7 @@ def src_ignore(parent, entries):
|
|||
TryExec=kitty
|
||||
Exec=kitty
|
||||
Icon=kitty
|
||||
Categories=System;
|
||||
Categories=System;TerminalEmulator;
|
||||
'''
|
||||
)
|
||||
# }}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue