GNOME Bugzilla – Bug 664405
Typo
Last modified: 2012-03-19 20:24:44 UTC
File: org.gnome.desktop.wm.preferences.gschema.xml.in.in Key: mouse-button-modifier String: …Modifier is expressed as <![CDATA["<Alt>"]]> or <![CDATA["<Super>]]>" for example. The last quotation mark is in the wrong place and it breaks the whole string.
The placement of that quotation mark should really make no difference at all. What is the error you are seeing ?
Last quotation mark is placed after CDATA's bracket instead key's bracket <![CDATA["<Alt>"]]> OK <![CDATA["<Super>]]>" Bad
Created attachment 209344 [details] [review] schemas: Fix typo in example setting Spotted by Marek Černocký <marek@manet.cz>
This bug has been fixed in master branch