summaryrefslogtreecommitdiff
path: root/gdm.spec.in
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2003-06-10 00:05:53 +0000
committerGeorge Lebl <jirka@src.gnome.org>2003-06-10 00:05:53 +0000
commit360ab4aedc84c5bb5bd01483740b80748a37d7bc (patch)
treee81271fc039c3f2038eb2ce73c74863e7b780504 /gdm.spec.in
parent321b5a36a9dca2940ec25821c6128b8c8664804b (diff)
downloadgdm-360ab4aedc84c5bb5bd01483740b80748a37d7bc.tar.gz
use $HOME/.face by default
Mon Jun 09 17:01:27 2003 George Lebl <jirka@5z.com> * daemon/slave.c, gui/gdmphotosetup.c: use $HOME/.face by default * daemon/slave.c: when no home dir, try /tmp as the home and not / * config/*, daemon/gdm.[ch], gui/gdmlogin.c, gui/greeter/greeter.c, gui/greeter/greeter_action_language.c, gui/greeter/greeter_configuration.h, gui/greeter/greeter_session.[ch]: Rework the session setup as discussed with Oswald Buddenhagen, the kdm maintainer. Now the sessions are .desktop files and we have one happy Xsession file which parses that .desktop file and runs the appropriate command. Also store preferences such as last session and language in .dmrc. The session desktops are now in /etc/X11/dm/Sessions since they can be shared by kdm as well in the future. The setup needs a bit more tuning I think and it's not all tested.
Diffstat (limited to 'gdm.spec.in')
-rw-r--r--gdm.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdm.spec.in b/gdm.spec.in
index fcccddf1..4081ac6c 100644
--- a/gdm.spec.in
+++ b/gdm.spec.in
@@ -108,7 +108,8 @@ exit 0
%{_sbindir}/*
%{_libexecdir}/*
%config %{sysconfdir}/pam.d/*
-%config %{sysconfdir}/X11/*
+%config %{sysconfdir}/X11/dm/Sessions/*
+%config %{sysconfdir}/X11/gdm
%config %{sysconfdir}/security/console.apps/*
%{_datadir}/pixmaps/*
%{_datadir}/gdm
@@ -136,6 +137,9 @@ exit 0
%changelog
+* Mon Jun 9 2003 George Lebl <jirka@5z.com>
+- Updated for the new session setup
+
* Mon May 5 2003 George Lebl <jirka@5z.com>
- Updated the lang stuff, and the file lists