- Name: Chromium
- Homepage: https://www.chromium.org/
- Is it Open Source: yes
- Source: http://dev.chromium.org/developers/how-tos/get-the-code
Chromium is a OpenSource Browser
beli3ver | |
Aug 14 2016, 12:45 PM |
F4272761: image.png | |
Dec 29 2018, 6:22 AM |
Chromium is a OpenSource Browser
Marking as low priority due to:
If/when this ends up being included in the repo I would like to request that it includes the HW accelerated video decoding patch. That would be the only good reason someone could have for using Chromium over Chrome imo.
Hi
I normally run a lkgr dev snapshot of the excellent chromium woolyss builds on my windows system, since I really don't want to use Google Chrome!
I think it would be awesome to have something like that too on Solus.
In the linux section this page says:
Basically, Chromium has few versions every day, but you can stick with a version for about a month before you need to upgrade.
dev
Snapshots (known as "Nightly" or "Dev" builds) builds are compiles of the Chromium code whenever there are submitted code changes. A snapshot build will be created as long as the code compiles successfully. Its binary files are stored in the Snapshots repository of Google Storage.lkgr
Each snapshot build is then run through the automated tests. If that snapshot build successfully passes the automated tests, it is considered as a good build: LKGR (Last Known Good Revision)... and can become potentially a stable build.Note LKGR builds were stored in the Continuous repository until Friday, 18 Mar 2016 (1 year ago). The Chromium team has removed few LKGR builders (407399, 576253 and chromium-dev) but other ones still work (list, latest commit, latest builds). Finally, there is no LKGR binary shared by the Chromium team... but any developer can re-compile it! ^^
https://storage.googleapis.com/chromium-browser-snapshots/index.html
So - how about ...ahem @ikey ... writing a nice tool to continue this work for Solus, now that ferryd is so awesome quick?! :) OH PLEASE....
I agree with @ferike1, Chromium should be included to follow Free Software movement. IMHO Chrome is not an alternative, even if it's based on Chromium.
o.O nice work @joebonrichie did you have to sign up for an API key for the Google services?
I just copied the gentoo one's for now but it should be possible to pass private keys to solbuild somehow. It looks like this in the package.yml for now google_api_key="${google_api_key}" I guess itś up to ikey on how to implement it.
Atm, i'm trying to replace as many as the bundled dependencies as I can with system one's. One painfully long build after another.
Maybe this could have helped before doing the final build? https://dev.solus-project.com/T3663
Happy to help with the arduous rebuilds if you want, have an i7 w 32GB RAM that I'm happy to put to work.
Yeah, I totally agree. Solus-optimized Chromium in repository > Google Chrome from dirty third-party :P
Not saying that actual Google Chrome isn't usable. What I mean is Chromium in repository is more civilized way to handle software. Ya'know, auto-updates, full control of build process etc.
Not saying that actual Google Chrome isn't usable.
It is currently, unless you want to run under root profile ;)
Chromium is available as a snap package, however it doesn't pick up system font and theme.
The snap looks to be taking GTK theme. Not sure about the font.
Had to refresh using snap refresh chromium --channel=stable/core16
Edit: Reference for bug: https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1808959