如下图:
不显示星期时,就是正常的,只有一个“月”,有解决办法吗?
使用ubuntu16.04lts(已解决)时间菜单栏显示两个”月“字
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
-
- 帖子: 6
- 注册时间: 2014-06-07 12:52
- 系统: ubuntu14.04 lts x64
(已解决)时间菜单栏显示两个”月“字
上次由 碧羽宣 在 2016-04-27 13:20,总共编辑 1 次。
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 求助,时间菜单栏显示两个”月“字
我今天也才发的帖
虽然刚升上16.04就发现了
虽然刚升上16.04就发现了
-
- 帖子: 6
- 注册时间: 2014-06-07 12:52
- 系统: ubuntu14.04 lts x64
Re: 求助,时间菜单栏显示两个”月“字
qy117121 写了:我今天也才发的帖
虽然刚升上16.04就发现了
“这个bug有人管没”那个贴吗,我刚发完就找到了解决办法,在那个贴回复了
-
- 帖子: 6
- 注册时间: 2014-06-07 12:52
- 系统: ubuntu14.04 lts x64
Re: 求助,时间菜单栏显示两个”月“字
找到解决办法了:
终端:
gsettings set com.canonical.indicator.datetime time-format 'custom'
gsettings set com.canonical.indicator.datetime custom-time-format '%m月%d日 %A%H:%M:%S'
参考:
http://ubuntuhandbook.org/index.php/201 ... ntu-panel/
终端:
gsettings set com.canonical.indicator.datetime time-format 'custom'
gsettings set com.canonical.indicator.datetime custom-time-format '%m月%d日 %A%H:%M:%S'
参考:
http://ubuntuhandbook.org/index.php/201 ... ntu-panel/
- qy117121
- 论坛版主
- 帖子: 50587
- 注册时间: 2007-12-14 13:40
- 系统: Winbuntu
- 来自: 志虚国乌由市
- 联系:
Re: 求助,时间菜单栏显示两个”月“字
看到了碧羽宣 写了:qy117121 写了:我今天也才发的帖
虽然刚升上16.04就发现了
“这个bug有人管没”那个贴吗,我刚发完就找到了解决办法,在那个贴回复了
- tang.zhe
- 帖子: 1505
- 注册时间: 2010-07-15 13:31
Re: (已解决)时间菜单栏显示两个”月“字
gsettings set com.canonical.indicator.datetime time-format 'custom'
gsettings set com.canonical.indicator.datetime custom-time-format '%y-%m-%d %A %H:%M:%S'
gsettings set com.canonical.indicator.datetime custom-time-format '%y-%m-%d %A %H:%M:%S'
Ubuntu 命令技巧: http://wiki.ubuntu.org.cn/index.php?tit ... iant=zh-cn
Ubuntu 桌面指南: https://help.ubuntu.com//
Ubuntu 桌面指南: https://help.ubuntu.com//
-
- 帖子: 3
- 注册时间: 2010-03-17 20:27
Re: (已解决)时间菜单栏显示两个”月“字
man date 可作为补充资料,,,