[Bug 59334] Re: Wrong language and country in kdeglobals

2009-02-09 Thread Jonathan Thomas
We are closing this bug report because it lacks the information we need to investigate the problem, as described in the previous comments. Please reopen it if you can give us the missing information, and don't hesitate to submit bug reports in the future. To reopen the bug report you can click on t

[Bug 59334] Re: Wrong language and country in kdeglobals

2009-01-04 Thread Harald Sitter
Is this still an issue in 8.10? ** Changed in: kubuntu-default-settings (Ubuntu) Status: Confirmed => Incomplete -- Wrong language and country in kdeglobals https://bugs.launchpad.net/bugs/59334 You received this bug notification because you are a member of Kubuntu Bugs, which is subscrib

[Bug 59334] Re: Wrong language and country in kdeglobals

2007-04-24 Thread Javier Jardón
** Attachment added: "syslog" http://librarian.launchpad.net/7402152/syslog -- Wrong language and country in kdeglobals https://bugs.launchpad.net/bugs/59334 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kubuntu-default-settings in ubu

[Bug 59334] Re: Wrong language and country in kdeglobals

2007-04-24 Thread Javier Jardón
Related: bug #62613 -- Wrong language and country in kdeglobals https://bugs.launchpad.net/bugs/59334 You received this bug notification because you are a member of Kubuntu Team, which is a bug contact for kubuntu-default-settings in ubuntu. -- kubuntu-bugs mailing list [EMAIL PROTECTED] https:

[Bug 59334] Re: Wrong language and country in kdeglobals

2007-04-24 Thread Javier Jardón
Kubuntu Feisty 7.04, fresh install I choose spanish in the installation. When finish programs are in spanish BUT: - KDM is in english -> i should change it in systemsettings to spanish - Country, currence are in C/english/$ --->i should change it in systemsettings to spain/spanish ** Ch

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-12 Thread Anthony Mercatante
Changing this to wishlist as it does not appear to be a bug. ** Changed in: kubuntu-default-settings (Ubuntu) Importance: Untriaged => Wishlist -- Wrong language and country in kdeglobals https://launchpad.net/bugs/59334 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-12 Thread Anthony Mercatante
I tried to investigate this and here it is... It looks like this is not a bug, but hardcoded locale in kde code... "nor a bug, a feature !" $ cat kdebase-3.5.4/kcontrol/locale/default/Makefile.am kcm_locale_data_DATA = entry.desktop kcm_locale_datadir = $(kde_locale)/en_US KDE seems to have done

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-08 Thread Anthony Mercatante
I tried to fix this in kds kdeglobal file, but that doesn't seem to be the cause sorry... The error looks like in kde code directly. -- Wrong language and country in kdeglobals https://launchpad.net/bugs/59334 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/ma

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-07 Thread Raphaël Pinson
sorry, not kubuntu-default-settings for the file name (doh). I meant a $file variable that would go to a `mktemp /tmp/kdeglobals` or so. -- Wrong language and country in kdeglobals https://launchpad.net/bugs/59334 -- kubuntu-bugs mailing list kubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.c

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-07 Thread Raphaël Pinson
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

[Bug 59334] Re: Wrong language and country in kdeglobals

2006-09-07 Thread Raphaël Pinson
Although that might be a bit dirty, maybe kubuntu-default-settings could get the language code from "locale" in the postinst and add it to kdeglobals. What do you guys think? -- Wrong language and country in kdeglobals https://launchpad.net/bugs/59334 -- ubuntu-bugs mailing list ubuntu-bugs@li