[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-24 Thread Lars Müller-Stumpf
I just opened a new report as requested here: 
https://bugs.kde.org/show_bug.cgi?id=441468
I couldn't find a kde-runtime package, so I just reported it under kde.

** Bug watch added: KDE Bug Tracking System #441468
   https://bugs.kde.org/show_bug.cgi?id=441468

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Won't Fix

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Erich Eickmeyer 
Lars, thanks for investigating.

I'm pretty sure the "resolved downstream" status is referring to this
bug being marked as "Won't Fix" by Herald above. The patching mentioned
is no longer there, so it's definitely not a Kubuntu issue.

Based on that, and that this bug was initially filed against Kubuntu
14.04 (which used Plasma 4 and an *entirely different codebase*), I'm
going to close this bug as "Won't Fix".

What we need here is an entirely new bug report. While this bug report
may be related, it's not the same bug since it's no longer working with
the same code. Please type "ubuntu-bug kde-runtime" in a terminal window
and follow the instructions to file a new bug, then please file a new
bug upstream at https://bugs.kde.org to alert the upstream as well.

Part of bug reporting is having the willingness to put in work to help
report it to the right place(s) to help resolve the issue, so if you are
not willing to do that, please do not report a new bug and please do not
comment on this one.

** Changed in: kde-runtime (Ubuntu)
   Status: Incomplete => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Won't Fix

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Lars Müller-Stumpf
I just checked upstream and found that this bug already has been
reported there some time ago, marked as "resolved donwstream":
https://bugs.kde.org/show_bug.cgi?id=335301

Im confused. The bug still persists and there are a plethora of other
linked bug reports branching off of that bug report i just linked,
either on this or KDE's bug tracking site. What is the current state of
this bug then? :D

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-23 Thread Uqbar
I appreciate a lot the work done by the (K)Ubuntu team, this is why I
was here to try to help.

I am a plain simple KUbuntu user, just like many others.
I use KUbuntu, not KDE alone nor Debian.
I encountered a bug and I tried to reproduce it in order to report it properly 
on (K)Ubuntu bug tracking. A report matching my situation was already there, so 
I joined the crowd.

I have no idea whether this is a bug coming from KUbuntu, KDE, Debian,
GnuLibC or the kernel: I am not a dev at (K)Ubuntu nor a (re)packager,
just a miserable simple user (MSU).

Someone else, the original triager, has more knowledge than I have
(quite easy) and knows/understands/checks that this is a real bug that's
not been introduced by (K)Ubuntu itself but by "someone else"(tm), aka
an "upstream" package.

So the bug needs to be filed upstream, not here. Cool. As the best knowledge 
about the bug is in the original triager heads, he/she asks the MSU to file the 
bug upstream.
So the MSU goes upstream, registers a new user (he won't even likely need any 
more) and goes through the process of the bug filing. By starting with a fresh 
new installation.

This means that the subsequent bug triaging steps are in the MSU hands,
which has much less knowledge than the original triager.

Long story shorter, it takes more time and resources by the MSU and by
the upstream developer team to handle the bug, just to avoid the
original triager a little bit more work: report the bug upstream with
all the details she/he already has got.

Does this make any sense?
Does this make any sense after 7+ years?

I am not really sure.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-22 Thread Erich Eickmeyer 
My job is not to report every bug that lands here upstream, but to
direct those reporting the bug where to properly report it.

The package in this case is kde-runtime and can be found at
https://bugs.kde.org. However, I did notice that Herald Sitter
(apachelogger), who *is* a KDE dev, marked this bug as "Won't Fix"
initially, saying "Invalid country language combinations lead to invalid
locales.". Therefore, this might get the same treatment upstream. If
that's the case, then this bug will be marked accordingly, or perhaps
even as "Opinion" since it leads to a broader discussion but wouldn't be
considered a bug anymore.

In order to know that, though, the bug needs to be reported upstream at
the link I posted in the previous paragraph and then the bug link needs
to be posted here. At that point, Launchpad has a mechanism to
automatically "watch" that bug report and update this one with the
status of that one. I hope that makes sense.

Basically, it remains tracked here (therefore still our problem) but
also gets the attention of the people who can triage and fix it.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-22 Thread Lars Müller-Stumpf
Hi Erich,
thanks for supervising the bug reporting here. I think everyone (except a 
few..) appreciate people like you who take the time out of their day to put 
effort towards maintain a project like this. :)

