Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 144929 - x11-wm/fluxbox - add seamonkey to fluxbox-generate_menu script.
Summary: x11-wm/fluxbox - add seamonkey to fluxbox-generate_menu script.
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Alec Warner
URL: http://fluxbox.sourceforge.net/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-23 20:17 UTC by subs
Modified: 2007-05-14 23:02 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Diff to patch the menu script (fluxbox-generate_menu.diff,1.90 KB, text/plain)
2006-08-23 20:18 UTC, subs
Details
Diff to patch fluxbox-generate_menu (fluxboxmenu.diff,1.53 KB, patch)
2007-05-14 22:57 UTC, subs
Details | Diff
Fix missing " (fluxboxmenu.diff,1.54 KB, patch)
2007-05-14 23:02 UTC, subs
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.