'the following schema is missing "com.canonical.indicator.datetime"

Asked by John Oliver Clarke

I am attempting to use Unity Tweek Tool and I get this message on screen 'the following schema is missing "com.canonical.indicator.datetime" inorder to work properly,Unity Tweek Tool recommends you install the necessary packages'. What do I do?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
John Oliver Clarke
Solved:
Last query:
Last reply:
Revision history for this message
John Oliver Clarke (zl2frg) said :
#1

Which packages are missing. Please advise as before trying to use Unity Tweek Tool to change the desktop background I would

'right click desktop / change desktop background / settings / displays', and received "could not get screen information."

I know I've done something stupid. What's missing and how may I get it back, Please. Without possibly a major rebuild !

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#2

sudo apt-get install indicator-datetime

What is the output of:

lsb_release -a; uname -a

Thanks

Revision history for this message
John Oliver Clarke (zl2frg) said :
#3

The out put obtained is:

fr0g@fr0g-SVE11116FGB:~$ sudo lsb_release -a; uname -a
[sudo] password for fr0g:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Linux fr0g-SVE11116FGB 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
fr0g@fr0g-SVE11116FGB:~$

Thanks

Revision history for this message
John Oliver Clarke (zl2frg) said :
#4

sudo apt-get install indicator-datetime

I performed the above and the response received was:

fr0g@fr0g-SVE11116FGB:~$ sudo apt-get install indicator-datetime
[sudo] password for fr0g:
Reading package lists... Done
Building dependency tree
Reading state information... Done
indicator-datetime is already the newest version (15.10+16.04.20160406-0ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
fr0g@fr0g-SVE11116FGB:~$

And for "What is the output of:"

lsb_release -a; uname -a

The answer is:

No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.1 LTS
Release: 16.04
Codename: xenial
Linux fr0g-SVE11116FGB 4.4.0-51-generic #72-Ubuntu SMP Thu Nov 24 18:29:54 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

I do hope this is of some use to you. Thanks John.

Revision history for this message
Manfred Hampl (m-hampl) said :
#5

What is the output of the command
ls -l /usr/share/*/*/com.canonical.indicator.datetime*

Maybe reinstalling that package helps
sudo apt-get install --reinstall indicator-datetime

Revision history for this message
John Oliver Clarke (zl2frg) said :
#6

The output I get from
ls -l /usr/share/*/*/com.canonical.indicator.datetime*
is: -rw-r--r-- 1 root root 6634 Apr 7 2016 /usr/share/glib-2.0/schemas/com.canonical.indicator.datetime.gschema.xml
-rw-r--r-- 1 root root 465 Apr 7 2016 /usr/share/unity/indicators/com.canonical.indicator.datetime

Thank you guys. for all your help. After running 'sudo apt-get install --reinstall indicator-datetime' things seem to be back. Time and patience essential !!!