Wrong syntax in line 7 of update-notifier.schemas
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Invalid
|
Undecided
|
Unassigned |
Bug Description
<gconfschemafile>
<schemalist>
<schema>
<
<
<
<
<locale name="C">
<long>If this is disabled, the user will not be notified about pending apport crash reports.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
should be:
<gconfschemafile>
<schemalist>
<schema>
<
<
<
<
<locale name="C">
<long>If this is disabled, the user will not be notified about pending apport crash reports.</long>
</locale>
</schema>
</schemalist>
</gconfschemafile>
Should note that this bug is in Gusty.