Go to file
Michael Bouchaud d9b1f4e04b entrance: warn-- 2013-09-04 21:18:45 +02:00
data entrance: add login error on wrong password 2013-09-04 02:10:38 +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: warn-- 2013-09-04 21:18:45 +02:00
utils entrance: add xephyr script 2013-09-03 20:26:44 +02:00
.gitignore .gitignore: added git ignores. 2013-03-27 07:56:38 +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: fix README 2012-09-14 08:37:52 +00: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: merge of my work, I still need to push some code. But I think it's a first step to unbork entrance... 2013-09-03 20:08:37 +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"

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 debian (ubuntu) you need to overide the pam file.
cp data/entrance.debian /etc/pam.d/entrance