[compiz] Metacity theme problem still persists

Julian Sikorski lordzanon at poczta.onet.pl
Sun Nov 5 08:34:12 PST 2006


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 at 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.


More information about the compiz mailing list