This commit is contained in:
parent
965ccd0660
commit
dfe1b2797a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af7b03a81424ae466389c433236a6750dfa303dc9cfa989f733d50fb34a304e4
|
||||
size 820468
|
3
gnome-session-2.25.90.tar.bz2
Normal file
3
gnome-session-2.25.90.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c126b63b1396cdbf21ec4286010bcd03442ecf390ababf59953e45006d1c81a5
|
||||
size 821899
|
@ -1,31 +0,0 @@
|
||||
Index: gnome-session-2.23.6/splash/splash-window.c
|
||||
===================================================================
|
||||
--- gnome-session-2.23.6.orig/splash/splash-window.c
|
||||
+++ gnome-session-2.23.6/splash/splash-window.c
|
||||
@@ -41,7 +41,7 @@ G_DEFINE_TYPE (GsmSplashWindow, gsm_spla
|
||||
#define SPLASH_ICON_BORDER 26
|
||||
#define SPLASH_ICON_SPACING 4
|
||||
#define SPLASH_ICON_V_OFFSET 28
|
||||
-#define SPLASH_BASE_ICON_SIZE 36
|
||||
+#define SPLASH_BASE_ICON_SIZE 22
|
||||
#define SPLASH_BASE_ICON_ROWS 1
|
||||
|
||||
static gboolean update_trans_effect (gpointer);
|
||||
@@ -340,7 +340,7 @@ layout_icon (GsmSplashWindow *splash,
|
||||
if (!si->scaled) {
|
||||
if (gdk_pixbuf_get_width (si->unscaled) == splash->icon_size &&
|
||||
gdk_pixbuf_get_height (si->unscaled) == splash->icon_size) {
|
||||
- si->scaled = g_object_ref (si->unscaled);
|
||||
+ si->scaled = gdk_pixbuf_copy (si->unscaled);
|
||||
} else {
|
||||
si->scaled = gdk_pixbuf_scale_simple (si->unscaled, splash->icon_size,
|
||||
splash->icon_size,
|
||||
@@ -469,7 +469,7 @@ gsm_splash_window_start (GsmSplashWindow
|
||||
|
||||
pb = gtk_icon_theme_load_icon (splash->icon_theme,
|
||||
icon_name,
|
||||
- 48, /* icon size */
|
||||
+ 22, /* icon size */
|
||||
0 /* flags */,
|
||||
NULL);
|
||||
if (!pb) {
|
@ -1,4 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 5 14:08:30 EST 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 2.25.90:
|
||||
+ Install autostart files in /etc/xdg/autostart
|
||||
+ Use 22x22 icons in the splash screen
|
||||
+ Fix a potential crash in the splash screen
|
||||
+ Fix dbus documentation to mention the session bus instead of
|
||||
system bus
|
||||
+ Fix build when XTest is not available
|
||||
+ Fix generation of dbus documentation to have valid docbook
|
||||
+ Translation updates
|
||||
- Remove gnome-session-bnc389137-splash-layout.patch. Fixed
|
||||
upstream
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 31 12:01:33 EST 2009 - mboman@suse.de
|
||||
|
||||
- Update to version 2.25.5:
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-session (Version 2.25.5)
|
||||
# spec file for package gnome-session (Version 2.25.90)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -34,7 +34,7 @@ BuildRequires: tcpd-devel
|
||||
BuildRequires: update-desktop-files
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.25.5
|
||||
Version: 2.25.90
|
||||
Release: 1
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Url: http://www.gnome.org
|
||||
@ -53,8 +53,6 @@ Patch2: gnome-session-wm-switch.patch
|
||||
Patch3: gnome-session-bgo507101-tile-ui.patch
|
||||
# PATCH-FEATURE-OPENSUSE gnome-session-gnome-wm-compiz-manager.patch vuntz@novell.com -- Launch compiz-manager when configured.
|
||||
Patch4: gnome-session-gnome-wm-compiz-manager.patch
|
||||
# PATCH-FIX-OPENSUSE gnome-session-bnc389137-splash-layout.patch bnc389137 vuntz@novell.com -- Improve layout with our splash screen.
|
||||
Patch5: gnome-session-bnc389137-splash-layout.patch
|
||||
# PATCH-FEATURE-OPENSUSE gnome-session-compiz-as-default-wm.patch fate304762 rodrigo@novell.com -- Run compiz as default WM whenever possible
|
||||
Patch6: gnome-session-compiz-as-default-wm.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -119,7 +117,6 @@ gnome-patch-translation-prepare
|
||||
%patch2 -p1
|
||||
%patch3 -p0
|
||||
%patch4 -p1
|
||||
%patch5 -p1
|
||||
%patch6 -p0
|
||||
gnome-patch-translation-update
|
||||
|
||||
@ -191,6 +188,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||
##%endif
|
||||
|
||||
%changelog
|
||||
* Thu Feb 05 2009 mboman@suse.de
|
||||
- Update to version 2.25.90:
|
||||
+ Install autostart files in /etc/xdg/autostart
|
||||
+ Use 22x22 icons in the splash screen
|
||||
+ Fix a potential crash in the splash screen
|
||||
+ Fix dbus documentation to mention the session bus instead of
|
||||
system bus
|
||||
+ Fix build when XTest is not available
|
||||
+ Fix generation of dbus documentation to have valid docbook
|
||||
+ Translation updates
|
||||
- Remove gnome-session-bnc389137-splash-layout.patch. Fixed
|
||||
upstream
|
||||
* Sat Jan 31 2009 mboman@suse.de
|
||||
- Update to version 2.25.5:
|
||||
+ Close ICE connection for qt3 applications
|
||||
|
Loading…
Reference in New Issue
Block a user