Chromium: Difference between revisions

imported>Primeos dev
→‎Java: Drop the whole section (not supported anymore, s. https://www.java.com/en/download/help/chrome.html)
imported>Primeos dev
Start documenting how to override Chromium (a frequently asked question)
Line 82: Line 82:


Gnome Shell extensions can be enabled with <code>enableGnomeExtensions = true</code>. It is a mozilla plugin, therefore it does not work currently with Chromium.
Gnome Shell extensions can be enabled with <code>enableGnomeExtensions = true</code>. It is a mozilla plugin, therefore it does not work currently with Chromium.
== Overriding Chromium ==
Note: This section was never properly tested. Please update it accordingly if you notice issues with the examples and feel free to extend it.
To create a customized Chromium the following approach can be used:
<pre>
chromium.mkDerivation (base: { name = "my-chromium"; gnFlags = { test_flag = 42; }; })
</pre>
It should also be possible to override a Chromium attribute using <pre>chromium.browser.overrideAttrs ...</pre>.


[[Category:Configuration]]
[[Category:Configuration]]