If you use GNOME 3 and File Manager bookmarks are not recognized, this is because Gnome Pie reads file at ~/.gtk-bookmarks
, where is not GNOME 3 stores bookmarks.
Simply make a symbolic link solves the problem:
ln -s ~/.config/gtk-3.0/bookmarks ~/.gtk-bookmarks