Jump to content

Chromium: Difference between revisions

868 bytes removed ,  7 June 2021
→‎Java: Drop the whole section (not supported anymore, s. https://www.java.com/en/download/help/chrome.html)
imported>Yvesh
(Update GPU acceleration in chromium (pkg flag has been removed))
imported>Primeos dev
(→‎Java: Drop the whole section (not supported anymore, s. https://www.java.com/en/download/help/chrome.html))
Line 70: Line 70:


then run <pre>nixos-rebuild switch</pre>
then run <pre>nixos-rebuild switch</pre>
== Java ==
Note: It is not clear whether this section is out of date, and whether any advice in this section ever worked. See https://github.com/NixOS/nixpkgs/issues/84909.
To use Oracle's JRE as a browser's Java implementation, use the option "jre = true;" in the appropriate configuration file as described above.  Oracle's JRE must be manually downloaded to comply with its license.  These steps are described in the output when you try to install Firefox.
To use [http://icedtea.classpath.org/wiki/Main_Page IcedTea]/[http://openjdk.java.net/ OpenJDK] as a browser's Java implementation, use the option "icedtea = true;" in the appropriate configuration file as described above.  By using this Java implementation, it is possible to avoid a manual step whenever your system's Java implementation is updated or your configuration is used to build a new system.


== Enable GPU accelerated video decoding (VA-API) ==  
== Enable GPU accelerated video decoding (VA-API) ==  
Anonymous user