Discussion:
[gentoo-user] Google Chrome going nuts with L10N ?
(too old to reply)
Walter Dnes
2024-01-10 06:20:01 UTC
Permalink
I seem to remember that Google Chrome used to build with all L10N
locales disabled. But I just ran a pretend emerge and I got...

www-client/google-chrome-120.0.6099.199::gentoo [119.0.6045.199::gentoo] USE="-qt5 -qt6 (-selinux)" L10N="af am ar bg bn ca cs da de el en-GB es es-419 et fa fi fil fr gu he hi hr hu id it ja kn ko lt lv ml mr ms nb nl pl pt-BR pt-PT ro ru sk sl sr sv sw ta te th tr uk ur vi zh-CN zh-TW"

Is it really necessary, and if not how can I turn it off?
--
Roses are red
Roses are blue
Depending on their velocity
Relative to you
Martin Vaeth
2024-01-10 07:30:01 UTC
Permalink
Post by Walter Dnes
I seem to remember that Google Chrome used to build with all L10N
locales disabled. But I just ran a pretend emerge and I got...
www-client/google-chrome [...] L10N="af am ..."
It seems that the use flags default to "on".
Post by Walter Dnes
how can I turn it off?
/etc/pportage/package.use/l10n
(or some other file in that directory or the file package.use):

www-client/google-chrome L10N: -* en-GB

Here, en-GB is just a random example for a locale which should
be active; you can append more or none.

If you want to avoid similar “problems” with other packages,
you can alternatively set

*/* L10N: -*

and then just specify the locales you want explicitly:

www-client/google-chrome L10N: en-GB
Walter Dnes
2024-01-10 14:00:01 UTC
Permalink
Thank you. In package.use I entered...

www-client/google-chrome L10N: -*

...and it did the trick. Actually, Pale Moon is my "daily driver"
browser. I use Chrome for Netflix and the occasional braindead
Chrome-reliant website.
--
Roses are red
Roses are blue
Depending on their velocity
Relative to you
stefan11111
2024-01-10 15:40:02 UTC
Permalink
Post by Walter Dnes
Thank you. In package.use I entered...
www-client/google-chrome L10N: -*
...and it did the trick. Actually, Pale Moon is my "daily driver"
browser. I use Chrome for Netflix and the occasional braindead
Chrome-reliant website.
There are other ways of viewing movies that don't involve supporting
companies that give you a worsening experience at an increasing price.
--
Linux-gentoo-x86_64-Intel-R-_Core-TM-_i5-***@_3.00GHz

COMMON_FLAGS="-O3 -pipe -march=native -ftree-vectorize -ffast-math
-funswitch-loops -fuse-linker-plugin -flto -fdevirtualize-at-ltrans
-fno-plt -fno-semantic-interposition -fno-common -falign-functions=32
-fgraphite-identity -floop-nest-optimize"

USE="-* git verify-sig rsync-verify man alsa X grub ssl ipv6 lto
libressl olde-gentoo asm native-symlinks threads jit jumbo-build minimal
strip system-man"

INSTALL_MASK="/etc/systemd /lib/systemd /usr/lib/systemd
/usr/lib/modules-load.d /usr/lib/tmpfiles.d *tmpfiles* /var/lib/dbus
/lib/udev /usr/share/icons /usr/share/applications
/usr/share/gtk-3.0/emoji /usr/lib64/palemoon/gtk2"
Loading...