Make i3 group pass relaxng validation

name wasn't marked for translation and the description was completely missing.

comps-f35.xml:17482: element environment: Relax-NG validity error : Expecting an element name, got nothing
comps-f35.xml:17482: element environment: Relax-NG validity error : Invalid sequence in interleave
comps-f35.xml:17482: element environment: Relax-NG validity error : Element environment failed to validate content
comps-f35.xml:94: element group: Relax-NG validity error : Expecting element category, got group
comps-f35.xml:94: element group: Relax-NG validity error : Element comps has extra content: group
comps-f35.xml fails to validate
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2021-12-03 11:57:33 +01:00
parent edd0d74776
commit 83e64c2fd7
3 changed files with 6 additions and 3 deletions

View File

@ -5885,7 +5885,8 @@
</group>
<environment>
<id>i3-desktop-environment</id>
<name>i3 desktop</name>
<_name>i3 desktop</_name>
<_description>Desktop environment with the i3 tiling window manager</_description>
<grouplist>
<groupid>admin-tools</groupid>
<groupid>base-x</groupid>

View File

@ -5905,7 +5905,8 @@
</group>
<environment>
<id>i3-desktop-environment</id>
<name>i3 desktop</name>
<_name>i3 desktop</_name>
<_description>Desktop environment with the i3 tiling window manager</_description>
<grouplist>
<groupid>admin-tools</groupid>
<groupid>base-x</groupid>

View File

@ -5907,7 +5907,8 @@
</group>
<environment>
<id>i3-desktop-environment</id>
<name>i3 desktop</name>
<_name>i3 desktop</_name>
<_description>Desktop environment with the i3 tiling window manager</_description>
<grouplist>
<groupid>admin-tools</groupid>
<groupid>base-x</groupid>