Categories: LinuxUbuntu

How to set Monday as first day of the week in Gnome

If you are (as I am) annoyed by the default setting of Sunday as first day of the week, there’s an easy fix for that. Following will set Monday as first day of the week on your gnome-based system.

Solution

Just edit your ~/.profile file and add this line:
export LC_TIME="en_GB.utf8"

After that, you would have to restart your Gnome session. Either you log out and then log back in again or type this in your terminal:
sudo killall gnome-session

Recent Posts

Sonata Admin: modify validation groups in an admin extension

SonataAdminBundle has a powerful extensions feature which allows you to add or change features of…

3 years ago

Grandfather’s advices

I used to spend a lot of time with my grandparents in my childhood. My…

5 years ago

World. World never stops changing.

If anything is certain in this world, it is that things always change. And there…

5 years ago

How to be successful

This is the most important advice on how to be successful! Read it carefully!

8 years ago

I wanted to change WordPress URL, you won’t believe what happened afterwards

WordPress has a nasty habit of storing absolute URLs in the database. That means that…

8 years ago

Let’s Encrypt – providing free automated SSL certificates

In August 2014 Google announced that their search engine will value HTTPS as a ranking…

9 years ago