14/01/30 13:38:20.40 qPng1uSN
>>278
GUIのことはよく分からない。
system wideに設定しても良いなら
/etc/environment に追記する。
あと、indicatorのdatetimeの表記を細かくいじりたいなら、
$ gsettings get com.canonical.indicator.datetime custom-time-format
'%l:%M %p'
で現状を確認して、
$ gsettings set com.canonical.indicator.datetime time-format custom
$ gsettings set com.canonical.indicator.datetime custom-time-format "%a %b %e, %l:%M %p"
みたいな感じで設定する。
'%l:%M %p'とかの意味が分からないのであれば、
$ date --help
で確認する。