This commit is contained in:
parent
9d9fe19bf5
commit
f9284a88bf
@ -12,7 +12,7 @@ Index: gnome-session/logout.c
|
||||
#include <gconf/gconf-client.h>
|
||||
|
||||
#include <libgnomeui/gnome-help.h>
|
||||
@@ -160,6 +163,10 @@ fadeout_screen (GdkScreen *screen,
|
||||
@@ -168,6 +171,10 @@ fadeout_screen (GdkScreen *screen,
|
||||
int attr_mask;
|
||||
GdkGCValues values;
|
||||
FadeoutData *fadeout;
|
||||
@ -23,12 +23,3 @@ Index: gnome-session/logout.c
|
||||
|
||||
fadeout = g_new (FadeoutData, 1);
|
||||
|
||||
@@ -517,7 +524,7 @@ display_gui (void)
|
||||
if (iris_effect_enabled)
|
||||
{
|
||||
hide_fadeout_windows ();
|
||||
- XUngrabServer (GDK_DISPLAY ());
|
||||
+ /* XUngrabServer (GDK_DISPLAY ()); */
|
||||
|
||||
gdk_pointer_ungrab (GDK_CURRENT_TIME);
|
||||
gdk_keyboard_ungrab (GDK_CURRENT_TIME);
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:67ef34935ed69cd469c4a1eef2cd814ac11c320145a0e275344581de178cb6a5
|
||||
size 727620
|
3
gnome-session-2.19.6.tar.bz2
Normal file
3
gnome-session-2.19.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4c2e815afaf3437ea8a29f1606ca852f3aa6d32f72f47f307a1edcaf5ede439f
|
||||
size 738054
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 2 19:09:21 CEST 2007 - maw@suse.de
|
||||
|
||||
- Update to version 2.19.6:
|
||||
+ Better fadeout animation for the logout dialogue when there is
|
||||
a compositing manager
|
||||
+ Add gnome-breakpad to GTK_MODULES if bug-buddy is present
|
||||
+ Use g_option_context_set_translation_domain()
|
||||
+ Compilation fixes
|
||||
+ Updated translations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 16:52:03 CEST 2007 - maw@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-session (Version 2.19.4)
|
||||
# spec file for package gnome-session (Version 2.19.6)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -15,8 +15,8 @@ BuildRequires: CASA-devel control-center2-devel gnome-common gnome-desktop-deve
|
||||
# for xrdb resp. rsh checks:
|
||||
License: GPL v2 or later, LGPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.19.4
|
||||
Release: 4
|
||||
Version: 2.19.6
|
||||
Release: 1
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: gnome
|
||||
@ -25,6 +25,27 @@ Patch0: gnome-session-suspend.patch
|
||||
Patch1: gnome-session-DESKTOP_LAUNCH.patch
|
||||
Patch2: gnome-session-splash-screen.diff
|
||||
Patch3: gnome-session-remove-dns-warning.patch
|
||||
# FIXME: this patch needs to be reviewed. The following hunk no longer applies. Is it still
|
||||
# necessary?
|
||||
#
|
||||
# *************** display_gui (void)
|
||||
# *** 525,531 ****
|
||||
# if (iris_effect_enabled)
|
||||
# {
|
||||
# hide_fadeout_windows ();
|
||||
# - XUngrabServer (GDK_DISPLAY ());
|
||||
#
|
||||
# gdk_pointer_ungrab (GDK_CURRENT_TIME);
|
||||
# gdk_keyboard_ungrab (GDK_CURRENT_TIME);
|
||||
# --- 532,538 ----
|
||||
# if (iris_effect_enabled)
|
||||
# {
|
||||
# hide_fadeout_windows ();
|
||||
# + /* XUngrabServer (GDK_DISPLAY ()); */
|
||||
#
|
||||
# gdk_pointer_ungrab (GDK_CURRENT_TIME);
|
||||
# gdk_keyboard_ungrab (GDK_CURRENT_TIME);
|
||||
# ###
|
||||
Patch4: gnome-session-2.12.0-xgl-display-modal-2.patch
|
||||
Patch5: gnome-session-2.12.0-su-session-management.patch
|
||||
Patch6: gnome-session-2.12.0-unlock-keyring.patch
|
||||
@ -134,6 +155,14 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 02 2007 - maw@suse.de
|
||||
- Update to version 2.19.6:
|
||||
+ Better fadeout animation for the logout dialogue when there is
|
||||
a compositing manager
|
||||
+ Add gnome-breakpad to GTK_MODULES if bug-buddy is present
|
||||
+ Use g_option_context_set_translation_domain()
|
||||
+ Compilation fixes
|
||||
+ Updated translations
|
||||
* Thu Jul 19 2007 - maw@suse.de
|
||||
- Add gnome-session-no-devel-fatals.patch, courtesy of jpr (#292706
|
||||
and #292651)
|
||||
|
Loading…
Reference in New Issue
Block a user