3

I really want the time/date indicator applet to show me week numbers on the monthly view, and found this answer on how to enable: ubuntu application to show calendar with week numbers

However, my settings does not look like this, just a stripped down version without tabs, why? Is there a config file somewhere I can set this?

Settings screenshot:

enter image description here

On Ubuntu 12.04 with Gnome Classic

jon
  • 31
  • 1
  • 3

2 Answers2

1

You may need to update the gnome-control-center to get the rest of the features working.

Edit: After googling, found that this is a bug. The fix says you need to update.

devav2
  • 37,290
0

On 12.04 after moving from unity to gnome-shell (looks like your screenshot), I had to

   gsettings set com.canonical.indicator.datetime show-week-numbers true

to have weeknumbers in the calendar notification applet.

chris
  • 31