Regression on maverick when updating to 0.6.7 (security upload)
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
language-selector (Ubuntu) |
Fix Released
|
Critical
|
Kees Cook |
Bug Description
Binary package hint: language-selector
When updating to 0.6.7 from an existing maverick system or when installing from netboot, the upgrade process fails when running postinst.
That happens when no existing language-selector dbus backend is running (quite common).
The issue is:
diff -Nru language-
--- language-
+++ language-
@@ -21,6 +21,8 @@
case "$1" in
configure)
+ # shut down any old language-selector dbus backends
+ kill $(pgrep -U root '^ls-dbus-
fontconfig-voodoo --auto --quiet || true
;;
Where "kill" will return != 0 when the process doesn't exist.
Changed in language-selector (Ubuntu): | |
status: | In Progress → Fix Committed |
A fix is being worked on by Kees and will be uploaded very soon.