Hi, I just noticed that the current image loader plugins such as PNG, SVG and JPEG don't provide a feature as they used to do. This is needed for conflict checking and feature testing (e.g. by the settings manager). If I remember correctly this plugins had features before the metadata port so I did a patch to add them again. What do you think about that?
Regards, Patrick
diff --git a/metadata/png.xml.in b/metadata/png.xml.in index b8e516b..3bc0a57 100644 --- a/metadata/png.xml.in +++ b/metadata/png.xml.in @@ -1,6 +1,7 @@ <compiz> <plugin name="png"> <_short>Png</_short> - <_long>Png image loader</_long> + <_long>Png image loader</_long> + <feature>imgpng</feature> </plugin> </compiz> diff --git a/metadata/svg.xml.in b/metadata/svg.xml.in index 63c53b6..a1a87e6 100644 --- a/metadata/svg.xml.in +++ b/metadata/svg.xml.in @@ -2,6 +2,7 @@ <!-- svg metadata --> <plugin name="svg"> <_short>Svg</_short> - <_long>Svg image loader</_long> + <_long>Svg image loader</_long> + <feature>imgsvg</feature> </plugin> </compiz>
_______________________________________________ compiz mailing list compiz@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/compiz