Commit 20b507ab6d2b7217fa95a04858b5de1f8d08766f
1 parent
32a6fd1a
Exists in
master
and in
3 other branches
Adding scheme handler.
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
branding/launcher.desktop.in
1 | 1 | [Desktop Entry] |
2 | +Type=Application | |
2 | 3 | X-SuSE-translate=true |
3 | 4 | GenericName=@PRODUCT_NAME@ |
4 | 5 | Name=3270 Terminal |
5 | 6 | Name[pt_BR]=Terminal 3270 |
6 | 7 | Comment=@PACKAGE_DESCRIPTION@ |
7 | -Exec=@PRODUCT_NAME@ | |
8 | +Exec=@PRODUCT_NAME@ %u | |
8 | 9 | Icon=@PRODUCT_NAME@ |
9 | 10 | Terminal=false |
10 | 11 | Type=Application |
11 | 12 | StartupNotify=true |
12 | 13 | |
14 | +MimeType=x-scheme-handler/tn3270s;x-scheme-handler/tn3270; | |
15 | + | |
13 | 16 | Actions=gnomeui;classicalui |
14 | 17 | |
15 | 18 | # https://specifications.freedesktop.org/menu-spec/menu-spec-1.0.html | ... | ... |