Commit b3beeadb6c24fa1ee5d026a482de5b2624521226
1 parent
d6e4864c
Exists in
master
and in
2 other branches
Fixing appdata icon.
Showing
2 changed files
with
3 additions
and
3 deletions
Show diff stats
branding/Makefile.in
| @@ -135,12 +135,12 @@ install-linux: \ | @@ -135,12 +135,12 @@ install-linux: \ | ||
| 135 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps | 135 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps |
| 136 | @$(INSTALL_DATA) \ | 136 | @$(INSTALL_DATA) \ |
| 137 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 137 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
| 138 | - $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(PRODUCT_NAME).svg | 138 | + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg |
| 139 | 139 | ||
| 140 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons | 140 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons |
| 141 | @$(INSTALL_DATA) \ | 141 | @$(INSTALL_DATA) \ |
| 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
| 143 | - $(DESTDIR)$(datarootdir)/icons/$(PRODUCT_NAME).svg | 143 | + $(DESTDIR)$(datarootdir)/icons/$(APPLICATION_ID).svg |
| 144 | 144 | ||
| 145 | install-windows: \ | 145 | install-windows: \ |
| 146 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ | 146 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/$(PRODUCT_NAME).svg \ |
branding/launcher.desktop.in
| @@ -7,7 +7,7 @@ Name[pt_BR]=Terminal 3270 | @@ -7,7 +7,7 @@ Name[pt_BR]=Terminal 3270 | ||
| 7 | Comment=IBM 3270 Terminal emulator | 7 | Comment=IBM 3270 Terminal emulator |
| 8 | Comment[pt_BR]=Emulador de terminal IBM 3270 | 8 | Comment[pt_BR]=Emulador de terminal IBM 3270 |
| 9 | Exec=@PRODUCT_NAME@ %u | 9 | Exec=@PRODUCT_NAME@ %u |
| 10 | -Icon=@PRODUCT_NAME@ | 10 | +Icon=@APPLICATION_ID@ |
| 11 | Terminal=false | 11 | Terminal=false |
| 12 | Type=Application | 12 | Type=Application |
| 13 | StartupNotify=true | 13 | StartupNotify=true |