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

Bug 432342

Summary: www-client/google-chrome - wrapper does not respect $CHROMIUM_USER_FLAGS
Product: Gentoo Linux Reporter: skydrome <skydrome>
Component: New packagesAssignee: Mike Gilbert <floppym>
Status: RESOLVED WONTFIX    
Severity: enhancement CC: chromium, xmw
Priority: Normal    
Version: 10.1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description skydrome 2012-08-22 18:47:57 UTC
using the google-chrome binary package, the wrapper doesnt support any variable that can hold flags.

Example:
/usr/bin/google-chrome

CHROMIUM_FLAGS=${CHROMIUM_USER_FLAGS:-"$CHROMIUM_FLAGS"}
exec -a "$0" "$HERE/chrome" $CHROMIUM_FLAGS "$@"

lets us use CHROMIUM_USER_FLAGS to let users add command line switches easily