Commit 1eb24efa6cc6b2852742c687d815c98d57cb3f74
1 parent
649cc244
Exists in
master
and in
5 other branches
Fixing icon and application name.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
branding/Makefile.in
| @@ -88,7 +88,7 @@ $(DESTDIR)$(datarootdir)/pixmaps/%.png: \ | @@ -88,7 +88,7 @@ $(DESTDIR)$(datarootdir)/pixmaps/%.png: \ | ||
| 88 | 88 | ||
| 89 | install: \ | 89 | install: \ |
| 90 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME).png \ | 90 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME).png \ |
| 91 | - $(DESTDIR)$(datarootdir)/pixmaps/$(PACKAGE_NAME).png \ | 91 | + $(DESTDIR)$(datarootdir)/pixmaps/$(PACKAGE_TARNAME).png \ |
| 92 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME)-logo.png | 92 | $(DESTDIR)$(datarootdir)/$(PACKAGE_NAME)/$(PACKAGE_NAME)-logo.png |
| 93 | 93 | ||
| 94 | @$(INSTALL_DATA) \ | 94 | @$(INSTALL_DATA) \ |
branding/launcher.desktop.in
| @@ -4,7 +4,7 @@ GenericName=@PACKAGE_NAME@ | @@ -4,7 +4,7 @@ GenericName=@PACKAGE_NAME@ | ||
| 4 | Name=3270 Terminal | 4 | Name=3270 Terminal |
| 5 | Comment=@PACKAGE_DESCRIPTION@ | 5 | Comment=@PACKAGE_DESCRIPTION@ |
| 6 | Exec=@PACKAGE_TARNAME@ | 6 | Exec=@PACKAGE_TARNAME@ |
| 7 | -Icon=@PACKAGE_NAME@ | 7 | +Icon=@PACKAGE_TARNAME@ |
| 8 | Terminal=false | 8 | Terminal=false |
| 9 | Type=Application | 9 | Type=Application |
| 10 | StartupNotify=true | 10 | StartupNotify=true |