gnome-session.spec revision 13368
10139N/A#
10139N/A# spec file for package gnome-session
10139N/A#
12153N/A# Copyright 2008 Sun Microsystems, Inc.
10139N/A# This file and all modifications and additions to the pristine
10139N/A# package are under the same license as the package itself.
10139N/A#
17185N/A# Owner: niall
10139N/A#
17180N/A%include l10n.inc
17180N/AName: gnome-session
17180N/ALicense: GPL
12285N/AGroup: System/GUI/GNOME
10139N/AVersion: 2.22.2
10139N/ARelease: 1
10139N/ADistribution: Java Desktop System
17154N/AVendor: Sun Microsystems, Inc.
13494N/ASummary: Session Manager for the GNOME Desktop
10139N/ASource: http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.22/%{name}-%{version}.tar.bz2
10139N/ASource1: gnome-splash.png
10139N/ASource2: %{name}-po-sun-%{po_sun_version}.tar.bz2
16828N/A%if %build_l10n
10139N/ASource3: l10n-configure.sh
12285N/A%endif
12773N/ASource4: indiana-splash.jpg
12773N/A#owner:gheet date:2004-08-06 type:bug bugster:5025823
12773N/APatch1: gnome-session-01-gnome-atom.diff
13368N/A#owner:alo date:2005-03-14 type:bug bugster:5099423
16798N/APatch2: gnome-session-02-logout-effect.diff
10139N/A%if %option_with_sun_branding
10737N/A#owner:yippi date:2004-11-04 type:branding
11419N/APatch3: gnome-session-03-gnome-about.diff
10139N/A%endif
13494N/A#owner:stephen date:2006-06-29 type:feature bugster:6444179
11419N/APatch4: gnome-session-04-wait-for-postrun.diff
11895N/A#owner:gheet date:2006-11-03 type:feature bugster:6393728
13494N/APatch5: gnome-session-05-trusted-extensions.diff
10737N/A#owner:niall date:2004-11-10 type:branding bugster:6188905
13494N/A# We only want to run gnome-volcheck by default if we aren't building with HAL.
11420N/APatch6: gnome-session-06-gnome-volcheck-default-session.diff
11044N/A#owner:erwannc date:2003-07-29 type:branding
13494N/APatch7: gnome-session-07-busy-cursor.diff
11420N/A%if %option_with_sun_branding
13368N/A#owner:erwannc date:2005-05-11 type:branding
16081N/APatch8: gnome-session-08-solaris-branding.diff
15306N/A%endif
16081N/A# This patch works around a bug in D-Bus. When this bug is actually fixed
13494N/A# in D-Bus, then this workaround patch should be removed.
16081N/A#owner:yippi date:2008-01-08 type:bug bugzilla:508231
16445N/APatch9: gnome-session-09-find-dbus-daemon.diff
16081N/A#owner:jefftsai date:2008-01-08 type:branding
14281N/APatch10: gnome-session-10-disable-ssh.diff
14127N/A#owner:yippi date:2008-02-29 type:branding
16081N/APatch11: gnome-session-11-Xsession.diff
14281N/A#owner:erwannc date:2008-03-07 type:feature bugster:6672099
16445N/APatch12: gnome-session-12-compiz-integration.diff
16081N/A#owner:erwannc date:2008-03-27 type:branding
15756N/APatch13: gnome-session-13-indiana-splash-hack.diff
16139N/A
16139N/AURL: http://www.gnome.org
16139N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
16445N/ADocdir: %{_defaultdocdir}/%{name}
16139N/AAutoreqprov: on
16339N/APrereq: GConf
16339N/A
16448N/A%define libgnomeui_version 2.2.0
16448N/A%define libwnck_version 2.2.1
16622N/A
16620N/ABuildRequires: libgnomeui-devel >= %{libgnomeui_version}
16959N/ABuildRequires: libwnck-devel >= %{libwnck_version}
16966N/ARequires: libgnomeui >= %{libgnomeui_version}
16828N/ARequires: libwnck >= %{libwnck_version}
10737N/A
10139N/A%description
10139N/AThis package provides the basic session manager and tools for the GNOME Desktop.
10139N/A
10139N/A%prep
10139N/A%setup -q
10139N/A%if %build_l10n
10139N/Abzcat %SOURCE2 | tar xf -
10139N/Acd po-sun; make; cd ..
10139N/A%endif
10139N/A%patch1 -p1
10139N/A%patch2 -p1
10139N/A%if %option_with_sun_branding
10139N/A%patch3 -p1
10139N/A%endif
10139N/A%patch4 -p1
10139N/A%patch5 -p1
10139N/A%if %with_hal
10139N/A%else
10139N/A%patch6 -p1
12285N/A%endif
12285N/A%patch7 -p1
12285N/A%if %option_with_sun_branding
12285N/A%patch8 -p1
15811N/Acp %SOURCE1 gnome-session/gnome-splash.png
10139N/A%endif
13449N/A%patch9 -p1
13494N/A%patch10 -p1
13449N/A%if %option_without_dt
13494N/A%else
13855N/A%patch11 -p1
13489N/A%endif
13830N/A%patch12 -p1
13581N/A%if %option_with_indiana_branding
13489N/Acp %SOURCE4 data
13489N/A%patch13 -p1
14127N/A%endif
16081N/A
16081N/A
16081N/A%build
13830N/A%ifos linux
13859N/Aif [ -x /usr/bin/getconf ]; then
14281N/A CPUS=`getconf _NPROCESSORS_ONLN`
16081N/Afi
14281N/A%else
16081N/A CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
16081N/A%endif
16081N/Aif test "x$CPUS" = "x" -o $CPUS = 0; then
16139N/A CPUS=1
16339N/Afi
16448N/A
16620N/A%ifos solaris
16828N/A%define poweroff /usr/sbin/poweroff
10139N/A%define reboot /usr/sbin/reboot
10139N/A%else
10139N/A%define poweroff /usr/bin/poweroff
10139N/A%define reboot /usr/bin/reboot
10139N/A%endif
10139N/A
10139N/Alibtoolize --force
10139N/Aintltoolize -c -f --automake
10139N/A
10139N/A%if %build_l10n
10139N/Abash -x %SOURCE3 --enable-copyright
10139N/A%endif
10139N/A
10139N/Aaclocal $ACLOCAL_FLAGS -I .
10139N/Aautoheader
10139N/Aautomake -a -c -f
10139N/Aautoconf
10139N/ACFLAGS="$RPM_OPT_FLAGS" \
10139N/A./configure --prefix=%{_prefix} \
10139N/A --libexecdir=%{_libexecdir} \
10139N/A --sysconfdir=%{_sysconfdir} \
10139N/A --mandir=%{_mandir} \
10139N/A --with-halt-command=%poweroff \
12773N/A --with-reboot-command=%reboot
12773N/Amake -j $CPUS
12773N/A
12773N/A%install
12773N/Aexport GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
10139N/Amake DESTDIR=$RPM_BUILD_ROOT install
10139N/Aunset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
10139N/A
10139N/A%clean
10139N/Arm -rf $RPM_BUILD_ROOT
10139N/A
10139N/A%post
10139N/Aexport GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
10139N/ASCHEMAS="gnome-session.schemas"
10139N/Afor S in $SCHEMAS; do
13830N/A gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
10139N/Adone
10139N/A
10139N/A%files
10139N/A%defattr(-,root,root)
10139N/A%{_bindir}/*
10139N/A%{_datadir}/pixmaps/*
15811N/A%{_mandir}/man1/*
15811N/A%{_mandir}/man5/*
15811N/A%{_datadir}/locale/*/LC_MESSAGES/*.mo
15811N/A%{_datadir}/gnome/default.session
10139N/A%{_datadir}/gnome/default.wm
10139N/A%{_datadir}/applications/
10139N/A%{_sysconfdir}/gconf/schemas/*
10139N/A
10139N/A%changelog
10139N/A* Fri Jun 06 2008 - simon.zheng@sun.com
10139N/A- Remove 13-logout-shutdown-dialog.diff and 14-
10139N/A* Sat May 31 2008 - brian.cameron@sun.com
10139N/A- Add patch so that the "Switch User" button does not show up on
10139N/A Solaris. Fixes bugzilla:535892.
10139N/A* Tue May 27 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.2.
10139N/A* Wed May 07 2008 - simon.zheng@sun.com
10139N/A- Add patch 13-logout-shutdown-dialog.
10139N/A* Fri Apr 11 2008 - damien.carbery@sun.com
10142N/A- Bump to 2.22.1.1.
10139N/A* Thu Apr 10 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.1.
10139N/A* Tue Mar 11 2008 - damien.carbery@sun.com
10139N/A- Bump to 2.22.0.
10139N/A* Fri Mar 07 2008 - damien.carbery@sun.com
15811N/A- Bump to 2.21.93.
10139N/A* Fri Feb 29 2008 - brian.cameron@sun.com
10139N/A- When building with DT (CDE login), then make sure the gnome.desktop
17154N/A file calls /usr/dt/bin/Xsession.jds rather than gnome-session.
17154N/A* Fri Feb 29 2008 - jeff.cai@sun.com
16959N/A- Bump to 2.21.92. Add patch 10-disable-ssh to revert patch #503278. This
16959N/A removes the gnome-session dependency on gnome-keyring.
16828N/A* Thu Feb 28 2008 - damien.carbery@sun.com
16828N/A- Revert to 2.21.91 because 2.21.92 requires a new version of gnome-keyring,
16798N/A which breaks.
16798N/A* Wed Feb 27 2008 - damien.carbery@sun.com
16448N/A- Bump to 2.21.92.
16448N/A* Fri Feb 15 2008 - damien.carbery@sun.com
16417N/A- Remove upstream patch 10-gsd-header-dir.
16417N/A* Wed Feb 13 2008 - damien.carbery@sun.com
16372N/A- Bump to 2.21.91.
16372N/A* Tue Feb 05 2008 - damien.carbery@sun.com
16339N/A- Add patch 10-gsd-header-dir to work with change in gnome-settings-daemon.
16339N/A Bugzilla 511820.
16339N/A* Tue Jan 29 2008 - takao.fujiwara@sun.com
16208N/A- Add l10n tarball.
16208N/A* Mon Jan 28 2008 - damien.carbery@sun.com
16167N/A- Bump to 2.21.90.
16167N/A* Thu Jan 17 2007 - brian.cameron@sun.com
16139N/A- Remove patch gnome-session-09-fixdbus.diff. No longer needed
16139N/A now that we use D-Bus 1.1.3.
16139N/A* Thu Jan 17 2008 - damien.carbery@sun.com
16139N/A- Bump to 2.21.5.
16118N/A* Tue Jan 08 2007 - brian.cameron@sun.com
16118N/A- Add patch 9 and 10 to allow gnome-session to launch D-Bus.
16081N/A* Tue Jan 08 2007 - damien.carbery@sun.com
16081N/A- Bump to 2.20.3.
16010N/A* Fri Oct 19 2007 - laca@sun.com
16010N/A- only display gnome-about on 1st login if --with-sun-branding is used
15868N/A* Fri Oct 19 2007 - damien.carbery@sun.com
15868N/A- Bump to 2.20.1.
15868N/A* Fri Oct 12 2007 - laca@sun.com
15868N/A- always apply the tjds patch even if --with-tjds is not used, otherwise
15868N/A some patches that follow it fail and it doesn't hurt anyway
15824N/A* Tue Sep 18 2007 - damien.carbery@sun.com
15824N/A- Bump to 2.20.0.
15824N/A* Wed Sep 05 2007 - damien.carbery@sun.com
15811N/A- Bump to 2.19.92.
15811N/A* Wed Aug 15 2007 - damien.carbery@sun.com
15756N/A- Bump to 2.19.90.
15756N/A* Tue Jul 31 2007 - damien.carbery@sun.com
15729N/A- Bump to 2.19.6.
15729N/A* Tue Jul 17 2007 - ghee.teo@sun.com
15729N/A- Remove gnome-session-04-purge-warn-delay.diff
15729N/A after sun patch day review.
15718N/A* Mon Jul 09 2007 - damien.carbery@sun.com
15718N/A- Bump to 2.19.5.
15718N/A* Mon Jun 18 2007 - damien.carbery@sun.com
15718N/A- Bump to 2.19.4. Remove upstream patch, 08-fixtime.
15683N/A* Wed Jun 06 2007 - irene.huang@sun.com
15683N/A- %if %with_hal then do not apply patch7, volcheck.diff
15683N/A so that this patch will not be applied when HAL is enabled. Also modify
15448N/A the source path so that the source can be found.
15448N/A* Tue Jun 05 2007 - brian.cameron@sun.com
15306N/A- Bump to 2.19.3
15306N/A* Mon May 28 2007 - damien.carbery@sun.com
15229N/A- Bump to 2.18.2.
15229N/A* Tue Mar 13 2007 - damien.carbery@sun.com
15180N/A- Bump to 2.18.0.
15180N/A* Tue Feb 27 2007 - damien.carbery@sun.com
14552N/A- Bump to 2.17.92.
14552N/A* Tue Feb 13 2007 - damien.carbery@sun.com
14281N/A- Bump to 2.17.91.
14281N/A* Thu Feb 01 2007 - damien.carbery@sun.com
14200N/A- Remove upstream patch, 08-lXau; renumber remainder.
14200N/A* Sun Jan 28 2007 - laca@sun.com
14150N/A- add %if %build_tjds guard around tjds patch so we can build without trusted
14150N/A jds support
14150N/A* Mon Jan 22 2007 - damien.carbery@sun.com
14127N/A- Bump to 2.17.90.1.
14127N/A* Mon Jan 22 2007 - damien.carbery@sun.com
14127N/A- Bump to 2.17.90.
14078N/A* Tue Jan 09 2007 - damien.carbery@sun.com
14127N/A- Bump to 2.17.5.
14127N/A* Sat Dec 30 2006 - li.yuan@sun.com
13992N/A- Add gnome-session-11-remove-filter.diff to fix bugzilla #390882.
13992N/A Remove filter when it is not needed.
13960N/A* Fri Dec 15 2006 - li.yuan@sun.com
13960N/A- Add libexecdir option to configure to make gnome-session know
13882N/A where the at-spi-registryd is.
13882N/A* Sun Dec 03 2006 - damien.carbery@sun.com
13882N/A- Bump to 2.17.3.
13869N/A* Wed Nov 22 2006 - damien.carbery@sun.com
13869N/A- Bump to 2.17.2.
13869N/A* Fri Nov 03 2006 - ghee.teo@sun.com
13869N/A- Fixed up gnome-session-09-trusted-extensions.diff for 2.16
13855N/A* Tue Oct 31 2006 - takao.fujiwara@sun.com
13855N/A- Added intltoolize to read LINGAS file. Fixes 6488189.
13855N/A* Mon Oct 30 2006 - irene.huang@sun.com
13752N/A- add patch gnome-session-10-gnome-volcheck-default-session.diff
13752N/A which is orignally
13634N/A Solaris/patches/gnome-session-01-gnome-volcheck-default-session.diff
13634N/A* Mon Oct 23 2006 - glynn.foster@sun.com
13551N/A- Fix up fuzziness of the gnome-session patches. Merge the logout
13551N/A effect patches together, remove the non-existant a11y patch, and
13494N/A comment out the broken trusted extensions patch.
13494N/A* Tue Oct 03 2006 - damien.carbery@sun.com
13464N/A- Bump to 2.16.1.
13464N/A* Mon Sep 04 2006 - damien.carbery@sun.com
13464N/A- Bump to 2.16.0.
13449N/A* Fri Aug 25 2006 - damien.carbery@sun.com
13449N/A- Add patch, 12-lXau, to link libXau in.
13449N/A* Tue Aug 22 2006 - damien.carbery@sun.com
13449N/A- Bump to 2.15.92.
13444N/A- Remove upstream patch, 10-fixcrash, renumber remainder.
13444N/A* Tue Aug 08 2006 - damien.carbery@sun.com
13444N/A- Bump to 2.15.91.
13444N/A* Fri Jul 28 2006 - brian.cameron@sun.com
13443N/A- Move gnome-session-07-gnome-volcheck-default-session.diff to
13443N/A Solaris/patches so we can only apply this if HAL package is
13443N/A installed.
13443N/A* Fri Jul 28 2006 - dermot.mccluskey@sun.com
13443N/A- Fix minor typo.
13383N/A* Mon Jul 24 2006 - damien.carbery@sun.com
13383N/A- Bump to 2.15.90.
13353N/A* Mon Jul 24 2006 - padraig.obriain@sun.com
13353N/A- Bump to 2.15.4.
13297N/A* Fri Jun 23 2006 - brian.cameron@sun.com
13297N/A- Bump to 2.14.2.
13297N/A* Fri May 05 2006 - brian.cameron@sun.com
13113N/A- Add patch to fix crash when HAL is enabled, caused by printing of a NULL
13113N/A string.
13001N/A* Fri Apr 10 2006 - damien.carbery@sun.com
13001N/A- Bump to 2.14.1.
12837N/A* Tue Mar 14 2006 - damien.carbery@sun.com
12837N/A- Bump to 2.14.0.
12826N/A* Thu Mar 9 2006 - damien.carbery@sun.com
12826N/A- Add patch, 10-G_DEBUG-off, to not set G_DEBUG=fatal_criticals as it exposes
12586N/A a lot of crashes in Evolution.
12586N/A* Tue Feb 28 2006 - damien.carbery@sun.com
12561N/A- Bump to 2.13.92.
12561N/A* Tue Feb 14 2006 - damien.carbery@sun.com
12513N/A- Bump to 2.13.91.
12513N/A- Remove unneeded glib-gettextize and intltoolize calls.
12513N/A* Sun Jan 29 2006 - damien.carbery@sun.com
12509N/A- Bump to 2.13.90
12509N/A* Sun Jan 22 2006 - damien.carbery@sun.com
12509N/A- Call intltoolize and glib-gettextize to avoid infinite loop.
12499N/A* Fri Jan 20 2006 - damien.carbery@sun.com
12499N/A- Bump to 2.13.5.
12499N/A* Sat Sep 17 2005 - glynn.foster@sun.com
12480N/A- Bump to 2.12.0
12480N/A* Mon Aug 15 2005 - damien.carbery@sun.com
12392N/A- Bump to 2.11.91.
12392N/A* Fri Aug 05 2005 - glynn.foster@sun.com
12369N/A- Merge the 2 splashes into one. Remove the linux splash branding patch
12369N/A to focus on one for the moment - we can bring it back later if need
12335N/A be.
12335N/A* Tue Jun 14 2005 - bill.haneman@sun.com
12335N/A- Set GNOME_DISABLE_CRASH_DIALOG to '1', not 'true', for
12285N/A bug #6273175. (Previous patch set it to 'true', which failed to work).
12285N/A* Fri May 20 2005 - bill.haneman@sun.com
12279N/A- Edit gnome-session-09-load-a11y-modules.diff to set
12279N/A GNOME_DISABLE_CRASH_DIALOG when a11y is on, fix for bug #6273175.
12221N/A* Wed May 11 2005 - balamurali.viswanathan@wipro.com
12221N/A- Bump to 2.10.0
12221N/A* Wed Jan 23 2005 - arvind.samptur@wipro.com
12219N/A- Edit patch gnome-session-09-load-a11y-modules.diff to set
12219N/A the GTK_MODULES env before gnome_program_init (). This way
12162N/A b-a-s will get this env and will pass it on to all the factories
12162N/A that it would spawn.
12153N/A* Fri Jan 21 2005 - bill.haneman@sun.com
12153N/A- Edited patch gnome-session-09-load-a11y-modules.diff to fix bug
11419N/A 6202413. We now putenv("NO_J2D_DGA=true") when a11y is enabled,
11419N/A and the env variable isnt already set.
11416N/A* Thu Jan 14 2005 - ghee.teo@sun.com
11416N/A- Reduce the purge_delay and warn_delay to 30seconds which essentially
11391N/A revert back the bugzilla#94754. This patch is to partially fix bq2
11391N/A #4978659. The Mozilla team has fixed the mozilla side of the problem by
11391N/A 5068301, however, reducing this timeouts will benefit other badly broken
11260N/A session apps.
11260N/A* Mon Jan 10 2005 - kieran.colfer@sun.com
11190N/A- changing date on previous changelog entry - was causing rpmbuild
11190N/A to fail with "%changelog not in descending chronological order" :-)
11069N/A* Mon Jan 03 2005 - arvind.samptur@wipro.com
11069N/A- Now that gnome-settings-daemon starts per display, the
10979N/A patch gnome-session-07-sunray-screensaver.diff should not
10979N/A be required. Corresponding g-s-d patch is
10941N/A control-center-27-settings-daemon-per-display.diff
10941N/A* Thu Nov 12 2004 - alvaro.lopez@sun.com
10941N/A- Added patch #12. It fixes #5099423
10911N/A* Thu Nov 10 2004 - alvaro.lopez@sun.com
10911N/A- Source header fixed.
10810N/A* Wed Nov 10 2004 - leena.gunda@wipro.com
10810N/A- Added patch gnome-session-11-gnome-volcheck-default-session.diff
10740N/A to start gnome-volcheck for Solaris.
10740N/A* Thu Nov 04 2004 - brian.cameron@sun.com
10740N/A- Added patch 10 so that gnome-about launches on first-time login.
10740N/A* Fri Oct 29 2004 - laca@sun.com
10737N/A- Add gnome-session-remove.1 man page to %files
10737N/A* Thu Oct 28 2004 - matt.keenan@sun.com
10695N/A- Add gnome-session-remove.1 man page
10695N/A* Thu Oct 28 2004 - muktha.narayan@wipro.com
10280N/A- Load the a11y libraries by setting the GTK_MODULES env variable.
10280N/A Fixes issues addressed in bug #5097456.
10139N/A* Sat Sep 11 2004 - laca@sun.com
10139N/A- Move Solaris specific LDFLAGS to the Solaris spec file
10139N/A* Fri Sep 10 2004 - damien.carbery@sun.com
10139N/A- Set LDFLAGS so Xrandr and Xrender can be found.
10139N/A* Fri Aug 13 2004 - ghee.teo@sun.com
10139N/A- Forward ported sun-patches/gnome-session/560-4780014-s.diff
10139N/A as gnome-session-07-sunray-screensaver.diff. This is a security fix but
10139N/A really only affects Sunray.
10139N/A* Tue Aug 10 2004 - matt.keenan@sun.com
10139N/A- Bug:5084286, forward ported patch from mercury for logout effect.
10139N/A* Thu Jul 08 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.2.tar.bz2
10139N/A* Wed Jul 07 2004 - niall.power@sun.com
10139N/A- ported to rpm4
10139N/A* Wed Jul 07 2004 - dermot.mccluskey@sun.com
10139N/A- added "-j $CPUS" to make to speed up builds
10139N/A* Wed Jun 09 2004 - ghee.teo@sun.com
10139N/A- do not compile patch1 on Solaris as it is a linux only patch.
10139N/A so use ifos linux to compile in
10139N/A gnome-session-01-magicdev-default-session.diff
10139N/A* Wed May 12 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.1.tar.bz2
10139N/A* Fri May 07 2004 - <matt.keenan@sun.com>
10139N/A- Bump to 2.6.1.
10139N/A* Tue Apr 06 2004 - arvind.samptur@wipro.com
10139N/A- Add patch to create an atom for legacy X apps to determine
10139N/A if they are running currently under GNOME
10139N/A* Mon Mar 29 2004 - damien.donlon@sun.com
10139N/A- Updated l10n content to gnome-session-l10n-po-1.0.tar.bz2
10139N/A* Tue Mar 24 2004 - <glynn.foster@sun.com>
10139N/A- Bump to 2.6.0. Remove man page and logout effect. Seems like
10139N/A a not hugely useful branding patch that it might be good to
10139N/A remove.
10139N/A* Tue Feb 24 2004 - <glynn.foster@sun.com>
10139N/A- Bump to 2.5.90
10139N/A* Fri Dec 15 2003 - <glynn.foster@sun.com>
10139N/A- Bump to 2.5.2
10139N/A* Wed Aug 06 2003 - <glynn.foster@sun.com>
10139N/A- Remove splash icons for non-important apps
10139N/A* Wed Jul 30 2003 - <markmc@sun.com>
10139N/A- Add magicdev correctly
10139N/A* Mon Jul 21 2003 - <markmc@sun.com>
10139N/A- Make it use the consolehelper versions of reboot and poweroff.
10139N/A* Fri Jul 11 2003 - <matt.keenan@sun.com>
10139N/A- Add patch for logout effect
10139N/A* Thu Jul 10 2003 - <glynn.foster@sun.com>
10139N/A- Add an icon to the splash widget.
10139N/A* Thu Jul 10 2003 - <glynn.foster@sun.com>
10139N/A- Add magicdev to the default session.
10139N/A* Wed Jul 09 2003 - <michael.twomey@sun.com>
10139N/A- add in sun po files
10139N/A* Mon Jun 30 2003 - <markmc@sun.com>
10139N/A- run autoheader so config.h contains gets HAVE_RANDR
10139N/A* Mon Jun 30 2003 - <markmc@sun.com>
10139N/A- add display properties restoration patch
10139N/A- copy the splash screen into the build tree in
10139N/A %prep rather than manually installing it in %install
10139N/A* Tue May 13 2003 - <ghee.teo@Sun.COM>
10139N/A- Created new spec file for gnome-session
10139N/A