Comment 54 for bug 190848

Revision history for this message
In , Freedesktop (freedesktop) wrote :

Currently default config files have things like:

  <match target="font">
    <edit name="rgba" mode="assign"><const>none</const></edit>
  </match>

This is wrong as it overwrites the rgba element unconditionally. Even if the user had it set to other values. Conf should only set these if not currently set.