On Mon, 5 Sep 2011 21:31:00 +0300, Cristian Secară wrote:

> [...] For some languages [*], by default, in
> the tags.xml file, the /brushes/Round.vbr has the "round" tag
> associated and the /brushes/Round-Fuzzy.vbr has the "fuzzy" and
> "round" tags associated. 

Hmm. Something strange occurs there.

For those languages where the tags "round" and "fuzzy" exist in the
tags.xml file, there are *two* entries for Round-Fuzzy.vbr, one with
the path separated by / and another one with the path separated by \.

One is
  <resource identifier="${gimp_data_dir}/brushes/Round-Fuzzy.vbr"
checksum="f8cb2466841104a55e42afce4568d103">
    <tag>fuzzy</tag>
    <tag>round</tag>
  </resource>
The other is
  <resource identifier="${gimp_data_dir}\brushes\Round-Fuzzy.vbr"
checksum="f878d6d775d90e1364e90a98ff972dea">
  </resource>

This is true also when launching with set lang=en.

Bug ? On languages without default tags, only one entry for
Round-Fuzzy.vbr exists (the one with \).

Testing on Windows, development version 2.7.3 from Sourceforge.
I have a running Fedora 14 at hand, but I don't know how to compile a
program, so I cannot test version 2.7.3 there (and I don't know where
to get an already built .rpm).

Cristi

-- 
Cristian Secară
http://www.secarica.ro
_______________________________________________
Gimp-developer mailing list
Gimp-developer@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-developer

Reply via email to