rpms/vino/devel vino.desktop,NONE,1.1 vino.spec,1.71,1.72

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Jul 25 16:31:46 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/vino/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11452

Modified Files:
	vino.spec 
Added Files:
	vino.desktop 
Log Message:
add autostart for the server



--- NEW FILE vino.desktop ---
[Desktop Entry]
Encoding=UTF-8
Name=Remote Desktop Server
Comment=Allow remote access to your desktop
Icon=preferences-desktop-remote-desktop
Exec=/usr/libexec/vino-server
Terminal=false
Type=Application
Categories=
OnlyShowIn=GNOME;
AutostartCondition=GNOME /desktop/gnome/remote_access/enabled


Index: vino.spec
===================================================================
RCS file: /cvs/extras/rpms/vino/devel/vino.spec,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- vino.spec	25 Jul 2008 04:04:31 -0000	1.71
+++ vino.spec	25 Jul 2008 16:31:16 -0000	1.72
@@ -9,9 +9,11 @@
 Summary: A remote desktop system for GNOME
 Name: vino
 Version: 2.23.5
-Release: 2%{?dist}
+Release: 3%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/vino/2.23/%{name}-%{version}.tar.bz2
+# http://bugzilla.gnome.org/show_bug.cgi?id=544719
+Source1: vino.desktop
 License: GPLv2+
 Group: User Interface/Desktops
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
@@ -69,6 +71,8 @@
 # stuff we don't want
 rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
 
+cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart
+
 %find_lang %{name}
 
 %clean
@@ -109,8 +113,12 @@
 %{_bindir}/*
 %{_libexecdir}/*
 %{_sysconfdir}/gconf/schemas/*.schemas
+%{_sysconfdir}/xdg/autostart/vino.desktop
 
 %changelog
+* Fri Jul 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-3
+- Use autostart to have gnome-session start the server
+
 * Fri Jul 25 2008 Matthias Clasen <mclasen at redhat.com> - 2.23.5-2
 - Use standard icon names
 




More information about the fedora-extras-commits mailing list