2009-10-27 12:07:11 -07:00
|
|
|
#filter substitution
|
2008-05-01 11:24:41 -07:00
|
|
|
[Desktop Entry]
|
2010-01-05 05:58:18 -08:00
|
|
|
Version=0.1
|
2008-05-01 11:24:41 -07:00
|
|
|
Encoding=UTF-8
|
2008-08-15 10:56:19 -07:00
|
|
|
Name=@MOZ_APP_DISPLAYNAME@
|
2009-09-11 17:34:26 -07:00
|
|
|
Comment=@MOZ_APP_DISPLAYNAME@ mobile browser
|
|
|
|
StartupWMClass=Navigator
|
|
|
|
StartupNotify=true
|
2008-05-01 11:24:41 -07:00
|
|
|
Terminal=false
|
|
|
|
Type=Application
|
2010-01-05 05:58:18 -08:00
|
|
|
Categories=Application;Network;
|
2011-05-20 06:05:31 -07:00
|
|
|
#if MOZ_PLATFORM_MAEMO == 6
|
2011-10-09 23:34:00 -07:00
|
|
|
Exec=@installdir@/fennec %U
|
2011-05-20 06:05:31 -07:00
|
|
|
Icon=/usr/share/themes/blanco/meegotouch/icons/@MOZ_APP_NAME@.png
|
|
|
|
Categories=X-MeeGo;
|
|
|
|
OnlyShownIn=X-MeeGo;
|
2011-10-09 23:34:00 -07:00
|
|
|
MimeType=x-maemo-urischeme/http;x-maemo-urischeme/https;x-maemo-urischeme/ftp;x-maemo-urischeme/file;text/html;x-maemo-highlight/ftp-url;x-maemo-highlight/http-url;
|
2011-05-20 06:05:31 -07:00
|
|
|
#else
|
2011-10-09 23:34:00 -07:00
|
|
|
Exec=@installdir@/fennec
|
2008-08-15 10:56:19 -07:00
|
|
|
Icon=@MOZ_APP_NAME@
|
2010-01-05 05:58:18 -08:00
|
|
|
X-Icon-Path=/usr/share/icons
|
2009-09-11 17:34:26 -07:00
|
|
|
X-Window-Icon=@MOZ_APP_NAME@
|
|
|
|
X-Window-Icon-dimmed=@MOZ_APP_NAME@
|
2009-10-29 13:57:05 -07:00
|
|
|
X-Osso-Service=mozilla.@MOZ_APP_NAME@
|
2011-10-09 23:34:00 -07:00
|
|
|
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;
|
2011-05-20 06:05:31 -07:00
|
|
|
#endif
|
|
|
|
X-Osso-Type=application/x-executable
|
2010-01-05 05:58:18 -08:00
|
|
|
|
|
|
|
[X-Osso-URI-Actions]
|
|
|
|
http=X-Osso-URI-Action-Open
|
|
|
|
https=X-Osso-URI-Action-Open
|
|
|
|
ftp=X-Osso-URI-Action-Open
|
|
|
|
file=X-Osso-URI-Action-Open
|
|
|
|
|
|
|
|
[X-Osso-URI-Action-Open]
|
|
|
|
Method=load_url
|
|
|
|
Name=uri_link_open_link
|
|
|
|
TranslationDomain=osso-uri
|