Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

KDE ignores LC_COLLATE=C

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
Lady Aleena
Posts: 20
Joined: 2013-12-06 07:48

KDE ignores LC_COLLATE=C

#1 Post by Lady Aleena »

I have LC_COLLATE=C set in my .bashrc file. KDE ignores this in any GUI program I run such as Dolphin, Geany, Firefox (the worst offender in file>open), etc. When I run "LC_COLLATE=C geany &" on the command line, the file lists are ordered the way they are supposed to be ordered. I am getting fed up, but I am kind of stuck with KDE until further notice, so I am trying to find ways to make it behave.

However, running "LC_COLLATE=C geany &" on the command line leaves a bit of a mess behind. Any way of getting rid of the mess?

Code: Select all

me@office:~$ geany
[1] 19814
me@office:~$ 
[1]+  Done                    LC_COLLATE=C geany
So, please? All help is appreciated in advance.

peter_irich
Posts: 1403
Joined: 2009-09-10 20:15
Location: Saint-Petersburg, Russian Federation
Been thanked: 11 times

Re: KDE ignores LC_COLLATE=C

#2 Post by peter_irich »

Try place LC_COLLATE in ~/.locale, then log out and log in again.
You can check it value by command

Code: Select all

env | grep LC
Peter.

Post Reply