Ok, i solved the problem with gnome. Here's the solution (last time i send a corrected package, it was not taken incount, so maybe it's better this way ?). The same applies to enlightenment too. The package was installing a gnome script file in /etc/X11/gdm/sessions, which is useless now, as it is automaticaly generated by chksession if an entry exist in /etc/X11/wmsession.d This entry was not present in the package. By the way, there seems to be a typo in the install scripts : [guillaume@agathe guillaume]$ rpm -q --scripts gnome-core postinstall script (through /bin/sh): if [ -x /usr/bin/update-menus ];then /usr/bin/update-menus || true ;fi /sbin/ldconfig [ -x /usr/sbin/fndSession ] && /usr/sbin/fndSession || true postuninstall script (through /sbin/ldconfig): if [ "$1" = 0 ]; then if [ -x /usr/bin/update-menus ];then /usr/bin/update-menus || true ;fi; fi /sbin/ldconfig [ -x /usr/sbin/fndSession ] && /usr/sbin/fndSession || true if and fi are missing in fndSession tests -- Guillaume Rousse Iremia - Universit� de la R�union Sleep doesn't exist. Just lack of cafeine.
