Description of problem: I'm using chromium with kwallet as password-store and it would be nice to read user options from a file. I'm using a slightly modified version of chromium-wrapper: cat chromium-wrapper.patch --- /usr/lib64/chromium-browser/chromium-wrapper 2015-12-09 19:35:59.000000000 +0100 +++ /usr/lib64/chromium-browser/chromium-wrapper 2015-12-12 16:56:47.056993615 +0100 @@ -25,6 +25,8 @@ export LD_LIBRARY_PATH # Mageia addition: use PepperFlash from Google Chrome if installed: +USER_ARGS= +[ -r $HOME/.config/chromium_flags.conf ] && . $HOME/.config/chromium_flags.conf EXTRA_ARGS= CHROME_FLASH="/opt/google/chrome/PepperFlash/libpepflashplayer.so" CHROME_FLASH_MANIFEST="/opt/google/chrome/PepperFlash/manifest.json" @@ -37,4 +39,4 @@ EXTRA_ARGS="$EXTRA_ARGS --ppapi-flash-path=$CHROME_FLASH --ppapi-flash-version=$CHROME_FLASH_VERSION" fi -exec -a "$0" "$PROGDIR/chrome" $EXTRA_ARGS "$@" +exec -a "$0" "$PROGDIR/chrome" $USER_ARGS $EXTRA_ARGS "$@" with chromium_flags.conf containing e.g. cat $HOME/.config/chromium_flags.conf USER_ARGS=" --ssl-version-min=tls1.1 --password-store=kwallet " Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Reproducible: Steps to Reproduce:
Assigning to maintainer, who can decide to accept or reject the request. https://wiki.mageia.org/en/Bug_policy#Enhancement_requests
CC: (none) => marja11Assignee: bugsquad => mageia
CC: (none) => cjw
Assignee: mageia => kde
not a kde bug but this bugreport is intereseting and would vote for.
CC: (none) => mageiaAssignee: kde => bugsquad
Assignee: bugsquad => mageia
PepperFlash is EOL since 2020 and actively blocked in Chromium/Chrome.
Status: NEW => RESOLVEDResolution: (none) => OLD