- remove eggcups from default session (bug 233261)
This commit is contained in:
parent
2d7e63b48c
commit
83e167d24e
@ -12,7 +12,7 @@
|
|||||||
Summary: GNOME session manager
|
Summary: GNOME session manager
|
||||||
Name: gnome-session
|
Name: gnome-session
|
||||||
Version: 2.18.0
|
Version: 2.18.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
URL: http://www.gnome.org
|
URL: http://www.gnome.org
|
||||||
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-session/2.18/%{name}-%{version}.tar.bz2
|
Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-session/2.18/%{name}-%{version}.tar.bz2
|
||||||
Source1: redhat-default-session
|
Source1: redhat-default-session
|
||||||
@ -197,6 +197,9 @@ fi
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
|
%{_datadir}/icons/hicolor/scalable/apps/session-properties.svg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2007 Ray Strode <rstrode@redhat.com> - 2.18.0-2
|
||||||
|
- remove eggcups from default session (bug 233261)
|
||||||
|
|
||||||
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||||
- Update to 2.18.0
|
- Update to 2.18.0
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
# The clients must be numbered from 0 to the value of num_clients - 1.
|
# The clients must be numbered from 0 to the value of num_clients - 1.
|
||||||
|
|
||||||
[Default]
|
[Default]
|
||||||
num_clients=6
|
num_clients=5
|
||||||
0,id=default0
|
0,id=default0
|
||||||
0,Priority=60
|
0,Priority=60
|
||||||
0,RestartCommand=pam-panel-icon --sm-client-id default0
|
0,RestartCommand=pam-panel-icon --sm-client-id default0
|
||||||
@ -22,8 +22,5 @@ num_clients=6
|
|||||||
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=default4
|
4,id=default4
|
||||||
4,Priority=50
|
4,Priority=40
|
||||||
4,RestartCommand=eggcups --sm-client-id default4
|
4,RestartCommand=gnome-volume-manager --sm-client-id default4
|
||||||
5,id=default5
|
|
||||||
5,Priority=40
|
|
||||||
5,RestartCommand=gnome-volume-manager --sm-client-id default5
|
|
||||||
|
Loading…
Reference in New Issue
Block a user