Hi Guys ...
im hoping someone can help shed some light for me ... this is what im using in my spec to create the session entry ...
mkdir -p %{buildroot}%{_sysconfdir}/X11/wmsession.d
cat > %{buildroot}%{_sysconfdir}/X11/wmsession.d/08Sawfish << EOF
NAME=Sawfish
ICON=sawfish.png
DESC=The Sawfish Window Manager
EXEC=%{_bindir}/startsawfish
SCRIPT:
exec %{_bindir}/startsawfish
EOF
%post
%make_session
/sbin/ldconfig
%postun
%make_session
/sbin/ldconfig
im not getting an entry in my sessions ... if i log in as a different runlevel with xinit sawfish ... i get a message about being unable to set the locale ...