Regarding the bug: It has been outlined pretty clearly what needs to be
done in order for this bug to appear. Install a fresh copy of (in this
case) Kubuntu, and change the Region (under System Settings -> Regional
Settings -> Formats -> Region) from English to something else, and your
locale breaks immediately. In my case, the variables "LC_ALL",
"LC_CTYPE" and "LC_MESSAGE" were unset in the /etc/default/locale file,
resulting in a lot of program errors (Anki reported a broken UTF-8 and
would crash before being able to start in my case).

I could report this bug upstream if you don't want to do that or if
that's not your "job"/task, but I'm not sure how to do that. What would
be the next upstream package to report to even?

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Erich Eickmeyer 
Uqbar,

Your tone is not welcome here. I'm a bug supervisor here, and have
determined it's an upstream bug. It's not a matter of changing it "to
the desk of other devs", but to make sure it's reported properly.

My logic here: there's no reason to believe this is an Ubuntu/Kubuntu-
only bug since there are no modifications to the source code for this,
meaning it's an upstream KDE bug. Contrary to your belief, the teams
here don't do all of the development. Ubuntu is a "distribution" of
software, not a "development" of software. So, please, report this
upstream and report the bug number back here.

I can't reproduce because I don't know what I'm looking for. And even if
I did, I wouldn't know how to fix it because I'm a packager, much like a
majority of those who work on this distribution (and all volunteer, mind
you, meaning NOT PAID).

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Uqbar
If you are certain it is an upstream bug, just report it upstream,
whatever "upstream" means (KDE, libc, Debian...).

If you are not, please don't ask people to move a bug to the desk of
other dev teams.

I have been using kubuntu, I have been experiencing this bug (7+ years
ago), I said I was affected by it too.

I would say the Ubuntu team should try to reproduce and triage it. Or
ignore it.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Erich Eickmeyer 
Rather than bash Kubuntu/Ubuntu, let's do something constructive.

