From 3590dd7601f7e0835e8140cce0163752137c9b92 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Oct 09 2009 13:45:39 +0000 Subject: Move bubbles to the lower right --- diff --git a/gdm-bubble-location.patch b/gdm-bubble-location.patch new file mode 100644 index 0000000..f8ddfad --- /dev/null +++ b/gdm-bubble-location.patch @@ -0,0 +1,15 @@ +diff -up gdm-2.28.0/data/session-setup.entries.bubble-location gdm-2.28.0/data/session-setup.entries +--- gdm-2.28.0/data/session-setup.entries.bubble-location 2009-10-09 09:38:01.315620045 -0400 ++++ gdm-2.28.0/data/session-setup.entries 2009-10-09 09:39:11.354874396 -0400 +@@ -755,5 +755,11 @@ + /bin/true + + ++ ++ /apps/notification-daemon/popup_location ++ ++ bottom_right ++ ++ + + diff --git a/gdm.spec b/gdm.spec index 8ffc512..37cf517 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.28.0 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -98,6 +98,7 @@ Patch3: gdm-2.23.92-save-root-window.patch # https://bugzilla.gnome.org/show_bug.cgi?id=596569 Patch4: gdm-2.28.0-use-devicekit-power.patch +# fixed upstream Patch5: registryd-no-wrapper.patch # uses /etc/sysconfig/keyboard and is thus not directly upstreamable @@ -109,6 +110,7 @@ Patch19: gdm-multistack.patch Patch20: 0001-Fix-gdm_slave_get_timed_login_details.patch # Fedora-specific +Patch98: gdm-bubble-location.patch Patch99: gdm-2.23.1-fedora-logo.patch %package user-switch-applet @@ -155,6 +157,7 @@ The GDM fingerprint plugin provides functionality necessary to use a fingerprint %patch19 -p1 -b .multistack %patch20 -p1 -b .autologin +%patch98 -p1 -b .bubble-location %patch99 -p1 -b .fedora-logo autoreconf -i -f @@ -404,6 +407,9 @@ fi %{_libdir}/gdm/simple-greeter/plugins/fingerprint.so %changelog +* Fri Oct 9 2009 Matthias Clasen - 1:2.28.0-8 +- Move bubbles to the lower right on the login screen + * Wed Oct 07 2009 Ray Strode - 1:2.28.0-7 - Fix gdm-password / xguest interaction (bug 524421)