~vcs-imports/gnome-control-center/+git/gnome-control-center:gnome-3-34

Last commit made on 2024-03-11
Get this branch:
git clone -b gnome-3-34 https://git.launchpad.net/~vcs-imports/gnome-control-center/+git/gnome-control-center

Branch merges

Branch information

Recent commits

8a23a13... by ButterflyOfFire

Add Kabyle translation

27f422a... by Elia Geretto

printers: Do not authenticate SMB servers when search field is edited

When the search field in the "Add Printer" dialog is edited, no
authentication with a remote SMB server should be attempted. The server
should just be added to the list and marked with "Server requires
authentication". The user can then authenticate the server by clicking
on it.

The behavior described above is probably the intended one when the code
was written, since there is no closure registered for the
"authentication-required" signal in the function this commit modifies.
This commit should simply restore the intended behavior.

Resolves: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/755

80bb568... by Daniel Șerbănescu

Update Romanian translation

88ef6f0... by Robert Ancell

3.34.6

39a2949... by Bastien Nocera

sound: Fix translation of "System Sounds"

The wrong package name got passed for the gvc subproject, so an empty
gettext package name ended up being used to look for the "System Sounds"
translation.

Pass the package name so that the translation works as expected.

Closes: #426

d2a1a35... by Robert Ancell

3.34.5

759ea1a... by Robert Ancell

background: Remove unused include

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

user-accounts: Fix use of an uninitialised variable in the carousel

`dest_x` is not set if `gtk_widget_translate_coordinates()` fails, which
it can do before the widget is realised.

This fixes a valgrind warning, but doesn’t change any user-visible
behaviour as far as I can tell.

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

1f72d2f... by Robert Ancell

network: Handle case where GtkComboBox has no active iter

9ef6df9... by Robert Ancell

shell: Remove dead code