RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

chromium-browser wrapper doesn't read /etc/chromium/default #322

Open MichaKersloot opened 1 year ago

MichaKersloot commented 1 year ago

While trying to set some default settings, they don't stick when starting chromium-browser from the start menu. Looks like the wrapper looks in a different folder as is packaged:

snippet in /usr/bin/chromium-browser

if [ -f /etc/$APPNAME/default ] ; then
  . /etc/$APPNAME/default
fi

which expand to

+ '[' -f /etc/chromium-browser/default ']'

while the package creates:

/etc
/etc/chromium
/etc/chromium/default
/etc/chromium/policies
/etc/chromium/policies/managed
/etc/chromium/policies/recommended