Hello community, here is the log from the commit of package gnome-session for openSUSE:12.3 checked in at 2013-02-19 13:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:12.3/gnome-session (Old) and /work/SRC/openSUSE:12.3/.gnome-session.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-session", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:12.3/gnome-session/gnome-session.changes 2013-01-31 01:18:24.000000000 +0100 +++ /work/SRC/openSUSE:12.3/.gnome-session.new/gnome-session.changes 2013-02-19 13:32:49.000000000 +0100 @@ -1,0 +2,7 @@ +Mon Feb 18 21:36:49 UTC 2013 - [email protected] + +- Add gnome-session-properties-remove-help.patch (bnc#804180) from + upstream git to remove the help button in "Startup Applications" + which points to nowhere. + +------------------------------------------------------------------- New: ---- gnome-session-properties-remove-help.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-session.spec ++++++ --- /var/tmp/diff_new_pack.con7N1/_old 2013-02-19 13:32:50.000000000 +0100 +++ /var/tmp/diff_new_pack.con7N1/_new 2013-02-19 13:32:50.000000000 +0100 @@ -32,6 +32,8 @@ Patch0: gnome-session-ice-auth-for-suid.patch # PATCH-FIX-UPSTREAM gnome-session-kdm-support.patch [email protected] -- Adds support for KDM logout commands. Patch1: gnome-session-kdm-support.patch +# PATCH-FIX-UPSTREAM gnome-session-properties-remove-help.patch bnc#804180 bgo#658712 [email protected] -- This module no longer has help so remove the button +Patch2: gnome-session-properties-remove-help.patch # PATCH-FEATURE-OPENSUSE gnome-session-unblacklist-llvmpipe.patch [email protected] -- Remove llvmpipe from blacklisted drivers to enable full gnome-shell session on virtual machines. Patch4: gnome-session-unblacklist-llvmpipe.patch BuildRequires: fdupes @@ -131,6 +133,7 @@ translation-update-upstream %patch0 -p1 %patch1 -p1 +%patch2 -p1 %patch4 -p1 %build ++++++ gnome-session-properties-remove-help.patch ++++++ >From e9764e3db2696e282521c7f01dd460416f8e6ee0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen <[email protected]> Date: Sat, 09 Feb 2013 18:15:57 +0000 Subject: Hide non-working help button gnome-session-properties has a help button that points to no-longer-exising docs. Hide it until new docs are available. https://bugzilla.gnome.org/show_bug.cgi?id=658712 --- diff --git a/capplet/gsm-properties-dialog.c b/capplet/gsm-properties-dialog.c index 4270551..712b861 100644 --- a/capplet/gsm-properties-dialog.c +++ b/capplet/gsm-properties-dialog.c @@ -474,7 +474,6 @@ setup_dialog (GsmPropertiesDialog *dialog) GtkTargetList *targetlist; gtk_dialog_add_buttons (GTK_DIALOG (dialog), - GTK_STOCK_HELP, GTK_RESPONSE_HELP, GTK_STOCK_CLOSE, GTK_RESPONSE_CLOSE, NULL); -- cgit v0.9.0.2 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
