File: FAQ

package info (click to toggle)
xfce4-session 4.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,592 kB
  • sloc: ansic: 29,692; sh: 5,791; makefile: 499; xml: 266; sed: 16
file content (28 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (11)
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
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.