Author Topic: Sawfish session entry  (Read 677 times)

Offline Sproggy

  • Hero Member
  • *****
  • Posts: 1484
Sawfish session entry
« on: August 01, 2011, 05:44:28 AM »
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 ...

Code: [Select]
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 ...