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?
Asked
Active
Viewed 7,300 times
6 Answers
11
The default time & calendar indicator applet has this built it - you just need to enable the option.

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
OFFUse default value - set to
TrueCustom value - click the checkmark at the bottom to apply
Steven Almeroth
- 121
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«
pixelbrackets
- 79
- 6
1
This is not acutally a calendar application, but it displays the week numbers: The Gnome-Calendar applet. A screenshot from Gnome2:

lumbric
- 4,129

