Commit 48f8b4bd54779e10e0f77f895ce354f81055518f
1 parent
23f072cc
Exists in
master
and in
2 other branches
Adjusting desktop file.
Showing
1 changed file
with
5 additions
and
1 deletions
Show diff stats
branding/launcher.desktop.in
... | ... | @@ -11,13 +11,17 @@ Icon=@APPLICATION_ID@ |
11 | 11 | Terminal=false |
12 | 12 | Type=Application |
13 | 13 | StartupNotify=true |
14 | +Encoding=UTF-8 | |
15 | + | |
16 | +Keywords=3270;telnet; | |
17 | +Keywords[pt_BR]=3270;telnet;@PRODUCT_NAME@; | |
14 | 18 | |
15 | 19 | MimeType=x-scheme-handler/tn3270s;x-scheme-handler/tn3270;application/x-@PRODUCT_NAME@; |
16 | 20 | |
17 | 21 | Actions=gnomeui;classicalui |
18 | 22 | |
19 | 23 | # https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html |
20 | -Categories=System;TerminalEmulator; | |
24 | +Categories=GNOME;GTK;System;TerminalEmulator;X-GNOME-Utilities; | |
21 | 25 | |
22 | 26 | [Desktop Action gnomeui] |
23 | 27 | Name=New window using modern user interface | ... | ... |