Hello, I made various tests, fresh installs and the same thing happens.
On installation I change nothing other than the region to "Greece" for the clock. Everything else is left to "US English", keyboard layouts etc.
The installation finishes in about a minute or 2 and the system is excellent and does not crash -- nowhere.
After updating it I go to System settings > Locale and there I set the country to "Greece" and leave the "Languages" untouched to "American English" and reboot.
And the issue comes up.
I found out there was an issue after installing "Meld" and trying to open it. it would not.
At that point If I open terminal this is what I get:
$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_GR.UTF-8
LANGUAGE=en
LC_CTYPE="en_GR.UTF-8"
LC_NUMERIC=en_GR.UTF-8
LC_TIME=en_GR.UTF-8
LC_COLLATE="en_GR.UTF-8"
LC_MONETARY=en_GR.UTF-8
LC_MESSAGES="en_GR.UTF-8"
LC_PAPER=en_GR.UTF-8
LC_NAME=en_GR.UTF-8
LC_ADDRESS=en_GR.UTF-8
LC_TELEPHONE=en_GR.UTF-8
LC_MEASUREMENT=en_GR.UTF-8
LC_IDENTIFICATION=en_GR.UTF-8
LC_ALL=
Notice above, the en_GR does not exist in fact. There is el_GR or en_GB but not en_GR. At least I don't know, please inform me if en_GR indeed exists. Thank you.
Now if I add "Greek" to the languages and reboot the systm becomes Enligh/Greek -- a mix of English and Greek (most Greek), although Greek is not 1st in the list.
If I change the country to system country or no country I get no errors.
After trying various things from cli I though of removing "Greek" and add "British Enlish" and move that to the top so it looksl ike this:
British English
American English
Only then, after reboot, I get:
$ locale
LANG=en_GB.UTF-8
LANGUAGE=en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
This means that Kubuntu 14.04 so far does not "like" American English" to be 1st in the list of languages when the Country is set to "Greece" or some other (I haven't tested).
Note that on 12.04 on my laptop nothing like the above happens.
Although the problem has been partially solved by adding "British English" 1st, If I connect to my server with ssh from this machine, I get locale issue there because no "British English" is installed on the server.
Today I saw an update package on "locale" and I thought it would be fixed, but no.
Thanks
On installation I change nothing other than the region to "Greece" for the clock. Everything else is left to "US English", keyboard layouts etc.
The installation finishes in about a minute or 2 and the system is excellent and does not crash -- nowhere.
After updating it I go to System settings > Locale and there I set the country to "Greece" and leave the "Languages" untouched to "American English" and reboot.
And the issue comes up.
I found out there was an issue after installing "Meld" and trying to open it. it would not.
At that point If I open terminal this is what I get:
$ locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=en_GR.UTF-8
LANGUAGE=en
LC_CTYPE="en_GR.UTF-8"
LC_NUMERIC=en_GR.UTF-8
LC_TIME=en_GR.UTF-8
LC_COLLATE="en_GR.UTF-8"
LC_MONETARY=en_GR.UTF-8
LC_MESSAGES="en_GR.UTF-8"
LC_PAPER=en_GR.UTF-8
LC_NAME=en_GR.UTF-8
LC_ADDRESS=en_GR.UTF-8
LC_TELEPHONE=en_GR.UTF-8
LC_MEASUREMENT=en_GR.UTF-8
LC_IDENTIFICATION=en_GR.UTF-8
LC_ALL=
Notice above, the en_GR does not exist in fact. There is el_GR or en_GB but not en_GR. At least I don't know, please inform me if en_GR indeed exists. Thank you.
Now if I add "Greek" to the languages and reboot the systm becomes Enligh/Greek -- a mix of English and Greek (most Greek), although Greek is not 1st in the list.
If I change the country to system country or no country I get no errors.
After trying various things from cli I though of removing "Greek" and add "British Enlish" and move that to the top so it looksl ike this:
British English
American English
Only then, after reboot, I get:
$ locale
LANG=en_GB.UTF-8
LANGUAGE=en
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC=en_GB.UTF-8
LC_TIME=en_GB.UTF-8
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY=en_GB.UTF-8
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER=en_GB.UTF-8
LC_NAME=en_GB.UTF-8
LC_ADDRESS=en_GB.UTF-8
LC_TELEPHONE=en_GB.UTF-8
LC_MEASUREMENT=en_GB.UTF-8
LC_IDENTIFICATION=en_GB.UTF-8
LC_ALL=
This means that Kubuntu 14.04 so far does not "like" American English" to be 1st in the list of languages when the Country is set to "Greece" or some other (I haven't tested).
Note that on 12.04 on my laptop nothing like the above happens.
Although the problem has been partially solved by adding "British English" 1st, If I connect to my server with ssh from this machine, I get locale issue there because no "British English" is installed on the server.
Today I saw an update package on "locale" and I thought it would be fixed, but no.
Thanks
Comment