~vcs-imports/gnome-control-center/+git/gnome-control-center:1447-searching-for-layout-in-shell-brings-up-wrong-region-language-instead-of-keyboard-panel

Last commit made on 2021-08-26
Get this branch:
git clone -b 1447-searching-for-layout-in-shell-brings-up-wrong-region-language-instead-of-keyboard-panel https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Name:
1447-searching-for-layout-in-shell-brings-up-wrong-region-language-instead-of-keyboard-panel
Repository:
lp:~vcs-imports/gnome-control-center/+git/gnome-control-center

Recent commits

e65a4ba... by Kalev Lember <email address hidden>

user-accounts: Fix spurious underscore in front of "Parental Controls" label

5948eb9... by Philipp Kiemle

Update German translation

7a3b65c... by Daniel Mustieles

Updated Spanish translation

0108136... by Fran Diéguez

Update Galician translation

d975f56... by Mohammed Sadiq <email address hidden>

wwan: Avoid translation of some strings

Many strings are not shown in the UI. Let's not overwhelm translators

39e937f... by Quentin PAGÈS

Update Occitan translation

43b40b3... by Bastien Nocera

info-overview: Make sure -dark non-text logo variant is handled

gtk_image_set_from_icon_name() would fallback from $LOGO-text-dark to
$LOGO-text to $LOGO, leaving out $LOGO-dark which might be available.

Make sure it's in the list of possibilities by using
g_themed_icon_new_from_names() and listing it explicitly as a possible
icon name instead.

Fixes: a3b8964a1936274dc4021455648d51edb11b520d
Closes: #1415

b5cd183... by Danial Behzadi

Update Persian translation

246da0e... by Quentin PAGÈS

Update Occitan translation

a9d7b08... by Philip Withnall <email address hidden>

applications: Fix selecting an app using the command line

If I run `gnome-control-center applications org.freedesktop.Bustle`
while g-c-c is already running and a different app is shown, Bustle will
be selected in the list box, but the details panel won’t be updated to
show it.

Fix that by emitting the `activate` signal on the row, as is done
everywhere else in `cc-applications-panel.c` when selecting a row.

Signed-off-by: Philip Withnall <email address hidden>