This commit is contained in:
parent
beaf27968d
commit
b19100ddba
@ -17,7 +17,7 @@ Index: gnome-session/gsm-autostart.c
|
||||
+ gs = g_string_new (NULL);
|
||||
+ for (p = exec; *p != '\0'; p++)
|
||||
+ {
|
||||
+ if (*p == '%' && p[1] == 'u')
|
||||
+ if (*p == '%' && (p[1] == 'u' || p[1] == 'U'))
|
||||
+ p++;
|
||||
+ else
|
||||
+ g_string_append_c (gs, *p);
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 6 14:21:42 CEST 2008 - rodrigo@suse.de
|
||||
|
||||
- Updated gnome-session-parse-autostart-command-line.patch to
|
||||
deal also with %U arguments in .desktop files (bnc#242907)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 5 11:49:44 CEST 2008 - vuntz@suse.de
|
||||
|
||||
|
@ -16,7 +16,7 @@ BuildRequires: control-center2-devel fdupes gnome-common gnome-desktop-devel gn
|
||||
License: GPL v2 or later; LGPL v2.1 or later
|
||||
Group: System/GUI/GNOME
|
||||
Version: 2.22.1.1
|
||||
Release: 21
|
||||
Release: 23
|
||||
Summary: Session Tools for the GNOME 2.x Desktop
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source1: gnome
|
||||
@ -179,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files lang -f %{name}-2.0.lang
|
||||
|
||||
%changelog
|
||||
* Tue May 06 2008 rodrigo@suse.de
|
||||
- Updated gnome-session-parse-autostart-command-line.patch to
|
||||
deal also with %%U arguments in .desktop files (bnc#242907)
|
||||
* Mon May 05 2008 vuntz@suse.de
|
||||
- Drop gnome-session-compiz.patch and replace with
|
||||
gnome-session-gnome-wm-compiz-manager.patch to correctly start
|
||||
|
Loading…
Reference in New Issue
Block a user