opt/chromium
2018-08-24 12:44:37 +02:00
..
.footprint [notify] chromium: 64.0.3282.186 -> 65.0.3325.181 new dependencies: clang libvpx libwebp, removed libevent. Closes FS#1633 2018-03-29 21:38:35 +11:00
.signature [notify] chromium: 64.0.3282.186 -> 65.0.3325.181 new dependencies: clang libvpx libwebp, removed libevent. Closes FS#1633 2018-03-29 21:38:35 +11:00
chromium-clang-r2.patch chromium: 63.0.3239.132 -> 64.0.3282.119 2018-01-30 13:08:30 +11:00
chromium-math.h-r0.patch [notify] chromium: 64.0.3282.186 -> 65.0.3325.181 new dependencies: clang libvpx libwebp, removed libevent. Closes FS#1633 2018-03-29 21:38:35 +11:00
chromium-skia-harmony.patch chromium: 63.0.3239.132 -> 64.0.3282.119 2018-01-30 13:08:30 +11:00
chromium-stdint.patch [notify] chromium: 64.0.3282.186 -> 65.0.3325.181 new dependencies: clang libvpx libwebp, removed libevent. Closes FS#1633 2018-03-29 21:38:35 +11:00
chromium.sh chromium: initial import 2011-07-12 15:24:48 +02:00
last-commit-position.patch [notify] chromium: update to 54.0.2840.100 2016-11-14 18:24:34 +01:00
Pkgfile [notify] chromium: 64.0.3282.186 -> 65.0.3325.181 new dependencies: clang libvpx libwebp, removed libevent. Closes FS#1633 2018-03-29 21:38:35 +11:00
README [notify] chromium: updated to 36.0.1985.143 2014-08-22 14:26:29 +02:00

README for chromium


NOTES

	Some features of Chromium > 23.x.x.x use Google APIs, and to access those APIs
	either an API Key or a set of OAuth 2.0 tokens is required. You can specify
	the API keys to use either when you build Chromium, or at runtime using
	environment variables.
	After build chromium you will have a binary without API keys baked in, so
	instead you should provide them at runtime.

	To read more about API keys:
	http://www.chromium.org/developers/how-tos/api-keys


WARNING

	To build chromium you need a functioning shared semaphore implementation on the
	host operating system. For POSIX semaphores to work, you need r/w access to
	shared memory (/dev/shm).

        Be sure you enabled /dev/shm or you will get errors like:

	sl = self._semlock = _multiprocessing.SemLock(kind, value, maxvalue)
	OSError: [Errno 13] Permission denied


POSTINSTALLATION

	If you can't run chromium and you got a message like this:

	$ chromium
	[1410:1410:1506374616:FATAL:platform_font_gtk.cc(329)] Check failed: typeface.
        Could not find any font: Fixed, sans
        Aborted

	You can solve this by installing for example xorg/xorg-font-dejavu-ttf.