diff options
author | beat <beat@FreeBSD.org> | 2012-11-29 03:39:09 +0800 |
---|---|---|
committer | beat <beat@FreeBSD.org> | 2012-11-29 03:39:09 +0800 |
commit | bb6cbad69e390f36c5ec57f45691bc22d2fe6e6a (patch) | |
tree | b54d2c6502a17d2bf7689c2acbe9c2066e8db807 /x11-wm | |
parent | 5a510586006a40b4a15dc295993dc1d9d72b12dc (diff) | |
download | freebsd-ports-gnome-bb6cbad69e390f36c5ec57f45691bc22d2fe6e6a.tar.gz freebsd-ports-gnome-bb6cbad69e390f36c5ec57f45691bc22d2fe6e6a.tar.zst freebsd-ports-gnome-bb6cbad69e390f36c5ec57f45691bc22d2fe6e6a.zip |
- Add chrome to the list of known browsers and while here remove unused
firefox3.
PR: ports/173553
Submitted by: antoine
Feature safe: yes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in b/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in index f07eefb2434d..7f37f1f64fe7 100644 --- a/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in +++ b/x11-wm/fluxbox/files/patch-util::fluxbox-generate_menu.in @@ -187,7 +187,7 @@ [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2 #The precise order is up for debate. - for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do -+ for browser in firefox firefox3 mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do ++ for browser in chrome firefox mozilla-firefox mozilla-firebird MozillaFirebird linux-opera opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do if find_it_options $browser; then DEFAULT_BROWSER=$browser break @@ -196,7 +196,7 @@ case "$DEFAULT_BROWSERNAME" in links|w3m|lynx) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;; - firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; -+ firefox|firefox3|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; ++ chrome|firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;; - opera) append "[exec] (opera) {env QT_XFT=true opera}" ;; + linux-opera) append "[exec] (linux-opera) {linux-opera}" ;; @@ -209,7 +209,7 @@ append_submenu "${NETMENU}" append_submenu "${BROWSERMENU}" - normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer -+ normal_find firefox firefox3 mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer ++ normal_find chrome firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" - find_it opera append "[exec] (opera) {env QT_XFT=true opera}" + find_it linux-opera append "[exec] (linux-opera) {linux-opera}" |