Finder favourites bar disappeared in "open/save file" dialog box [duplicate]

I'm having the strangest issue since updating to OS X El Capitan. My "Open File" dialogs show the sidebar but all my main (and useful) locations are missing. Take a look at this screenshot. This screenshot shows Keychain Access but this happens in Safari when I'm trying to attach a file to Gmail for example, or uploading an image to Facebook.

What I would like is for the sidebar to show my home directories, such as Desktop, Documents, Downloads, etc.

Help?

enter image description here


Solution 1:

  1. Go to your user library in Finder. Hold down while opening the Go menu and click Library.
  2. Navigate to the Preferences folder.
  3. Remove any files that are or contain com.apple.finder.plist. (The removal of those files will very likely reset your Favourites list in Finder.)
  4. Restart or log out and log back in again then empty the trash and try again.

    Restarting might not be necessary. As madpoet says:

    You can also relaunch Finder if you don't want to reboot or log out. Right click on Finder icon while you're pressing and you'll see the Relaunch option there.

    Relaunch Finder.


Alternatively, you can use this Bash oneliner by Christophe Marois:

cd ~/Library/Preferences && sudo find com.apple.finder.plist* -exec rm {} \; && killall Finder

Solution 2:

I had the same issue and fixed it in the following way:

  1. While in a "Open File" or "Save As" dialog box (that doesn't show Favorites), drag any folder to the sidebar. This will create a "Favorites" category in the sidebar that only shows that folder.

  2. Reboot.

After rebooting, all of the dialog box sidebars should show Favorites as it appears in Finder, synchronized.

Solution 3:

I had the same problem. I resolved it by going into the Finder and making a change to the Favorites area (eg dragged a folder in Favorites up one position). After closing the finder window and reopening to make sure the change stuck, I rebooted. File/Open then worked as normal.

Solution 4:

The solutions above are both complicated and do not work. Kill sharedfilelistd and restart Finder. Problem solved (at least for a week or two according to my experience).

  1. Launch the Activity Monitor,
  2. Kill as many processes called sharedfilelistd as you can,
  3. Hold Option/Alt key and right click Finder icon in the dock,
  4. Relaunch Finder,
  5. Enjoy.

Solution 5:

Go to Finder -> Preferences -> Sidebar, and put a check next to all your Favorites.

Finder - Preferences... Finder Preferences - Sidebar

Installing El Capitan might have reset a few of your original settings (it reset my desktop backgrounds). It comes with the territory when installing major updates, but this should fix it.