diff --git a/README b/README index 56908e3..65b924e 100644 --- a/README +++ b/README @@ -4,7 +4,10 @@ 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" +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 @@ -14,6 +17,7 @@ build and install: make make install -on debian (ubuntu) you need to overide the pam file. -cp data/entrance.debian /etc/pam.d/entrance +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 diff --git a/data/entrance.debian b/data/entrance.debian deleted file mode 100644 index a9fdae8..0000000 --- a/data/entrance.debian +++ /dev/null @@ -1,12 +0,0 @@ -#%PAM-1.0 -auth requisite pam_nologin.so -auth required pam_env.so readenv=1 -auth required pam_env.so readenv=1 envfile=/etc/default/locale -@include common-auth -auth optional pam_gnome_keyring.so -@include common-account -session required pam_limits.so -@include common-session -session optional pam_gnome_keyring.so auto_start -@include common-password - diff --git a/data/entrance.other b/data/entrance.other new file mode 100644 index 0000000..872c83d --- /dev/null +++ b/data/entrance.other @@ -0,0 +1,4 @@ +auth include system-auth +account include system-auth +password include system-auth +session include system-auth