Commit 14ae02c5ed07bf52fd39775a56501fc5585d38ad

Authored by Perry Werneck
1 parent 2642fe34

Updating launcher.

Showing 2 changed files with 3 additions and 1 deletions   Show diff stats
.gitignore
... ... @@ -58,6 +58,8 @@ vgcore.*
58 58 gschemas.compiled
59 59 *.gschema.xml
60 60 appdata.xml
  61 +*.[0-9]
  62 +
61 63 *.3270
62 64 macos/**/*.app
63 65 mime.xml
... ...
branding/launcher.desktop.in
... ... @@ -6,7 +6,7 @@ Name[pt_BR]=Terminal 3270
6 6 Comment=IBM 3270 Terminal emulator
7 7 Comment[pt_BR]=Emulador de terminal IBM 3270
8 8 Exec=@PRODUCT_NAME@ %u
9   -Icon=@PRODUCT_NAME@
  9 +Icon=/usr/share/@PRODUCT_NAME@/icons/@PRODUCT_NAME@.svg
10 10 Terminal=false
11 11 Type=Application
12 12 StartupNotify=true
... ...