Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 144929 | Differences between
and this patch

Collapse All | Expand All

(-)fluxbox-generate_menu.old (-2 / +3 lines)
Lines 1517-1527 Link Here
1517
1517
1518
case "$DEFAULT_BROWSERNAME" in
1518
case "$DEFAULT_BROWSERNAME" in
1519
    links|w3m|lynx)  append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;;
1519
    links|w3m|lynx)  append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;;
1520
    firefox|firebird|mozilla|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
1520
    firefox|firebird|mozilla|phoenix|galeon|dillo|netscape|amaya|seamonkey) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
1521
    konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
1521
    konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
1522
    opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
1522
    opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
1523
    MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;;
1523
    MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;;
1524
    MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;;
1524
    MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;;
1525
    Seamonkey) append "[exec] (seamonkey) {Seamonkey};;
1525
    *) append "[exec] ($DEFAULT_BROWSERNAME) {$DEFAULT_BROWSER}" ;;
1526
    *) append "[exec] ($DEFAULT_BROWSERNAME) {$DEFAULT_BROWSER}" ;;
1526
esac
1527
esac
1527
1528
Lines 1536-1542 Link Here
1536
1537
1537
append_submenu "${NETMENU}"
1538
append_submenu "${NETMENU}"
1538
    append_submenu "${BROWSERMENU}"
1539
    append_submenu "${BROWSERMENU}"
1539
        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer
1540
        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer seamonkey
1540
        find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
1541
        find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
1541
        find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
1542
        find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
1542
        find_it konqueror   append "[exec]   (konqueror) {kfmclient openProfile webbrowsing}"
1543
        find_it konqueror   append "[exec]   (konqueror) {kfmclient openProfile webbrowsing}"

Return to bug 144929