Go to file
Marcel Hollerbach 8806464b57 entrance: Themes can set the item style now per default!
- Themes can set the style for entrance.users & entrance.actions via
  item_style_users and item_style_actions as data items !
2014-03-06 17:38:05 +01:00
data entrance: Themes can set the item style now per default! 2014-03-06 17:38:05 +01: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: Themes can set the item style now per default! 2014-03-06 17:38:05 +01:00
utils entrance: add xephyr script 2013-09-03 20:26:44 +02:00
.arcconfig entrance: add arcconfig file 2014-01-08 22:11:39 +01:00
.gitignore Revert "Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)" 2014-02-07 16:54:48 +01: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: add Marcel Hollerbach to authors list 2014-01-08 21:46:54 +01: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 Simple commit to test push 2014-01-11 00:51:15 +00:00
TODO Test commit 2014-01-21 18:12:02 +01: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: sed entrance.service to have sbindir and others var with extended path 2014-02-07 19:50:05 +00:00

README

What entrance can 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 a 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