Julian Sikorski napisa?(a):> I think I may have found its source. Although the
> /etc/gconf/schemas/gwd.schemas file exists, gconf-editor does not see
> appropriate entry. As a result, invoking
> gconftool-2 -s /apps/gwd/use_metacity_theme -t bool true
> probably causes some conflicts that prevent metacity theme from working
> properly. The question is why is the scheme invisible to gconf...
>
> _______________________________________________
> compiz mailing list
> compiz@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/compiz
>
Found the solution. When tweaking fedora SPEC, I did not add appropriate
entries in %post and %preun parts.
/usr/bin/gconftool-2 --makefile-install-rule \
%{_sysconfdir}/gconf/schemas/gwd.schemas > /dev/null
and
gconftool-2 --makefile-uninstall-rule \
%{_sysconfdir}/gconf/schemas/gwd.schemas > /dev/null
were missing. Now metacity themes finally work. Cheers.