summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2012-11-10 08:53:08 +0000
committerMatthias Clasen <mclasen@redhat.com>2012-11-30 19:30:42 -0500
commit4ea45b77446bfa6d492f88984b4729fd8f9f32c7 (patch)
tree47782f5661e9d565f74701a38658e452b2fc5066
parentcce2568feb6f9a0bd2d8c39742fe00afac6af67c (diff)
downloadgdm-4ea45b77446bfa6d492f88984b4729fd8f9f32c7.tar.gz
docs: Correct session log location, bug 688032
https://bugzilla.gnome.org/show_bug.cgi?id=688032
-rw-r--r--docs/C/index.docbook10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/C/index.docbook b/docs/C/index.docbook
index ca6c6ee4..a7f1d755 100644
--- a/docs/C/index.docbook
+++ b/docs/C/index.docbook
@@ -532,14 +532,16 @@
<para>
The session output is piped through the GDM daemon to the
- <filename>~/.xsession-errors</filename> file. The file is overwritten
- on each login, so logging out and logging back into the same user via
- GDM will cause any messages from the previous session to be lost.
+ <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log</filename>
+ file which usually expands to <filename>~/.cache/gdm/session.log</filename>.
+ The file is overwritten on each login, so logging out and logging back
+ into the same user via GDM will cause any messages from the previous
+ session to be lost.
</para>
<para>
Note that if GDM can not create this file for some reason, then a
- fallback file will be created named <filename>~/.xsession-errors.XXXXXXXX</filename>
+ fallback file will be created named <filename>~/<replaceable>$XDG_CACHE_HOME</replaceable>/gdm/session.log.XXXXXXXX</filename>
where the <filename>XXXXXXXX</filename> are some random characters.
</para>
</sect2>