cannot install new version of update-notifier: gconf schema problem
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
update-notifier (Ubuntu) |
Fix Released
|
High
|
Unassigned |
Bug Description
Just tried to upgrade my AMD64 gutsy system but at upgrading package update-notifier, I got:
Setting up update-notifier (0.60) ...
/usr/share/
</schema>
^
/usr/share/
</schemalist>
^
/usr/share/
</gconfschemafile>
^
/usr/share/
^
dpkg: error processing update-notifier (--configure):
subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
update-notifier
E: Sub-process /usr/bin/dpkg returned an error code (1)
Content of usr/share/
<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>
Changed in update-notifier: | |
importance: | Undecided → High |
status: | New → Triaged |
Ok, I think line:
<default> false/default>
should be:
<default> false</ default>
Fixing file /usr/share/ gconf/schemas/ update- notifier. schemas and running dpkg --configure update-notifier does the trick.