Change Ubuntu week start day to Monday
Sep 9, 2009 Linux
I don’t really like that Ubuntu week start day is Sunday. To change to Monday run the following commands:
$ locale #verify you localization eg. en_US.UTF-8 $ sudo gedit /usr/share/i18n/locales/en_US |
Change:
first_weekday 1 |
to
first_weekday 2 |
Then:
$ sudo locale-gen #regenerate your local $ killall gnome-panel #reload gnome panel |
No related posts.
Tags: ubuntu





Leave a Reply