web-dev-qa-db-ja.com

Unityレンズがありません(ファイル/フォルダー、アプリケーション)

ファイルとフォルダーのレンズとデフォルトのアプリケーションレンズがドックにありません。どうすれば元に戻すことができますか?

ここでガイドを試しました: http://www.webupd8.org/2011/04/how-to-reset-unity-launcher-icons-or.html

失われた2つのレンズを除いて、すべてのアイコンが戻ってきました。 unity-place-applicationsとunity-place-filesは両方とも現在インストールされています。

3
gregghz
  • これらのパッケージがインストールされていることを確認してください。

    unity-lens-applications
    unity-lens-files
    
  • これらの2つのファイルが/usr/share/unity/lensesにあることを確認してください。

    applications.lens
    files.lens
    
  • それでも動作しない場合は、2つのパッケージを再インストールしてください。

    Sudo apt-get purge unity-lens-applications unity-lens-files
    Sudo apt-get install unity-lens-applications unity-lens-files
    
  • それでも機能しない場合は、 バグレポートの報告 :をお勧めします。

    ubuntu-bug unity # if unity is the wrong package, others will fix it
    
7
htorque