How to make the date appear next to the time indicator in Gnome Classic?

Solution 1:

Using dconf-editor you can set various options to control the indicator-datetime applet

enter image description here

Navigate to com.canonical.indicator.datetime and tick the two checkboxes shown.

dconf-editor is part of the dconf-tools package which you can install from the Software Center or via a terminal command:

sudo apt-get install dconf-tools

If the date does not appear then check that you have the indicator-datetime package installed (logoff and logon after installing the package)

Install indicator-datetime

Later versions of Ubuntu sometimes do not show the path shown in the picture. You'll need to manually set one of the keys first before the path is shown in dconf-editor

For example:

gsettings set com.canonical.indicator.datetime show-clock true
gsettings set com.canonical.indicator.datetime show-day true
gsettings set com.canonical.indicator.datetime show-date true