You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
which expand to
while the package creates:
The text was updated successfully, but these errors were encountered: