This file is indexed.

/usr/share/doc/xfce4-session/FAQ is in xfce4-session 4.12.1-3ubuntu1.

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
Session manager FAQ:
--------------------

1) Question:
     xfce4-session complains about /tmp/.ICE-unix should be set to root. What
     should I do?

   Answer:
     This is just a security warning. You can either ignore, or change the
     owner of /tmp/.ICE-unix to root. For example, I execute the following
     commands on system startup:

       test -d /tmp/.ICE-unix || mkdir /tmp/.ICE-unix
       chown root /tmp/.ICE-unix
       chmod 1777 /tmp/.ICE-unix


2) Question:
     What do I need to do in order to use xfce4-session as session manager
     with Xfce4?

   Answer:
     If you have a recent xfce-utils (post 20030708) then xfce4-session
     is automatically started by startxfce4 as long as you don't have
     a file ~/.xfce4/xinitrc in your home directory. Alternatively you
     can copy the file $sysconfdir/xfce4/xinitrc.xfce4-session to
     ~/.xfce4/xinitrc and start your X session using the startxfce4 script.