rpms/nautilus/devel nautilus-condrestart.patch, NONE, 1.1 nautilus.spec, 1.263, 1.264

Matthias Clasen mclasen at fedoraproject.org
Thu Mar 12 15:03:17 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/nautilus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4278

Modified Files:
	nautilus.spec 
Added Files:
	nautilus-condrestart.patch 
Log Message:
Fix respawning in a loop when not showing the desktop


nautilus-condrestart.patch:

--- NEW FILE nautilus-condrestart.patch ---
diff -up nautilus-2.25.93/nautilus.desktop.in.condrestart nautilus-2.25.93/nautilus.desktop.in
--- nautilus-2.25.93/nautilus.desktop.in.condrestart	2009-03-12 10:49:41.449753624 -0400
+++ nautilus-2.25.93/nautilus.desktop.in	2009-03-12 10:49:51.814754208 -0400
@@ -17,3 +17,4 @@ X-GNOME-Autostart-Phase=Desktop
 X-GNOME-Autostart-Notify=true
 X-GNOME-AutoRestart=true
 X-GNOME-Provides=filemanager
+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop
diff -up nautilus-2.25.93/nautilus.desktop.in.in.condrestart nautilus-2.25.93/nautilus.desktop.in.in
--- nautilus-2.25.93/nautilus.desktop.in.in.condrestart	2009-03-12 10:47:41.681753834 -0400
+++ nautilus-2.25.93/nautilus.desktop.in.in	2009-03-12 10:49:29.663754303 -0400
@@ -17,3 +17,4 @@ X-GNOME-Autostart-Phase=Desktop
 X-GNOME-Autostart-Notify=true
 X-GNOME-AutoRestart=true
 X-GNOME-Provides=filemanager
+AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop


Index: nautilus.spec
===================================================================
RCS file: /cvs/pkgs/rpms/nautilus/devel/nautilus.spec,v
retrieving revision 1.263
retrieving revision 1.264
diff -u -r1.263 -r1.264
--- nautilus.spec	11 Mar 2009 10:41:23 -0000	1.263
+++ nautilus.spec	12 Mar 2009 15:02:46 -0000	1.264
@@ -16,13 +16,13 @@
 Name:		nautilus
 Summary:        File manager for GNOME
 Version: 	2.25.93
-Release:	1%{?dist}
+Release:	2%{?dist}
 License: 	GPLv2+
 Group:          User Interface/Desktops
 Source: 	http://download.gnome.org/sources/%{name}/2.25/%{name}-%{version}.tar.bz2
 
 URL: 		http://projects.gnome.org/nautilus/
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)	
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires:	gamin
 Requires:       filesystem >= 2.1.1-1
 Requires:       desktop-backgrounds-basic >= %{desktop_backgrounds_version}
@@ -66,7 +66,7 @@
 Obsoletes:      nautilus-mozilla < 2.0
 Obsoletes:      nautilus-media
 
-Obsoletes:      gnome-volume-manager < 2.24.0-2.fc10      
+Obsoletes:      gnome-volume-manager < 2.24.0-2.fc10
 # wait until 2009 to give people some time to port away
 #Obsoletes:	eel2 < 2.25.1-4.fc10
 
@@ -90,6 +90,8 @@
 # http://bugzilla.gnome.org/show_bug.cgi?id=519743
 Patch17:	nautilus-filetype-symlink-fix.patch
 
+# http://bugzilla.gnome.org/show_bug.cgi?id=571417
+Patch18:	nautilus-condrestart.patch
 
 %description
 Nautilus is the file manager and graphical shell for the GNOME desktop
@@ -129,6 +131,7 @@
 %patch10 -p1 -b .gvfs-desktop-key
 %patch15 -p1 -b .xds
 %patch17 -p0 -b .symlink
+%patch18 -p1 -b .condrestart
 
 %build
 
@@ -261,6 +264,9 @@
 
 
 %changelog
+* Thu Mar 12 2009 Matthias Clasen <mclasen at redhat.com> - 2.25.93-2
+- Avoid respawning in a loop when not showing the desktop (#485375)
+
 * Wed Mar 11 2009 Tomas Bzatek <tbzatek at redhat.com> - 2.25.93-1
 - Update to 2.25.93
 




More information about the fedora-extras-commits mailing list