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

 

 

 

[SOLVED] How to add region in Gnome?

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
niclasc
Posts: 13
Joined: 2013-06-06 07:30

[SOLVED] How to add region in Gnome?

#1 Post by niclasc »

I'd like to add Sweden as a region under "Region and Language". Can anyone please explain how to do that. All I see now under region is United Kingdom
Last edited by niclasc on 2013-06-18 11:59, edited 1 time in total.

ALG
Posts: 16
Joined: 2013-05-27 16:17
Location: Valencia, EU

Re: How to add region in Gnome?

#2 Post by ALG »

By default, GNOME only lets you to put your region according to your language. For example, for the language ca_ES (catalan of Spain) it only lets you to select Spain as a region, although Catalan is also spoken in France and Italy:
Image

A similar thing happens if you have en_GB as a language, as you might have. Try enabling a locale from Sweden (one of this list):

Code: Select all

# sv_SE ISO-8859-1
# sv_SE.ISO-8859-15 ISO-8859-15
# sv_SE.UTF-8 UTF-8
You can do that by editing /etc/locale.gen and uncommenting one of those lines. After that, run locale-gen as root:

Code: Select all

someone@somewhere:/somefolder# locale-gen
Now try to set your region to "Sweden". Hope it works!
Desktop computer: Debian testing (jessie). Xfce 4.10.
Netbook (EEEPC 1000HE): Ubuntu 12.04 LTS. Unity 2D (please, don't kill me :)).

niclasc
Posts: 13
Joined: 2013-06-06 07:30

Re: How to add region in Gnome?

#3 Post by niclasc »

ALG wrote:Now try to set your region to "Sweden". Hope it works!
That worked just fine. Thanks for your help

ALG
Posts: 16
Joined: 2013-05-27 16:17
Location: Valencia, EU

Re: How to add region in Gnome?

#4 Post by ALG »

Great! Please, if your doubt is really solved edit the thread title and add [SOLVED] into it so other users that have the same problem can find this thread easier.

Regards.
Desktop computer: Debian testing (jessie). Xfce 4.10.
Netbook (EEEPC 1000HE): Ubuntu 12.04 LTS. Unity 2D (please, don't kill me :)).

Post Reply