Package: gnome-control-center / 1:3.4.3.1-2

Metadata

Package Version Patches format
gnome-control-center 1:3.4.3.1-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_menu_category.patch | (download)

shell/gnome-control-center.desktop.in.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
02_no_assert_on_null_streams.patch | (download)

panels/sound/gvc-speaker-test.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 temporary patch to not assert on null streams (lp: #741155)

03_network_null_unref.patch | (download)

panels/network/cc-network-panel.c | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 network: do not print a critical warning when networkmanager is restarted

Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=676369

04_network_crash_signals.patch | (download)

panels/network/cc-network-panel.c | 16 6 + 10 - 0 !
1 file changed, 6 insertions(+), 10 deletions(-)

 [patch] network: avoid crashes due to leftover signal handlers

The libnm objects can survive the disposal of the network panel.
If we don't disconnect the signal handlers on them, bad things
can happen. Use g_signal_connect_object to tie the life-cycle
of the signal handlers to the panel.
https://bugzilla.gnome.org/show_bug.cgi?id=677969

06_handle_passwd_with_ldap.patch | (download)

panels/user-accounts/run-passwd.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 handle the case where passwd re-asks for the current password when it was entered incorrectly (when using ldap)
 Based on a patch from Ryan Tandy
10_optional_wacom_support.patch | (download)

configure.ac | 12 11 + 1 - 0 !
panels/Makefile.am | 7 5 + 2 - 0 !
2 files changed, 16 insertions(+), 3 deletions(-)

 build wacom panel conditionally
 to support platforms were libwacom-dev is not available (like non-Linux)
11_network_user_connections.patch | (download)

panels/network/cc-network-panel.c | 44 31 + 13 - 0 !
panels/network/network-dialogs.c | 16 16 + 0 - 0 !
panels/network/network-dialogs.h | 2 2 + 0 - 0 !
panels/network/panel-cell-renderer-security.h | 4 2 + 2 - 0 !
4 files changed, 51 insertions(+), 15 deletions(-)

---
90_force_fallback.patch | (download)

panels/info/info.ui | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
revert_git_datetime_port.patch | (download)

configure.ac | 2 1 + 1 - 0 !
panels/datetime/Makefile.am | 50 10 + 40 - 0 !
panels/datetime/cc-datetime-panel.c | 252 93 + 159 - 0 !
panels/datetime/dtm.c | 3066 3066 + 0 - 0 !
panels/datetime/dtm.h | 475 475 + 0 - 0 !
panels/datetime/org.gnome.controlcenter.datetime.policy.in | 21 0 + 21 - 0 !
panels/datetime/set-timezone.c | 479 479 + 0 - 0 !
panels/datetime/set-timezone.h | 57 57 + 0 - 0 !
panels/datetime/timedated1-interface.xml | 27 0 + 27 - 0 !
po/POTFILES.in | 1 0 + 1 - 0 !
10 files changed, 4181 insertions(+), 249 deletions(-)

 [patch] revert use of datetimed