Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432342 - www-client/google-chrome - wrapper does not respect $CHROMIUM_USER_FLAGS
Summary: www-client/google-chrome - wrapper does not respect $CHROMIUM_USER_FLAGS
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement with 1 vote (vote)
Assignee: Mike Gilbert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-22 18:47 UTC by skydrome
Modified: 2016-12-31 01:59 UTC (History)
2 users (show)

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


Attachments

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