This file is indexed.

/usr/share/help/C/system-admin-guide/user-session.page is in gnome-user-guide 3.8.2-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<page xmlns="http://projectmallard.org/1.0/"
      type="topic" style="task"
      id="user-session">
  <info>
    <revision pkgversion="3.4.2" version="0.1" date="2012-12-01" status="draft"
    />
    <link type="guide" xref="index" group="login" />

    <credit type="author copyright">
      <name>minnie_eg</name>
      <email>amany.elguindy@gmail.com</email>
      <years>2012</years>
    </credit>

    <desc>Specify the default session for a user.</desc>

    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>

  <title>Users default sessions</title>

  <comment>
    <cite date="2012-11-20"
    href="mailto:amany.elguindy@gmail.com">minnie_eg</cite>
    <p>This assumes the reader knows how to edit files as root user. By the
    end of this page, the reader will be able to specify default sessions for
    users.</p>
  </comment>

  <p>To specify a default session for a user, edit the session name in the
  <var>username</var>'s file under the following location as:</p>
  <screen>/var/lib/AccountsService/users/<var>username</var></screen>
  <screen><output>[User]
  Language=
  XSession=<input>session name</input>
  </output></screen>

</page>