PDA

View Full Version : [gnome] Gconf question



diafanos
November 7th, 2009, 12:56 PM
Hello!

Does anyone know what is the purpose of the <gettext_domain> element of a gconf schema?

Till now, noone could give me an answer (not event #gnome irc) :(

And one more question: in <locale> element there is the attribute name which in most of the cases has the value "C". Why is this happening and why not an "EN" value?

Thanks in advance...


FYI
here is a sample schema, I am talking about:



<gconfschemafile>
<schemalist>
<schema>
<key>/schemas/apps/evince/override_restrictions</key>
<applyto>/apps/evince/override_restrictions</applyto>
<owner>evince</owner>
<type>bool</type>
<default>true</default>
<gettext_domain>evince</gettext_domain>
<locale name="C">
<short>Override document restrictions</short>
<long>Override document restrictions, like restriction to copy or to print.</long>
</locale>
</schema>

</schemalist>
</gconfschemafile>

diafanos
November 10th, 2009, 09:21 PM
* b u m p *

diafanos
December 8th, 2009, 10:14 PM
my second and final :( *bumping*