rpms/tomboy/devel tomboy-applet-no-sm.patch, NONE, 1.1 tomboy.spec, 1.108, 1.109

Matthias Clasen mclasen at fedoraproject.org
Wed Mar 4 03:58:51 UTC 2009


Author: mclasen

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

Modified Files:
	tomboy.spec 
Added Files:
	tomboy-applet-no-sm.patch 
Log Message:
Don't register with the session manager


tomboy-applet-no-sm.patch:

--- NEW FILE tomboy-applet-no-sm.patch ---
diff -up tomboy-0.13.6/Tomboy/tomboy-panel.in.applet-no-sm tomboy-0.13.6/Tomboy/tomboy-panel.in
--- tomboy-0.13.6/Tomboy/tomboy-panel.in.applet-no-sm	2009-03-03 22:55:13.579318772 -0500
+++ tomboy-0.13.6/Tomboy/tomboy-panel.in	2009-03-03 22:55:43.677285184 -0500
@@ -10,4 +10,6 @@ if [ -n "@extragac@" ]; then
     export MONO_GAC_PREFIX="@extragac@:$MONO_GAC_PREFIX"
 fi
 
+# applets must not connect to the session manager
+export SESSION_MANAGER=
 exec mono $MONO_EXTRA_ARGS $THIS_EXE --panel-applet "$@"


Index: tomboy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomboy/devel/tomboy.spec,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- tomboy.spec	3 Mar 2009 02:31:55 -0000	1.108
+++ tomboy.spec	4 Mar 2009 03:58:21 -0000	1.109
@@ -1,6 +1,6 @@
 Name:           tomboy
 Version:        0.13.6
-Release: 	1%{?dist}
+Release: 	2%{?dist}
 Summary:        Note-taking application
 
 Group:          User Interface/Desktops
@@ -12,6 +12,8 @@
 Source0:        http://download.gnome.org/sources/tomboy/0.13/%{name}-%{version}.tar.bz2
 Patch1:         tomboy-wrapper.patch
 Patch2:		no-start-here.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=533537
+Patch3:		tomboy-applet-no-sm.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -46,6 +48,7 @@
 %setup -q
 %patch1 -p1 -b .wrapper
 %patch2 -p1 -b .no-start-here
+%patch3 -p1 -b .applet-no-sm
 
 autoreconf -f -i
 
@@ -131,6 +134,9 @@
 
 
 %changelog
+* Tue Mar  3 2009 Matthias Clasen <mclasen at redhat.com> - 0.13.6-2
+- Applets must not register with the session manager
+
 * Mon Mar  2 2009 Matthias Clasen <mclasen at redhat.com> - 0.13.6-1
 - Update to 0.13.6
 




More information about the fedora-extras-commits mailing list