Commit b0e1cd43677b9c8de379de53a9334d72426f2a49
1 parent
50762fd0
Exists in
master
and in
2 other branches
Playing with appdata.
Showing
3 changed files
with
9 additions
and
2 deletions
Show diff stats
branding/appdata.xml.in
... | ... | @@ -6,6 +6,7 @@ |
6 | 6 | |
7 | 7 | https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html#sect-Quickstart-DesktopApps |
8 | 8 | https://people.freedesktop.org/~hughsient/temp/AppData_WhitePaper.pdf |
9 | + https://docs.fedoraproject.org/en-US/packaging-guidelines/AppData/ | |
9 | 10 | |
10 | 11 | --> |
11 | 12 | |
... | ... | @@ -22,7 +23,7 @@ |
22 | 23 | <summary>IBM 3270 Terminal emulator</summary> |
23 | 24 | <summary xml:lang="pt_BR">Emulador de terminal IBM 3270</summary> |
24 | 25 | |
25 | - <developer_name>perry.werneck@gmail.com</developer_name> | |
26 | + <developer_name>Perry Werneck</developer_name> | |
26 | 27 | |
27 | 28 | <description> |
28 | 29 | <p>GTK Based 3270 terminal emulator</p> | ... | ... |
branding/launcher.desktop.in
... | ... | @@ -7,7 +7,7 @@ Name[pt_BR]=Terminal 3270 |
7 | 7 | Comment=IBM 3270 Terminal emulator |
8 | 8 | Comment[pt_BR]=Emulador de terminal IBM 3270 |
9 | 9 | Exec=@PRODUCT_NAME@ %u |
10 | -Icon=/usr/share/@PRODUCT_NAME@/icons/@PRODUCT_NAME@.svg | |
10 | +Icon=@APPLICATION_ID@ | |
11 | 11 | Terminal=false |
12 | 12 | Type=Application |
13 | 13 | StartupNotify=true | ... | ... |