最近我升级到 Ubuntu 11.04。面板上的时钟指示器不符合我的区域设置格式。
我编辑了语言环境,在所有应用程序中,除了面板上的时钟指示器外,我都有正确的日期和时间格式。尝试过 dconfig 编辑器,但无法更改时钟小程序的键。试图清除指示器并重新安装它 - 仍然相同。有没有什么办法
我可以更改日期时间指示器的格式吗?
%A, %d %B %Y, %I:%M:%S
%a%B%d %H:%M:%S
Jam*_*dge 12
请尝试以下操作:
gsettings set com.canonical.indicator.datetime time-format "'custom'"
gsettings set com.canonical.indicator.datetime custom-time-format "'%A, %d %B %Y, %I:%M:%S'"
Run Code Online (Sandbox Code Playgroud)
这似乎对我有用。您应该可以使用dconf-editor
.
在 dconf 编辑器中,它会是这样的: