![]() |
@Trevor
my-name-computer:~ myname$ ls -alheiu /Library/Preferences/com.apple.sidebarlists.plist 1129046 -rw------- 1 myname admin 4K Oct 22 17:33 /Library/Preferences/com.apple.sidebarlists.plist @Hayne uid=501(myname) gid=501(myname) groups=501(myname), 80(admin) my-name-computer:~ myname$ echo "Contents of system-wide plist:" Contents of system-wide plist: my-name-computer:~ myname$ defaults read /Library/Preferences/com.apple.sidebarlists | sed 's/<.*>;/<>;/g' { useritems = { Controller = CustomListItems; CustomListItems = ( { Alias = <>; Icon = <>; Name = Desktop; }, { Alias = <>; Icon = <>; Name = myname; }, { Alias = <>; Icon = <>; Name = Applications; }, { Alias = <>; Icon = <>; Name = Documents; }, { Alias = <>; Icon = <>; Name = Movies; }, { Alias = <>; Icon = <>; Name = Music; }, { Alias = <>; Icon = <>; Name = Pictures; } ); }; } my-name-computer:~ myname$ echo "Contents of per-user plist:" Contents of per-user plist: my-name-computer:~ myname$ defaults read ~/Library/Preferences/com.apple.sidebarlists | sed 's/<.*>;/<>;/g' { useritems = { Controller = CustomListItems; CustomListItems = ( { Alias = <>; Icon = <>; Name = Desktop; }, { Alias = <>; Icon = <>; Name = myname; }, { Alias = <>; Icon = <>; Name = Applications; }, { Alias = <>; Icon = <>; Name = Documents; }, { Alias = <>; Icon = <>; Name = Movies; }, { Alias = <>; Icon = <>; Name = Music; }, { Alias = <>; Icon = <>; Name = Pictures; } ); }; } my-name-computer:~ myname$ echo "done" Hayne, I didn't have to press return for the command ou asked me to copy and paste. I copied and pasted, then it automatically spit all that ^^ stuff out. I don't know if that makes a difference.Hope this makes more sense to you guys than it does to me. |
Did any of you understand what that stuff was?^^^^
|
Trevor and Hayne do you need anymore info?
|
Code:
my-name-computer:~ myname$ ls -alheiu /Library/Preferences/com.apple.sidebarlists.plistI still don't know why it's in /Library/Permissions, but I have no new clues. Trevor |
Have you installed any software that "enhances" the system or which is a utility that runs all the time?
I'm leaning towards recommending that you do an "archive and install" from the Install CD/DVD being sure to select the option to preserve users. (See this Apple doc: http://docs.info.apple.com/article.html?artnum=107120) This will keep all your user files and just replace the OS X system files and applications. You should run Software Update afterwards to get your system up to date again. It would be best if you did a backup of your user files first - just in case something goes wrong (even though this isn't very likely). |
If I archive and install, can I safely delete the previous systems folder?
|
Quote:
|
| All times are GMT -5. The time now is 11:57 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2014, vBulletin Solutions, Inc.
Site design © IDG Consumer & SMB; individuals retain copyright of their postings
but consent to the possible use of their material in other areas of IDG Consumer & SMB.