Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 144929

Summary: x11-wm/fluxbox - add seamonkey to fluxbox-generate_menu script.
Product: Gentoo Linux Reporter: subs
Component: Current packagesAssignee: Alec Warner <antarus>
Status: RESOLVED UPSTREAM    
Severity: enhancement CC: clmason, lack, tercel
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
URL: http://fluxbox.sourceforge.net/
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Diff to patch the menu script
Diff to patch fluxbox-generate_menu
Fix missing "

Description subs 2006-08-23 20:17:13 UTC
I have a diff to add seamonkey to the fluxbox-generate_menu script.
Comment 1 subs 2006-08-23 20:18:06 UTC
Created attachment 94983 [details]
Diff to patch the menu script
Comment 2 Jim Ramsay (lack) (RETIRED) gentoo-dev 2007-05-14 21:35:42 UTC
This should probably be sent to upstream instead - We do not currently support custom mods to the menu script.

I have sent it along to upstream.  Whether or not they include it is up to them.
Comment 3 subs 2007-05-14 22:57:17 UTC
Created attachment 119278 [details, diff]
Diff to patch fluxbox-generate_menu

Updated the diff, it was backwards before ;)
Comment 4 subs 2007-05-14 23:00:54 UTC
Comment on attachment 119278 [details, diff]
Diff to patch fluxbox-generate_menu

><HTML><HEAD/><BODY><PRE>--- fluxbox-generate_menu.old	2007-05-14 17:51:30.000000000 -0500
>+++ fluxbox-generate_menu	2007-05-14 17:54:40.000000000 -0500
>@@ -1517,11 +1517,12 @@
> 
> case "$DEFAULT_BROWSERNAME" in
>     links|w3m|lynx)  append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_TERM} -e ${DEFAULT_BROWSER} ${HOMEPAGE}}" ;;
>-    firefox|firebird|mozilla|phoenix|galeon|dillo|netscape|amaya) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
>+    firefox|firebird|mozilla|phoenix|galeon|dillo|netscape|amaya|seamonkey) append "[exec] (${DEFAULT_BROWSERNAME}) {${DEFAULT_BROWSER}}" ;;
>     konqueror) append "[exec] (konqueror) {kfmclient openProfile webbrowsing}" ;;
>     opera) append "[exec] (opera) {env QT_XFT=true opera}" ;;
>     MozillaFirebird) append "[exec] (firebird) {MozillaFirebird}" ;;
>     MozillaFirefox) append "[exec] (firefox) {MozillaFirefox}" ;;
>+    Seamonkey) append "[exec] (seamonkey) {Seamonkey}" ;;
>     *) append "[exec] ($DEFAULT_BROWSERNAME) {$DEFAULT_BROWSER}" ;;
> esac
> 
>@@ -1536,7 +1537,7 @@
> 
> append_submenu "${NETMENU}"
>     append_submenu "${BROWSERMENU}"
>-        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer
>+        normal_find firefox mozilla-firefox MozillaFirefox galeon mozilla dillo netscape vncviewer seamonkey
>         find_it links       append "[exec]   (links-graphic) {links -driver x ${HOMEPAGE}}"
>         find_it opera       append "[exec]   (opera) {env QT_XFT=true opera}"
>         find_it konqueror   append "[exec]   (konqueror) {kfmclient openProfile webbrowsing}"
></PRE></BODY></HTML>
Comment 5 subs 2007-05-14 23:02:20 UTC
Created attachment 119280 [details, diff]
Fix missing "

Sorry about the bug spam, didn't test before I hit submit.