File: INSTALL

package info (click to toggle)
lxdm 0.5.3-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,244 kB
  • sloc: sh: 8,543; ansic: 7,150; makefile: 208
file content (27 lines) | stat: -rw-r--r-- 504 bytes parent folder | download | duplicates (5)
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
1 compile and install

./configure --prefix=/usr --sysconfdir=/etc
make
make install

libexecdir should change as you system path,
to do that, pass --libexecdir=/your/path at configure.
sysconfdir must be /etc.


2 custom

modify data/Xsession.in as your distribution

/etc/lxdm/PreLogin
before login, have root's context

/etc/lxdm/PostLogin
login, before Xsession, user's context

/etc/lxdm/PostLogout
when session logout done and ui ready

/etc/lxdm/LoginReady
lxdm start done, called after ui ready