- fix up the dummy client ids to match the id passed initially passed to

the programs in the default session (broke in last update).
This commit is contained in:
Ray Strode 2005-11-08 20:36:03 +00:00
parent 3fbea61132
commit cff025874b
2 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@
Summary: GNOME session manager Summary: GNOME session manager
Name: gnome-session Name: gnome-session
Version: 2.12.0 Version: 2.12.0
Release: 2 Release: 3
URL: http://www.gnome.org URL: http://www.gnome.org
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Source1: redhat-default-session Source1: redhat-default-session
@ -142,6 +142,11 @@ done
%{_sysconfdir}/gconf/schemas/*.schemas %{_sysconfdir}/gconf/schemas/*.schemas
%changelog %changelog
* Tue Nov 8 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-3
- fix up the dummy client ids to match the id passed initially
passed to the programs in the default session
(broke in last update).
* Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2 * Mon Oct 31 2005 Ray Strode <rstrode@redhat.com> - 2.12.0-2
- remove rhn applet from default session - remove rhn applet from default session
- s/magicdev/gnome-volume-manager/ - s/magicdev/gnome-volume-manager/

View File

@ -21,9 +21,9 @@ num_clients=6
3,id=default3 3,id=default3
3,Priority=40 3,Priority=40
3,RestartCommand=nautilus --no-default-window --sm-client-id default3 3,RestartCommand=nautilus --no-default-window --sm-client-id default3
4,id=default5 4,id=default4
4,Priority=50 4,Priority=50
4,RestartCommand=eggcups --sm-client-id default4 4,RestartCommand=eggcups --sm-client-id default4
5,id=default6 5,id=default5
5,Priority=40 5,Priority=40
5,RestartCommand=gnome-volume-manager --sm-client-id default5 5,RestartCommand=gnome-volume-manager --sm-client-id default5