
Ubuntu日本語フォーラム

ログインしていません。
Ubuntu14.04(64Bit)を3月6日にアップデートを実行後アイコン表示がおかしくなりました、これらを治す手段の情報お願いします。
1)ディスクトップ右上の歯車がモニターに、音量調整が□に、ネットワークはモニター2台に、キーボードは□
2)システム設定では次が非表示に「テキスト入力、画面の明るさとロック、外観、言語サポート、キーボード、ネットワーク、プリンター、マウスとタッチパット、ユーザーアカウント、ユニバーサルアカウント
詳細」
3)左側ランチャでは、システム設定、スクリーンショットが□に?付に
4)全てのディレクトリー表示が右上が折れ曲がった□に
オフライン
[ubuntu tweak]も動作が変になりました。「Dshu」からアイコンをクリックすると起動はするが「Janitorを起動」をクリックしても動作せず。
オフライン
ubuntu-tweakの件は解りません。
iconだけがおかしいと言うのであれば、icon cacheを作り直せば復帰するかもしれません。
virtualbox中のubuntu 14.04で実際にやってみました。
(iconがおかしい状況ではないので直ったか解りませんが、icon cacheはアップデートできた模様)
こんなコマンドがあります。
$ which update-icon-caches
/usr/sbin/update-icon-caches
$ man update-icon-caches
UPDATE-ICON-CACHES(8) System Manager's Manual UPDATE-ICON-CACHES(8)
NAME
update-icon-caches - Update wrapper script for the icon caches
SYNOPSIS
update-icon-caches directory [ ... ]
DESCRIPTION
update-icon-caches is a wrapper script for updating the icon caches in
a list of directories.
In each of the directories passed as arguments, the icon cache is
updated if it is already present. It is not created if it does not
already exist.
If the theme index file is not present, the icon cache is removed.
$ apt-file search /usr/sbin/update-icon-caches
libgtk-3-bin: /usr/sbin/update-icon-caches
libgtk2.0-bin: /usr/sbin/update-icon-caches
使っているthemeディレクトリにindex.themeファイルがあれば、そこにicon-theme.cacheファイルもあるので、それがアップデートされます。
最初に icon-theme.cache ファイルの容量や日付を確認しておけばアップデートされたか解り易いと思います。
例えば、themeディレクトリが /usr/share/icons/ubuntu-mono-dark/ だった場合。
$ sudo update-icon-caches /usr/share/icons/ubuntu-mono-dark
自己解決しました。
自己解決というより設定ミスにより招いたことでたへん失礼しました。
「Unity Tweak Tool」で「Icons」をRedglassに設定していたことが原因でした。デフォルトに戻すことで平常に戻りました。
オフライン