Bug 452723: Fennec app icon in Maemo N800/N810 task navigator [r=bugmail]

This commit is contained in:
Ben Combee 2009-09-11 20:34:26 -04:00
Родитель 4fddbae47c
Коммит 5509ecad4c
4 изменённых файлов: 11 добавлений и 3 удалений

Просмотреть файл

@ -20,6 +20,7 @@
#
# Contributor(s):
# Mark Finkle <mfinkle@mozilla.com>
# Ben Combee <bcombee@mozilla.com>
#
# 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

Просмотреть файл

@ -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@

Двоичные данные
mobile/installer/debian/fennec_26x26.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 1.6 KiB

Двоичные данные
mobile/installer/debian/fennec_40x40.png Normal file

Двоичный файл не отображается.

После

Ширина:  |  Высота:  |  Размер: 2.9 KiB