Last active
February 27, 2017 03:27
-
-
Save canabady/951721d04eaa5b340cbe6867ee2cddf1 to your computer and use it in GitHub Desktop.
Missing date & time from top panel of Unity Desktop - Ubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Missing date & time from top panel of Unity Desktop - Ubuntu 14.04 | |
# Try reseting its configuration | |
dconf reset -f /com/canonical/indicator/datetime/ | |
# If it didn't show up try kill it, it should restart | |
pkill -f datetime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment