diff --git a/mobile/installer/Makefile.in b/mobile/installer/Makefile.in index b8ab2076825..90cafdcaed4 100644 --- a/mobile/installer/Makefile.in +++ b/mobile/installer/Makefile.in @@ -20,6 +20,7 @@ # # Contributor(s): # Mark Finkle +# Ben Combee # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -109,6 +110,10 @@ deb: debian/control cp debian/$(MOZ_APP_NAME).service $(DEBDESTDIR)/usr/share/dbus-1/services/org.mozilla.$(MOZ_APP_NAME).service $(NSINSTALL) -D $(DEBDESTDIR)/usr/share/icons/hicolor/scalable/hildon/ cp $(srcdir)/debian/$(MOZ_APP_NAME)_scalable.png $(DEBDESTDIR)/usr/share/icons/hicolor/scalable/hildon/$(MOZ_APP_NAME).png + $(NSINSTALL) -D $(DEBDESTDIR)/usr/share/icons/hicolor/26x26/hildon/ + cp $(srcdir)/debian/$(MOZ_APP_NAME)_26x26.png $(DEBDESTDIR)/usr/share/icons/hicolor/26x26/hildon/$(MOZ_APP_NAME).png + $(NSINSTALL) -D $(DEBDESTDIR)/usr/share/icons/hicolor/40x40/hildon/ + cp $(srcdir)/debian/$(MOZ_APP_NAME)_40x40.png $(DEBDESTDIR)/usr/share/icons/hicolor/26x26/hildon/$(MOZ_APP_NAME).png dh_link; fakeroot dh_fixperms; fakeroot dh_installdeb; dh_shlibdeps; fakeroot dh_gencontrol; fakeroot dh_md5sums; dh_builddeb installer: deb diff --git a/mobile/installer/debian/fennec.desktop.in b/mobile/installer/debian/fennec.desktop.in index 06129e52cff..f2dc34a81f9 100644 --- a/mobile/installer/debian/fennec.desktop.in +++ b/mobile/installer/debian/fennec.desktop.in @@ -2,16 +2,19 @@ Version=@MOZ_APP_VERSION@ Encoding=UTF-8 Name=@MOZ_APP_DISPLAYNAME@ -Comment=Fennec mobile browser +Comment=@MOZ_APP_DISPLAYNAME@ mobile browser GenericName=@MOZ_APP_DISPLAYNAME@ Exec=/usr/local/fennec/fennec +StartupWMClass=Navigator +StartupNotify=true Terminal=false X-MultipleArgs=false Type=Application +X-Icon-Path=/usr/share/icons Icon=@MOZ_APP_NAME@ +X-Window-Icon=@MOZ_APP_NAME@ +X-Window-Icon-dimmed=@MOZ_APP_NAME@ Categories=Application;Network; MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/vnd.mozilla.xul+xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png; -StartupWMClass=@MOZ_APP_DISPLAYNAME@ -StartupNotify=true X-Osso-Service=Mozilla.@MOZ_APP_DISPLAYNAME@ diff --git a/mobile/installer/debian/fennec_26x26.png b/mobile/installer/debian/fennec_26x26.png new file mode 100644 index 00000000000..5c97a5d4daf Binary files /dev/null and b/mobile/installer/debian/fennec_26x26.png differ diff --git a/mobile/installer/debian/fennec_40x40.png b/mobile/installer/debian/fennec_40x40.png new file mode 100644 index 00000000000..13532c21c13 Binary files /dev/null and b/mobile/installer/debian/fennec_40x40.png differ