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
Version 131.0.6778.139 (Official Build, ungoogled-chromium)
Have you tested that this is not an upstream issue or an issue with your configuration?
I have tried reproducing this issue in Chrome and it could not be reproduced there
I have tried reproducing this issue in vanilla Chromium and it could not be reproduced there
I have tried reproducing this issue in ungoogled-chromium with a new and empty profile using --user-data-dir command line argument and it could not be reproduced there
Description
Several "--enable-features" flags seems to execute only the last one
How to Reproduce?
Add the following lines to a file within /etc/chromium.d/ folder
Hi @networkException, the problem is that the files shipped with ungoogled-chromium have the explained behaviour. Here is a sample of /etc/chromium.d/miscellaneous:
Of course we may we may do something like cat * | grep "\-\-enable-features" | grep -v ^# | cut -d= -f3 | sed 's/"//g' | sed -z "s/\n/, /g", and cat * | grep "\-\-disable-features" | grep -v ^# | cut -d= -f3 | sed 's/"//g' | sed -z "s/\n/, /g" to have all the defined preferences for --enable-features or --disable-features in just one line.
OS/Platform
Debian, Ubuntu, and derivatives
Installed
https://ungoogled-software.github.io/ungoogled-chromium-binaries/
Version
Version 131.0.6778.139 (Official Build, ungoogled-chromium)
Have you tested that this is not an upstream issue or an issue with your configuration?
--user-data-dir
command line argument and it could not be reproduced thereDescription
Several "--enable-features" flags seems to execute only the last one
How to Reproduce?
Add the following lines to a file within
/etc/chromium.d/
folderOption A
Option B
Actual behaviour
In both options (A and B) it seems that only the last option becomes effective in the browser.
Expected behaviour
Both of them become effective regardless the order.
Relevant log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: