Package: gnome-system-tools / 3.0.0-6

Metadata

Package Version Patches format
gnome-system-tools 3.0.0-6 3.0 (quilt)

Patch series

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

src/common/gst-tool.c | 7 7 + 0 - 0 !
1 file changed, 7 insertions(+)

---
10_disable_interfaces.patch | (download)

configure.in | 17 0 + 17 - 0 !
interfaces/network.ui | 137 0 + 137 - 0 !
src/network/Makefile.am | 11 1 + 10 - 0 !
src/network/callbacks.c | 341 0 + 341 - 0 !
src/network/callbacks.h | 21 0 + 21 - 0 !
src/network/main.c | 106 2 + 104 - 0 !
src/network/network-tool.c | 66 0 + 66 - 0 !
src/network/network-tool.h | 9 1 + 8 - 0 !
8 files changed, 4 insertions(+), 704 deletions(-)

---
11_dont_show_shares.patch | (download)

src/shares/shares.desktop.in.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

---
12_fix_exit.patch | (download)

src/users/users-tool.c | 14 7 + 7 - 0 !
1 file changed, 7 insertions(+), 7 deletions(-)

 drop unneeded g_object_unref call to fix a segmentation fault on exit after a new user has been created. adjust gst_users_tool_finalize to fix some warnings/error messages.
25_sambashare_group_definition.patch | (download)

src/users/privileges-table.c | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add sambashare to known groups
61_outdated_docs.patch | (download)

doc/services/Makefile.am | 3 0 + 3 - 0 !
doc/time/Makefile.am | 3 0 + 3 - 0 !
2 files changed, 6 deletions(-)

---
62_no_gettext.patch | (download)

configure.in | 4 1 + 3 - 0 !
1 file changed, 1 insertion(+), 3 deletions(-)

---
dont ignore oobsresult.patch | (download)

src/common/gst-tool.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 don't ignore liboobs' result in a callback function

gthread.patch | (download)

configure.in | 1 1 + 0 - 0 !
1 file changed, 1 insertion(+)

 add gthread to linker flags


hide_properties.patch | (download)

src/users/callbacks.c | 11 8 + 3 - 0 !
1 file changed, 8 insertions(+), 3 deletions(-)

 hide "properties" in users context menu
the_admin_group_is_sudo.patch | (download)

src/users/user-profiles.conf.in | 2 1 + 1 - 0 !
src/users/user-settings.h | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---
time libm.patch | (download)

src/time/Makefile.am | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 using floor should link with libm


50_fix_system_tools_pc.patch | (download)

gnome-system-tools.pc.in | 3 0 + 3 - 0 !
1 file changed, 3 deletions(-)

 remove invalid statements from gnome-system-tools.pc.in (fixes lintian error pkg-config-bad-directive).


30_fix_services_admin_window.patch | (download)

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

 gtkscrolledwindow does not fill the place inside of gtkvbox
 and therefore its size is determined by minimum size of the scrollbar.
 As a workaround this patch sets size request for GtkScrolledWindow instead
 of it's immediate child.
00_fix missing DATADIRNAME.patch | (download)

configure.in | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

---