Language problem

Bug #583679 reported by Santiago
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Ubuntu Start
Invalid
Undecided
Unassigned

Bug Description

An Italian user report yesterday a problem with the language of his system after using the script.

http://www.linuxqualityhelp.it/supporto/viewtopic.php?f=5&t=6535&start=0

he said that he just did few things and one of them was chose the change of the gnome calendar.
After that he rebooted the system and it became in english.
here is the result of his "cat /etc/default/locale":

gigi@gigi-desktop:~$ cat /etc/default/locale
LANG="it_IT.UTF-8"
LC_TIME="it.UTF-8"
LANGUAGE="it_IT:it:it_CH:en"
gigi@gigi-desktop:~$

He solved the problem using gedit to remove the lines that preceed LANG="it_IT.UTF-8".

Take a look at the link.

Revision history for this message
Alin Andrei (nilarimogard) wrote :

This is because he didn't enter the setting like the script asks him to.

To use the first language of the week as Monday, the script asks the user to enter his locale using this format (example): "en_GB.UTF-8" - but the user has to enter it manually. The script then writes the LC_TIME value in the locale file (this is the only value the script writes to that file - nothing else it changed).

As you can see from his locale file, instead of entering it_IT.UTF-8, the user only entered "it.UTF-8" - that's why the LC_TIME is set to "LC_TIME="it.UTF-8"" and since the value is wrong, the system used the default language - English.

Therefore it's not a bug in the script but the user didn't read the instructions correctly...

Changed in ubuntustart:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.