Commit 9c255fcbea799f3349a41d56113659c4521ce4de
1 parent
54e60c99
Exists in
master
and in
2 other branches
Trying to fix SLE-12 icon problem.
Showing
2 changed files
with
6 additions
and
8 deletions
Show diff stats
branding/Makefile.in
@@ -123,26 +123,24 @@ install-linux: \ | @@ -123,26 +123,24 @@ install-linux: \ | ||
123 | $(APPLICATION_ID).desktop | 123 | $(APPLICATION_ID).desktop |
124 | 124 | ||
125 | @$(MKDIR) $(DESTDIR)$(datarootdir)/mime/packages | 125 | @$(MKDIR) $(DESTDIR)$(datarootdir)/mime/packages |
126 | - | ||
127 | @$(INSTALL_DATA) \ | 126 | @$(INSTALL_DATA) \ |
128 | mime.xml \ | 127 | mime.xml \ |
129 | $(DESTDIR)$(datarootdir)/mime/packages/$(PRODUCT_NAME).xml | 128 | $(DESTDIR)$(datarootdir)/mime/packages/$(PRODUCT_NAME).xml |
130 | 129 | ||
131 | @$(MKDIR) $(DESTDIR)$(datarootdir)/appdata | 130 | @$(MKDIR) $(DESTDIR)$(datarootdir)/appdata |
132 | - | ||
133 | @$(INSTALL_DATA) \ | 131 | @$(INSTALL_DATA) \ |
134 | appdata.xml \ | 132 | appdata.xml \ |
135 | $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml | 133 | $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID).appdata.xml |
136 | 134 | ||
137 | -# @$(INSTALL_DATA) \ | ||
138 | -# keypad.metainfo.xml \ | ||
139 | -# $(DESTDIR)$(datarootdir)/appdata/$(APPLICATION_ID)-keypad.metainfo.xml | ||
140 | - | ||
141 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps | 135 | @$(MKDIR) $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps |
136 | + @$(INSTALL_DATA) \ | ||
137 | + $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | ||
138 | + $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(PRODUCT_NAME).svg | ||
142 | 139 | ||
140 | + @$(MKDIR) $(DESTDIR)$(datarootdir)/icons | ||
143 | @$(INSTALL_DATA) \ | 141 | @$(INSTALL_DATA) \ |
144 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ | 142 | $(DESTDIR)$(datarootdir)/$(PRODUCT_NAME)/icons/$(PRODUCT_NAME).svg \ |
145 | - $(DESTDIR)$(datarootdir)/icons/hicolor/scalable/apps/$(APPLICATION_ID).svg | 143 | + $(DESTDIR)$(datarootdir)/icons/$(PRODUCT_NAME).svg |
146 | 144 | ||
147 | install-windows: \ | 145 | install-windows: \ |
148 | $(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=@APPLICATION_ID@ | 10 | +Icon=@PRODUCT_NAME@ |
11 | Terminal=false | 11 | Terminal=false |
12 | Type=Application | 12 | Type=Application |
13 | StartupNotify=true | 13 | StartupNotify=true |