Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
MichaKersloot opened this issue Mar 7, 2023 · 0 comments
Open

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

MichaKersloot opened this issue Mar 7, 2023 · 0 comments

Comments

@MichaKersloot
Copy link

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant