Driving me crazy here. Turning stuff off and relaunching doesn't work and new saved searches don't show at all.
I am able to view list and icon view fine but still no icons in sidebar.
Kinda crappy if I need to reinstall the system to fix this, especially since it's a user related issue... :/
Are there any other local preferences located anywhere that could have gone unnoticed?
Maybe try this----Open Terminal (in Utilities) and enter
defaults find sidebar
Post the entire portion pertaining to Finder, which should look something like this:
Found 14 keys in domain 'com.apple.finder': {
"All Images.cannedSearch" = {
SidebarWidth = 148;
ToolbarVisible = 1;
ViewHeight = 382;
ViewStyle = icnv;
WindowBounds = {
bottom = 490;
left = 24;
right = 774;
top = 108;
};
};
ComputerOptions = {
ListViewOptions = {
ColumnCount = 8;
ColumnFlags = 9;
Columns = (
{
ColumnPropertyID = dnam;
ColumnSortOrder = 2;
ColumnVisible = 1;
ColumnWidth = 300;
},
{
ColumnPropertyID = modd;
ColumnSortOrder = 2;
ColumnVisible = 1;
ColumnWidth = 181;
},
{
ColumnPropertyID = ascd;
ColumnSortOrder = 2;
ColumnVisible = 0;
ColumnWidth = 181;
},
{
ColumnPropertyID = phys;
ColumnSortOrder = 2;
ColumnVisible = 1;
ColumnWidth = 97;
},
{
ColumnPropertyID = kind;
ColumnSortOrder = 1;
ColumnVisible = 1;
ColumnWidth = 115;
},
{
ColumnPropertyID = labl;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 100;
},
{
ColumnPropertyID = shvr;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 75;
},
{
ColumnPropertyID = cmmt;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 300;
}
);
FontSize = 12;
IconSize = 16;
SortColumn = dnam;
UseCustomViewOptions = 1;
};
SidebarWidth = 135;
ToolbarVisible = 1;
ViewHeight = 382;
ViewStyle = icnv;
WindowBounds = {
bottom = 598;
left = 106;
right = 857;
top = 216;
};
};
ComputerViewSettings = {
WindowState = {
ShowPathbar = 1;
ShowSidebar = 1;
ShowStatusBar = 1;
ShowToolbar = 1;
SidebarWidth = 135;
WindowBounds = "{{575, 92}, {751, 460}}";
};
};
NSNavSidebarWidth = 120;
NetworkViewOptions = {
ColumnViewOptions = {
ArrangeBy = kind;
};
IconViewOptions = {
ArrangeBy = kind;
UseCustomViewOptions = 1;
};
ListViewOptions = {
ColumnCount = 8;
ColumnFlags = 9;
Columns = (
{
ColumnAlignment = 0;
ColumnPropertyID = dnam;
ColumnSortOrder = 1;
ColumnVisible = 1;
ColumnWidth = 300;
},
{
ColumnAlignment = 0;
ColumnPropertyID = modd;
ColumnSortOrder = 2;
ColumnVisible = 1;
ColumnWidth = 181;
},
{
ColumnAlignment = 0;
ColumnPropertyID = ascd;
ColumnSortOrder = 2;
ColumnVisible = 0;
ColumnWidth = 181;
},
{
ColumnAlignment = "-1";
ColumnPropertyID = phys;
ColumnSortOrder = 2;
ColumnVisible = 1;
ColumnWidth = 97;
},
{
ColumnAlignment = 0;
ColumnPropertyID = kind;
ColumnSortOrder = 1;
ColumnVisible = 1;
ColumnWidth = 115;
},
{
ColumnAlignment = 0;
ColumnPropertyID = labl;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 100;
},
{
ColumnAlignment = 0;
ColumnPropertyID = shvr;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 75;
},
{
ColumnAlignment = 0;
ColumnPropertyID = cmmt;
ColumnSortOrder = 1;
ColumnVisible = 0;
ColumnWidth = 300;
}
);
FontSize = 12;
IconSize = 16;
SortColumn = kind;
UseCustomViewOptions = 1;
};
SidebarWidth = 146;
ToolbarVisible = 1;
ViewHeight = 382;
ViewStyle = icnv;
WindowBounds = {
bottom = 540;
left = 265;
right = 1015;
top = 158;
};
};
NetworkViewSettings = {
WindowState = {
ShowPathbar = 1;
ShowSidebar = 1;
ShowStatusBar = 1;
ShowToolbar = 1;
SidebarWidth = 146;
WindowBounds = "{{270, 30}, {750, 460}}";
};
};
PackageViewSettings = {
WindowState = {
ShowPathbar = 1;
ShowSidebar = 1;
ShowStatusBar = 1;
ShowToolbar = 1;
SidebarWidth = 192;
WindowBounds = "{{392, 75}, {770, 444}}";
};
};
SearchViewSettings = {
WindowState = {
ShowPathbar = 1;
ShowSidebar = 1;
ShowStatusBar = 1;
ShowToolbar = 1;
SidebarWidth = 146;
WindowBounds = "{{312, 105}, {924, 634}}";
};
};
SidebarDevicesSectionDisclosedState = 1;
SidebarPlacesSectionDisclosedState = 1;
SidebarSearchesSectionDisclosedState = 1;
SidebarSharedSectionDisclosedState = 1;
TrashOptions = {
SidebarWidth = 135;
ToolbarVisible = 1;
ViewHeight = 382;
ViewStyle = icnv;
WindowBounds = {
bottom = 736;
left = 464;
right = 1214;
top = 354;
};
};
WindowState = (
BROw,
{
EntryPoint = "file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/";
ScrollPosition = {
h = 0;
v = 0;
};
ShowToolbar = 0;
SidebarWidth = 0;
Target = "file://localhost/Volumes/Mac%20OS%20X%20Install%20DVD/";
ViewHeight = 420;
ViewStyle = icnv;
WindowBounds = {
bottom = 464;
left = 0;
right = 525;
top = 44;
};
}
);
}