Has this been reported upstream to KDE (https://bugs.kde.org/)? If not,
then that needs to be done. Until then, this bug is incomplete. Please
report back with the upstream bug report linked.

** Changed in: kde-runtime (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Gunnar Hjalmarsson
To everyone affected by this bug: Please note that it's an upstream KDE
bug. In other words it's not optimal to report it to a distro like
Ubuntu/Kubuntu as in this bug; it's the upstream KDE maintainers you
need to convince that the issue is worth prioritizing.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Incomplete

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Uqbar
Nope, current policy is to wait until it either vanishes or makes no sense at 
all any more or simply expires.
I moved to a different distro some time ago just because of these annoyances.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2021-08-20 Thread Lars Müller-Stumpf
Apparently still not fixed, just happened to me with a fresh install of
kubuntu 21.04. I live in germany and want my system language to be
english.

Changing the language from American English to British English, manually
adding "LC_ALL", "LC_CTYPE" and "LC_MESSAGE" to the /etc/default/locale
file, running sudo update-locale and sudo locale-gen and then restarting
the pc fixed the issue.

For me, this bug prevented Anki from launching (Error: "Anki needs an
UTF-8 locale"). Pretty minor in comparison to what others are
experiencing but still.

This bug is now more than 7 years old, could someone please at least
assign this bug to a dev?

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions


-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2020-05-21 Thread Ioannis Iliadis - Ilousis
Also in Kubuntu 20.04 with KDE Plasma 5.18.5. Editing of
/etc/default/locale, then restart, fixed issue.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2019-05-10 Thread Bast1aan
Unfortunately, this bug occurred to me again in Kubuntu 18.04 / KDE
Plasma 5.12.7 when setting language to English and region to
Netherlands. Locale is then set to en_NL.UTF-8 which is invalid, causing
rendering issues in konsole, screen, for example.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2016-10-12 Thread Achim Bohnet
Fixed in 16.04 LTS (Xenial).

You can select the

region  (with defines the default)

and if you don't like default settings, you can set individually:

Numbers
Time
Currency
Measurement units
Collation and Sorting

Which results in settings like:

(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8
LC_MEASUREMENT=de_DE.UTF-8
LC_MONETARY=de_DE.UTF-8
LC_TIME=en_GB.UTF-8
useDetailed=true

[Translations]
LANGUAGE=en_US
(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8

[Translations]
LANGUAGE=en_US
(0)ach@allee:~$ cat .config/plasma-localerc
[Formats]
LANG=en_US.UTF-8

[Translations]
LANGUAGE=en_US

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2015-10-21 Thread VladVons
you can try to reinstall locales with apt-get install --reinstall locales
or read more here http://linux-ubuntu.info/en/how-to-change-the-default-locale/

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in kde-runtime package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to "United States". The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2014-10-02 Thread David Fendrich
This just happened to me. It screws up all the programs, including
Konsole, Emacs and Chrome, so I cannot type unicode characters in any of
them. My /etc/default/locale is good, but the setlocale.sh (which it
took a lot of bug hunting to track down) overrides my choices with a
locale that does not exist and cannot be generated.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in “kde-runtime” package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to United States. The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2014-07-27 Thread Orasis
it's been a while... and this is still not fixed. Or am I wrong ...

Kernel: Linux 3.13.0-32-generic (x86_64)
Compiled: #57-Ubuntu SMP Tue Jul 15 03:51:08 UTC 2014
Default C Compiler: GNU C Compiler version 4.8.2 (Ubuntu 4.8.2-19ubuntu1) 
Distribution: Ubuntu 14.04.1 LTS
Qt: 4.8.6
KDE Development Platform: 4.13.2
kde4-config: 1.0

Again.
1) Americal English is the only prefered panguage in the list.
2) Country set to Greece.
3) Reboot.
4) type locale in terminal, you get this:

$ 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=

Congrats.

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in “kde-runtime” package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to United States. The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp


[Ubuntustudio-bugs] [Bug 1322968] Re: Changing country leads to invalid locale

2014-07-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-branches/ubuntu/utopic/libkubuntu/utopic-
proposed

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to kde-runtime in Ubuntu.
Matching subscriptions: Ubuntu Studio Bugs
https://bugs.launchpad.net/bugs/1322968

Title:
  Changing country leads to invalid locale

Status in “kde-runtime” package in Ubuntu:
  Confirmed

Bug description:
  New installation of Kubuntu 14.04 and upgraded via kubuntu-ppa.
  Initially, country is set to United States. The locale settings are
  the following:

  ~/.kde/env$ cat setlocale.sh 
  export LANG=en_US.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_US.UTF-8 
  export LC_TIME=en_US.UTF-8 
  export LC_MONETARY=en_US.UTF-8 
  export LC_PAPER=en_US.UTF-8 
  export LC_IDENTIFICATION=en_US.UTF-8 
  export LC_NAME=en_US.UTF-8 
  export LC_ADDRESS=en_US.UTF-8 
  export LC_TELEPHONE=en_US.UTF-8 
  export LC_MEASUREMENT=en_US.UTF-8 

  Then, I change Country to Greece, via System Settings. Locale changes
  as follows:

  export LANG=en_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=en_GR.UTF-8 
  export LC_TIME=en_GR.UTF-8 
  export LC_MONETARY=en_GR.UTF-8 
  export LC_PAPER=en_GR.UTF-8 
  export LC_IDENTIFICATION=en_GR.UTF-8 
  export LC_NAME=en_GR.UTF-8 
  export LC_ADDRESS=en_GR.UTF-8 
  export LC_TELEPHONE=en_GR.UTF-8 
  export LC_MEASUREMENT=en_GR.UTF-8 

  As far as I know, en_GR.UTF-8 is not a valid entry. A severe loss of
  functionality is that accents cannot be set properly to greek vowels.
  Changing manually setlocale.sh to:

  export LANG=el_GR.UTF-8 
  export LANGUAGE=en:el:en 
  export LC_NUMERIC=el_GR.UTF-8 
  export LC_TIME=el_GR.UTF-8 
  export LC_MONETARY=el_GR.UTF-8 
  export LC_PAPER=el_GR.UTF-8 
  export LC_IDENTIFICATION=el_GR.UTF-8 
  export LC_NAME=el_GR.UTF-8 
  export LC_ADDRESS=el_GR.UTF-8 
  export LC_TELEPHONE=el_GR.UTF-8 
  export LC_MEASUREMENT=el_GR.UTF-8 

  solves the issue.

  
  My version:

  Qt: 4.8.6
  KDE Development Platform: 4.13.1
  KDE Daemon: 4.13.1

  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 14.04 LTS
  Release:14.04
  Codename:   trusty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kde-runtime/+bug/1322968/+subscriptions

-- 
Mailing list: https://launchpad.net/~ubuntustudio-bugs
Post to : ubuntustudio-bugs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~ubuntustudio-bugs
More help   : https://help.launchpad.net/ListHelp