diff options
author | markt <markt> | 2007-05-17 16:06:40 (GMT) |
---|---|---|
committer | markt <markt> | 2007-05-17 16:06:40 (GMT) |
commit | 30834f9f6e452db1346f5a76e217d88dce2a3580 (patch) | |
tree | 37ebcfbff38b8c964dbbde3e2f4dd67d992ad2e8 /util/fluxbox-generate_menu.in | |
parent | 805fae9340003f3e9758d730bbe76b0d7dd8b0c1 (diff) | |
download | fluxbox-30834f9f6e452db1346f5a76e217d88dce2a3580.zip fluxbox-30834f9f6e452db1346f5a76e217d88dce2a3580.tar.bz2 |
added seamonkey to fbgm
Diffstat (limited to 'util/fluxbox-generate_menu.in')
-rwxr-xr-x | util/fluxbox-generate_menu.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/util/fluxbox-generate_menu.in b/util/fluxbox-generate_menu.in index c5f0dd5..ae2c54f 100755 --- a/util/fluxbox-generate_menu.in +++ b/util/fluxbox-generate_menu.in | |||
@@ -1519,7 +1519,7 @@ if find_it_options $MY_BROWSER; then | |||
1519 | else | 1519 | else |
1520 | [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2 | 1520 | [ -n "$MY_BROWSER" ] && echo "Warning: you chose an invalid browser." >&2 |
1521 | #The precise order is up for debate. | 1521 | #The precise order is up for debate. |
1522 | for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla galeon konqueror dillo netscape w3m amaya links lynx; do | 1522 | for browser in firefox mozilla-firefox mozilla-firebird MozillaFirebird opera skipstone mozilla seamonkey galeon konqueror dillo netscape w3m amaya links lynx; do |
1523 | if find_it $browser; then | 1523 | if find_it $browser; then |
1524 | DEFAULT_BROWSER=$browser | 1524 | DEFAULT_BROWSER=$browser |
1525 | break | 1525 | break |
@@ -1564,7 +1564,7 @@ append "[exec] (${DEFAULT_TERMNAME}) {${DEFAULT_TERM}}" | |||
1564 | 1564 | ||
1565 | case "$DEFAULT_BROWSERNAME" in | 1565 | case "$DEFAULT_BROWSERNAME" in |
1566 | links|w3m|lynx) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;; | 1566 | links|w3m|lynx) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;; |
1567 | firefox|firebird|mozilla|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; | 1567 | firefox|firebird|mozilla|seamonkey|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;; |
1568 | konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;; | 1568 | konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;; |
1569 | opera) append "[exec] (opera) {env QT_XFT=true opera}" ;; | 1569 | opera) append "[exec] (opera) {env QT_XFT=true opera}" ;; |
1570 | MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;; | 1570 | MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;; |
@@ -1583,7 +1583,7 @@ append_menu_end | |||
1583 | 1583 | ||
1584 | append_submenu "${NETMENU}" | 1584 | append_submenu "${NETMENU}" |
1585 | append_submenu "${BROWSERMENU}" | 1585 | append_submenu "${BROWSERMENU}" |
1586 | normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer | 1586 | normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla seamonkey dillo netscape vncviewer |
1587 | find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" | 1587 | find_it links append "[exec] (links-graphic) {links -driver x ${HOMEPAGE}}" |
1588 | find_it opera append "[exec] (opera) {env QT_XFT=true opera}" | 1588 | find_it opera append "[exec] (opera) {env QT_XFT=true opera}" |
1589 | find_it konqueror append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" | 1589 | find_it konqueror append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" |