Go to file
Michael Bouchaud 91415dbc1d entrance: remove unused files 2013-09-26 23:52:09 +02:00
data entrance: remove unused files 2013-09-26 23:52:09 +02:00
m4 entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
src entrance: use login command everywhere 2013-09-16 22:22:47 +02:00
utils entrance: add xephyr script 2013-09-03 20:26:44 +02:00
.gitignore update gitignore to ignore tmp and generated files 2013-09-04 12:18:09 +09:00
ABOUT-NLS entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
AUTHORS entrance: fix FILE leak by RustyBSD. 2012-09-03 05:42:46 +00:00
COPYING entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
ChangeLog entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
Makefile.am entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
NEWS entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
README entrance: update README and update pam file 2013-09-04 21:33:16 +02:00
TODO entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
autogen.sh entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name. 2012-08-09 20:15:30 +00:00
configure.ac entrance: fix make dist 2013-09-26 23:46:39 +02:00

README

What entrance do:
open session with pam
User can choose the WM to open
Admin can make a script who are called to open session (/etc/X11/xinit/xinitrc)
Everything can be configured in entrance.conf

You could put an customized icon for your user in
 /var/cache/entrance/users/(username).edj with groupname "entrance/user/icon"
BIG THX to http://tux.crystalxp.net for tux g1 ! Specificaly to all authors of
each tux present in this build.

to enable grub2 reboot feature use --enable-grub2 on configure. But you need to
add this line 'GRUB_DEFAULT=saved' to /etc/default/grub

build and install:
./autogen.sh --sysconfdir=/etc --prefix=/usr
make
make install

On some systems (not debian like), you need to overide the pam file. Please try
cp data/entrance.other /etc/pam.d/entrance
or copy one of slim, gdm, kdm ... pam file to /etc/pam.d/entrance