chrome-gnome-shell:master

Last commit made on 2024-03-15
Get this branch:
git clone -b master https://git.launchpad.net/chrome-gnome-shell

Branch merges

Branch information

Name:
master
Repository:
lp:chrome-gnome-shell

Recent commits

f48946d... by ButterflyOfFire

Add Kabyle translation

6dbf9d7... by Fran Diéguez

Update Galician translation

1702693... by Sabri Ünal

Update Turkish translation

5e98fe6... by Keith Kyzivat <email address hidden>

Use python3 in the system environment

Some user setups are expecting to use a python in a different location
than `/usr/bin`, and an older python interpreter may be present at that
location (Rocky Linux 8 being one), causing issues (notably that
shutil.copytree does not have `dirs_exist_ok` keyword parameter in
Python versions < 3.8).

This uses the `python3` interpreter that is in the shell's current PATH,
as discovered by `meson` instead of hard-coding it to
`/usr/bin/python3`.

https://gitlab.gnome.org/GNOME/gnome-browser-extension/-/issues/50

8c17e5b... by Hugo Carvalho

Update Portuguese translation

42fe1ee... by =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?= <email address hidden>

Update Slovenian translation

afc2fe7... by =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?= <email address hidden>

Update Slovenian translation

a844076... by Yuri Konotopov <email address hidden>

compat-common: fixed `innerHTML` typo

b49eec3... by Yuri Konotopov <email address hidden>

i18n: use properly spelled innerHTML attribute

I made typo early using `innerHtml` instead of `innerHTML` and wrongly
assumed it not works for hidden elements.

4cf1e11... by Yuri Konotopov <email address hidden>

i18n: fix rendering translation credits.

Element.innerHTML not works with hidden elements.