SUNWgnome-dtlogin-integration.spec
changeset 11718 bedfaf6c7b10
parent 11420 c69e370ebcc4
child 11729 ffbf5cf7374a
--- a/SUNWgnome-dtlogin-integration.spec	Tue Feb 26 07:09:00 2008 +0000
+++ b/SUNWgnome-dtlogin-integration.spec	Tue Feb 26 08:01:35 2008 +0000
@@ -12,7 +12,7 @@
 %define dtlogin_config_basedir /usr
 # NOTE: If the version is bumped the new tarball must be uploaded to the
 #       Sun Download Center. Contact GNOME RE for assistance.
-%define tarball_version 0.34
+%define tarball_version 0.35
 
 %include Solaris.inc
 %if %option_with_dt
@@ -123,6 +123,17 @@
 %endif
 
 %changelog
+* Tue Feb 26 2008 - [email protected]
+- Bump to 0.35.  This reverts the code change made on 2007-12-07 to
+  launch gnome-session with "/bin/sh -c" rather than exec.  I
+  discovered that using "/bin/sh -c" was having the unwanted
+  side-effect of causing gnome-session and child processes to not
+  have an associated TTY number.  For example, gnome-session should
+  have a value like "pts/1", but when using "/bin/sh -c" it has "?".
+  So reverting this change fixes this problem.  The original need
+  to switch to "/bin/sh -c" has gone away now that we launch D-Bus
+  from gnome-session instead of from the startup scripts.
+
 * Wed Jan 09 2008 - [email protected]
 - Bump to 0.34.
 * Fri Dec 07 2007 - [email protected]