7

I would like to view a calendar for the current month, with each week having a week number against it. Is there an application to do this?

Bruno Pereira
  • 74,715
user36410
  • 319

6 Answers6

11

The default time & calendar indicator applet has this built it - you just need to enable the option.

enter image description here

fossfreedom
  • 174,526
9

Running gsettings set org.gnome.shell.calendar show-weekdate true solved the problem for me.


On Ubunu 20.04, the command

gsettings set org.gnome.desktop.calendar show-weekdate true

enables week numbers in the calendar widget.

k0pernikus
  • 6,336
3

On 12.04 after moving from unity to gnome-shell, I had to

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

to have weeknumbers in the calendar notification applet.

chris
  • 31
2

As user1333445 advised to look at answer 130006 I installed dconf-tools for my Ubuntu 18.10:

  • $ dconf-editor
  • navigate to: /org/gnome/desktop/calendar/show-weekdate
  • turn OFF Use default value
  • set to True Custom value
  • click the checkmark at the bottom to apply

enter image description here enter image description here

2

Yet another way in Ubuntu 20.04:

  • Install »GNOME Tweaks«
sudo apt install gnome-tweaks
  • Menu »Top bar« > Section »Calendar« > Toogle »Show week numbers«
1

This is not acutally a calendar application, but it displays the week numbers: The Gnome-Calendar applet. A screenshot from Gnome2:

enter image description here

lumbric
  • 4,129