rpms/nautilus-dropbox/devel add_startup_delay.patch, NONE, 1.1 nautilus-dropbox.spec, 1.2, 1.3

Leigh Scott leigh123linux at rpmfusion.org
Sun May 31 14:41:33 CEST 2015


Author: leigh123linux

Update of /cvs/nonfree/rpms/nautilus-dropbox/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv30459

Modified Files:
	nautilus-dropbox.spec 
Added Files:
	add_startup_delay.patch 
Log Message:
* Sun May 31 2015 Leigh Scott <leigh123linux at googlemail.com> - 1:2.10.0-3
- add 10 second delay to autostart to ensure it loads on session startup


add_startup_delay.patch:
 dropbox.desktop |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE add_startup_delay.patch ---
--- a/data/dropbox.desktop	2010-04-09 00:21:32.000000000 +0100
+++ b/data/dropbox.desktop	2015-05-31 13:35:10.060606793 +0100
@@ -8,3 +8,4 @@ Type=Application
 Icon=dropbox
 Categories=Network;FileTransfer;
 StartupNotify=false
+X-GNOME-Autostart-Delay=10


Index: nautilus-dropbox.spec
===================================================================
RCS file: /cvs/nonfree/rpms/nautilus-dropbox/devel/nautilus-dropbox.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nautilus-dropbox.spec	7 Jan 2015 09:59:18 -0000	1.2
+++ nautilus-dropbox.spec	31 May 2015 12:41:33 -0000	1.3
@@ -1,13 +1,16 @@
 Name:           nautilus-dropbox
 Epoch:          1
 Version:        2.10.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Dropbox extension for Nautilus
 License:        GPLv3+
 Group:          User Interface/Desktops
 URL:            https://www.dropbox.com
 Source:         https://linux.dropbox.com/packages/%{name}-%{version}.tar.bz2
 
+# add 10 second delay to autostart to ensure it loads on session startup
+Patch0:         add_startup_delay.patch
+
 ExclusiveArch:  i686 x86_64
 
 BuildRequires:  desktop-file-utils
@@ -37,6 +40,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static
@@ -77,6 +81,9 @@
 %{_libdir}/nautilus/extensions-3.0/libnautilus-dropbox.so
 
 %changelog
+* Sun May 31 2015 Leigh Scott <leigh123linux at googlemail.com> - 1:2.10.0-3
+- add 10 second delay to autostart to ensure it loads on session startup
+
 * Wed Jan 07 2015 Leigh Scott <leigh123linux at googlemail.com> - 1:2.10.0-2
 - add ExclusiveArch
 


More information about the rpmfusion-commits mailing list