[vino/f18] fix a crash when clicking on the statusicon

Matthias Clasen mclasen at fedoraproject.org
Mon Dec 3 03:11:45 UTC 2012


commit c0350239d3e71d68baa3e78b6285afd6d8c00934
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Sun Dec 2 22:11:58 2012 -0500

    fix a crash when clicking on the statusicon

 vino.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/vino.spec b/vino.spec
index 355afac..b6fae5d 100644
--- a/vino.spec
+++ b/vino.spec
@@ -5,7 +5,7 @@
 Summary: A remote desktop system for GNOME
 Name: vino
 Version: 3.6.2
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: http://www.gnome.org
 #VCS: git:git://git.gnome.org/vino
 Source0: http://download.gnome.org/sources/vino/3.6/%{name}-%{version}.tar.xz
@@ -57,7 +57,7 @@ make %{?_smp_mflags}
 %install
 make install DESTDIR=$RPM_BUILD_ROOT
 
-desktop-file-install --vendor gnome --delete-original                   \
+desktop-file-install --delete-original                   \
   --dir $RPM_BUILD_ROOT%{_datadir}/applications                         \
   --add-only-show-in GNOME                                              \
   $RPM_BUILD_ROOT%{_datadir}/applications/vino-preferences.desktop
@@ -96,6 +96,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 %{_datadir}/GConf/gsettings/org.gnome.Vino.convert
 
 %changelog
+* Sun Dec  2 2012 Matthias Clasen <mclasen at redhat.com> - 3.6.2-2
+- Don't add a vendor prefix to the desktop file, that breaks
+  activating the preferences from the statusicon (#827913)
+
 * Tue Nov 13 2012 Kalev Lember <kalevlember at gmail.com> - 3.6.2-1
 - Update to 3.6.2
 


More information about the scm-commits mailing list