Author: jbeich Date: Wed Nov 20 02:49:00 2013 New Revision: 1397 Log: %u/%U is for one/many URLs, only Firefox can do many
Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in trunk/mail/thunderbird/files/thunderbird.desktop.in trunk/www/firefox-esr/files/firefox.desktop.in trunk/www/firefox-nightly/files/firefox.desktop.in trunk/www/firefox/files/firefox.desktop.in trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in trunk/www/seamonkey/files/seamonkey.desktop.in Modified: trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in ============================================================================== --- trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/mail/linux-thunderbird/files/linux-thunderbird.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -3,7 +3,7 @@ Name=Thunderbird (Linux) GenericName=Mail Client (Linux) Comment=Mail client and News Reader -Exec=linux-thunderbird %U +Exec=linux-thunderbird %u Icon=%%PREFIX%%/lib/%%APP_NAME%%/chrome/icons/default/default.xpm StartupNotify=false Terminal=false Modified: trunk/mail/thunderbird/files/thunderbird.desktop.in ============================================================================== --- trunk/mail/thunderbird/files/thunderbird.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/mail/thunderbird/files/thunderbird.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -3,7 +3,7 @@ Name=Thunderbird GenericName=Mail Client Comment=Mail client and News Reader -Exec=@MOZILLA@ %U +Exec=@MOZILLA@ %u Icon=@PORTNAME_ICON@ StartupNotify=false Terminal=false Modified: trunk/www/firefox-esr/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox-esr/files/firefox.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/www/firefox-esr/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -182,7 +182,7 @@ Comment[wa]=Naivyî avå les waibes Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 -Exec=@MOZILLA@ %u +Exec=@MOZILLA@ %U Icon=@FIREFOX_ICON@ StartupNotify=false Terminal=false Modified: trunk/www/firefox-nightly/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox-nightly/files/firefox.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/www/firefox-nightly/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -182,7 +182,7 @@ Comment[wa]=Naivyî avå les waibes Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 -Exec=@MOZILLA@ %u +Exec=@MOZILLA@ %U Icon=@FIREFOX_ICON@ StartupNotify=false Terminal=false Modified: trunk/www/firefox/files/firefox.desktop.in ============================================================================== --- trunk/www/firefox/files/firefox.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/www/firefox/files/firefox.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -182,7 +182,7 @@ Comment[wa]=Naivyî avå les waibes Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 -Exec=@MOZILLA@ %u +Exec=@MOZILLA@ %U Icon=@FIREFOX_ICON@ StartupNotify=false Terminal=false Modified: trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in ============================================================================== --- trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/www/linux-seamonkey/files/linux-seamonkey.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -160,7 +160,7 @@ Comment[wa]=Naivyî avå les waibes Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 -Exec=linux-seamonkey %U +Exec=linux-seamonkey %u StartupNotify=true Terminal=false Type=Application Modified: trunk/www/seamonkey/files/seamonkey.desktop.in ============================================================================== --- trunk/www/seamonkey/files/seamonkey.desktop.in Wed Nov 20 02:48:51 2013 (r1396) +++ trunk/www/seamonkey/files/seamonkey.desktop.in Wed Nov 20 02:49:00 2013 (r1397) @@ -160,7 +160,7 @@ Comment[wa]=Naivyî avå les waibes Comment[zh_CN]=浏览 Web Comment[zh_TW]=瀏覽網頁 -Exec=%%MOZILLA%% %U +Exec=%%MOZILLA%% %u StartupNotify=true Terminal=false Type=Application _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
