Bug 693216 - Fennec should take %U url argument. r=dougt

This commit is contained in:
Oleg Romashin 2011-10-10 07:34:00 +01:00
Родитель 028a2204d6
Коммит ea0403b6c6
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -4,18 +4,19 @@ Version=0.1
Encoding=UTF-8 Encoding=UTF-8
Name=@MOZ_APP_DISPLAYNAME@ Name=@MOZ_APP_DISPLAYNAME@
Comment=@MOZ_APP_DISPLAYNAME@ mobile browser Comment=@MOZ_APP_DISPLAYNAME@ mobile browser
Exec=@installdir@/fennec
StartupWMClass=Navigator StartupWMClass=Navigator
StartupNotify=true StartupNotify=true
Terminal=false Terminal=false
Type=Application Type=Application
Categories=Application;Network; Categories=Application;Network;
#if MOZ_PLATFORM_MAEMO == 6 #if MOZ_PLATFORM_MAEMO == 6
Exec=@installdir@/fennec %U
Icon=/usr/share/themes/blanco/meegotouch/icons/@MOZ_APP_NAME@.png Icon=/usr/share/themes/blanco/meegotouch/icons/@MOZ_APP_NAME@.png
Categories=X-MeeGo; Categories=X-MeeGo;
OnlyShownIn=X-MeeGo; OnlyShownIn=X-MeeGo;
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; 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;
#else #else
Exec=@installdir@/fennec
Icon=@MOZ_APP_NAME@ Icon=@MOZ_APP_NAME@
X-Icon-Path=/usr/share/icons X-Icon-Path=/usr/share/icons
X-Window-Icon=@MOZ_APP_NAME@ X-Window-Icon=@MOZ_APP_NAME@