Contribute
Register

Mod About This Mac!

Status
Not open for further replies.
Mod About This Mac 10.8!

Thanks king13p.

I am on a UK languaged machine so is prefer not to have to change it to a US one.

I guess I could run a grep command to try and find any other files that still have Mac Pro (Early 2008).

This should do it right?

Code:
grep -i 'Mac Pro (Early 2008)' ~/Library/

I'm not sure if that would quite do it. Here is the command I used.

Code:
FIND /library -type f -exec grep -n "Early 2008" {} \;-print 2>/dev/null

I would only search for Early 2008 just because you don't want to be too detailed on searches like this.

You could try to temporarily change the system language just to see if it works, then change it back.

Code:
System Preferences > Language & Text
Language Tab
English
Region Tab
United States

Reboot and see what happens.
 
Mod About This Mac 10.8!

King13p "Delete the original file first, then copy it over"

This worked perfect thanks!


I re-read through the instructions and it seemed to work this time. All I can attribute is that I don't think I set Finder to show hidden files and instead just used the find hidden files through TextWrangler instead. Odd but now it seems to be working!

Awesome little hack!
 
Mod About This Mac 10.8!

Like sentur, I feel I am also going slightly crazy. For some reason, I cannot change Mac Pro (Early 2008).

So, in TextWrangler, this is what I have:
ScreenShot2013-03-06at62840PM.png


I opened it from here:
ScreenShot2013-03-06at62807PM.png


Maybe it's because I have plist.lockfiles? I have no idea. But that was from my first user/administrator account, and unlike sentur, I am not in the UK and have the EN settings.

When I try to edit these, save it, I still get this:
ScreenShot2013-03-06at62905PM.png


This is a cool hack but now that I am so close (and I can't even seem to get the first part but I got the first correct), it's driving me crazy, haha. Do you have any suggestions? I tried not showing all the files like sentur, and went to TextWrangler and opened it up - I even tried just saving it separately and then replacing it the original, but still nothing.

Any help would be greatly appreciated! Thanks!
 
Mod About This Mac 10.8!

What are plist.lockfiles? I don't have any of those listed in my library / Preferences folder.

Try create a new user then login as the new user and go into their Library / Preferences folder and see if you see the same lockfiles.

Try change the file in there and see if the changes show up.

You could also try move all those "Lockfiles" to a separate folder like on the desktop, then try reboot.

Let us know what you find.
 
Mod About This Mac 10.8!

Apu808... the main thing I didn't do was setting Finder to show hidden files and then navigating to the .plist file and editing it through TextWrangler. Be sure to follow these steps as provided by the OP.

First enable hidden files.

defaults write com.apple.Finder AppleShowAllFiles YES

killall Finder

You'll want to navigate to /users/administrator (or whatever your user name is)/library/preferences/ and edit the file com.apple.systemprofiler.plist
 
Mod About This Mac 10.8!

Screen Shot 2013-03-20 at 18.38.12.png

Thanks :) Worked Perfectly, Shame I don't have a black case! Would have looked much better both in person and in the "About This Mac" window, lol.
 
Mod About This Mac 10.8!

I had the problem with that I moved my user folder to another drive. And when I edited the systemprofiler on the install drive it didn't change. But when I went to my user folder on the second drive I found the same file.
Thanks for the guide!
 

Attachments

  • Screen Shot 2013-03-25 at 6.38.37 PM.png
    Screen Shot 2013-03-25 at 6.38.37 PM.png
    95.4 KB · Views: 201
Mod About This Mac 10.8!

Really nice guide! I'll give this a go when I get home.

Btw: how do you guys get your CPU temps to show in the menu bar? iStat? Mine only shows my two HD temps.

Ok here's mine in the attachments. :)
 

Attachments

  • About This Hack.jpg
    About This Hack.jpg
    174.7 KB · Views: 348
Mod About This Mac 10.8!

I had the problem with that I moved my user folder to another drive. And when I edited the systemprofiler on the install drive it didn't change. But when I went to my user folder on the second drive I found the same file.
Thanks for the guide!

Good stuff! Looks great! :clap:
 
Status
Not open for further replies.
Back
Top