How to show date on task bar on Trisquel 7.0?
I installed Trisquel 7.0.
I don't know how to show date on task bar. Does anyone know how to do this?
Thanks!
I don't see an option to do this with the Indicator Applet (which Trisquel 7 uses by default), but one possibility is to use the Clock Applet instead (add it to the panel by right-clicking on an empty space and choosing "Add to panel...", then choosing "Clocks"). If you do this, you may also want to use the Notification Area applet to replace the Indicator Applet's notification area, unless you want to have two clocks showing at once. :)
This solution is compatible with indicator-applet
to activate:
$ dconf write /com/canonical/indicator/datetime/show-date 'true' $ dconf write /com/canonical/indicator/datetime/show-year 'true'
Deactivate:
$ dconf write /com/canonical/indicator/datetime/show-date 'false' $ dconf write /com/canonical/indicator/datetime/show-year 'false'
This is a simple solution.
Thank you!
It's a pleasure for me :)
Wow, thank you for that. I have no idea how normal users are expected to know that.
Me neither mr bchurchwell.
There are more options, try to download dconf-editor, execute it and explore the options. You didn't think that there were so many (me neither until I read the gnome-manual).
Cheers
Indeed. GNOME is very configurable but most stuff is hidden away under the name of making things "simpler" and "easier" and whatnot.
Indicator Applet is a Unity thing, not a GNOME thing, though. In fact, this setting for GNOME is a checkbox in the GNOME Tweak Tool. :)