Very dirty, but well at least that would fix it if done in postinst... cat << __EOF >> kubuntu-default-settings
[Locale] Country=`locale | sed -n "s/LANGUAGE=[a-z]*_\([A-Z]*\):.*/\1/p" | tr [A-Z] [a-z]` Language=`locale | sed -n "s/LANGUAGE=[a-z]*_\([a-z]*\):.*/\1/p"` __EOF -- Wrong language and country in kdeglobals https://launchpad.net/bugs/59334 -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
