The File & Folders lens and default Applications lens is missing from my dock. How can I get them back?

I attempted the guide here: http://www.webupd8.org/2011/04/how-to-reset-unity-launcher-icons-or.html

All the icons came back except the two missing lenses. unity-place-applications and unity-place-files are both currently installed.

link|improve this question

73% accept rate
1  
Do you have .desktop files for both in /usr/share/unity/places? Have you tried reinstalling the packaged (sudo apt-get install --reinstall unity-place-files unity-place-applications)? – htorque May 16 '11 at 6:52
there is an applications.place file and a files.place file in that location. – greggory.hz May 16 '11 at 15:13
@htorque Your solution worked for me -- maybe make it an answer? – belacqua May 24 '11 at 5:41
feedback

1 Answer

up vote 4 down vote accepted
  • Make sure you have those packages installed:

    unity-place-applications
    unity-place-files
    
  • Make sure you have those two files in /usr/share/unity/places:

    applications.place
    files.place
    
  • If it still doesn't work, try to reinstall the two packages:

    sudo apt-get purge unity-place-applications unity-place-files
    sudo apt-get install unity-place-applications unity-place-files
    
  • If it still doesn't work, I suggest reporting a bug report:

    ubuntu-bug unity # if unity is the wrong package, others will fix it
    
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.