Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 27

Thread: HOWTO: Set Gnome Calendar First Day of Week

  1. #11
    Join Date
    Nov 2006
    Location
    Schoonoord, NL
    Beans
    8

    Re: HOWTO: Set Gnome Calendar First Day of Week

    see also http://ubuntuforums.org/showthread.p...12#post6798112 for a solution without editing package files.

  2. #12
    Join Date
    Mar 2008
    Beans
    33

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Quote Originally Posted by artm View Post
    see also http://ubuntuforums.org/showthread.p...12#post6798112 for a solution without editing package files.
    Thanks, artm, works perfectly. And avoids messing with files that are overridden by apt-get upgrade later. Just grand.

  3. #13
    Join Date
    Apr 2009
    Location
    Montpellier
    Beans
    4

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Thank you very much!

    Having Sunday as first day was really annoying.

    I'm actually using Fedora, but it works the same, only little thing I had to change is the locale-gen call (as it is an Ubuntu-specific command) with:

    Code:
    sudo localedef -f UTF-8 -i en_US en_US.UTF-8

  4. #14
    Join Date
    Jun 2009
    Location
    Marseille, France
    Beans
    3
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Thank You very much!
    Very helpful tutorial, works perfectly with Ubuntu 9.04 Jaunty.

  5. #15
    Join Date
    Aug 2007
    Beans
    876
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: HOWTO: Set Gnome Calendar First Day of Week

    I had seen bunch of other ways to do this, but they all imposed some locale errors in especially Python scripts. This has so far worked wonderful, thanks!

  6. #16
    Join Date
    Jul 2009
    Location
    Slovakia
    Beans
    9
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Smile Re: HOWTO: Set Gnome Calendar First Day of Week

    It works perfectly!

    Great article - "easy", "fast" and "reliable".

  7. #17

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Very useful. Where I can get other days code? i.e. Friday and Saturday.

  8. #18
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Quote Originally Posted by kevinguillorytraining View Post
    Very useful. Where I can get other days code? i.e. Friday and Saturday.
    For the US, Friday should be 6 and Saturday 7. I don't know of a listing, so you would just have to experiment. Since I wrote this guide it would seem there are probably other ways to set the DOW.

    For instance, Evolution's start day can now be set with gconf-editor:
    Code:
    gconf-editor /apps/evolution/calendar/display/week_start_day
    In Evolution, Sunday is 0 and Saturday is 6.
    Last edited by drs305; October 9th, 2009 at 11:47 AM.
    Back to Xorg...

    Retired.

  9. #19
    Join Date
    Nov 2010
    Beans
    1
    Distro
    Ubuntu 10.10 Maverick Meerkat

    Re: HOWTO: Set Gnome Calendar First Day of Week

    great, this is what i'm looking for exactly
    thanks

  10. #20
    Join Date
    Jan 2007
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: HOWTO: Set Gnome Calendar First Day of Week

    Well, I'm a bit surprised that 2 1/2 years later this fix is still required, but I'm glad it worked for you.
    Back to Xorg...

    Retired.

Page 2 of 3 FirstFirst 123 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •