Description of problem: For the officially built version of chromium in Fedora, consider using a unique directory under .config. Right now if I build chromium from upstream source, it uses the same profile as the distro installed chromium. This causes issues since the version built at head is often quite experimental. As a workaround, I could alternatively configure my development chromium to point elsewhere, but it seems reasonable to keep .config/chromium as a place for non-distro versions of chromium to use. Version-Release number of selected component (if applicable): chromium-52.0.2743.82-2.fc24.x86_64
Not good, as users updating would lose their settings etc.
(In reply to Nils Philippsen from comment #1) > Not good, as users updating would lose their settings etc. Yeah, I agree. I think you want to use --user-data-dir= here instead.