当前位置: 首页>>技术教程>>正文


时间不显示在顶部栏中

, , ,

问题描述

我正在运行Ubuntu 13.10,并在Windows 8的双引导下运行。

顶部面板或栏不显示时间。

当我打开时钟菜单时,那里的所有设置都会灰显设置>时间和日期>时钟

我尝试了其他方法(如dconf),但没有奏效。

最佳解决办法

  1. Reinstall indicator-datetime. It should be installed by default, but just in case you have removed it unknowingly, it is best to run the install command again.

    sudo apt-get install indicator-datetime 
  2. Next, we are going to reconfigure the date time:

    sudo dpkg-reconfigure --frontend noninteractive tzdata 
  3. Lastly, restart unity.

    sudo killall unity-panel-service 

That’s it. The date and time indicator will appear in the menu bar now.

(Source)

次佳解决办法

对我来说,重启统一就足够了:

sudo killall unity-panel-service

第三种解决办法

警告:所有用户将立即注销,可能会丢失数据。所有应用程序也将关闭。

它有时候发生在我身上,解决办法是:

sudo restart lightdm

第四种办法

我曾经有过一次同样的情况。我所做的是在terminal中使用以下命令重新安装gnome-control-center

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install --reinstall gnome-control-center

使用以下命令从tty1重新启动GUI后:

sudo restart lightdm

直到现在,问题才再次出现。

参考资料

本文由Ubuntu问答整理, 博文地址: https://ubuntuqa.com/article/849.html,未经允许,请勿转载。