Has anyone tried this app? Is there a way to go back to the semitransparent menu if I don't like it?
Honestly, I can't figure out why people hate the transparent menubar so much. I don't find it very hard to see anything on it, therefore it doesn't bother me one way or another. Why it really pisses some people off, I'll never know... I'm not saying I prefer it, but I don't hate it any more than the Tiger menubar either.
Have you upgraded to 10.5.2 yet? This app is useless, the menu bar can now be controlled via System Preferences.Has anyone tried this app? Is there a way to go back to the semitransparent menu if I don't like it?
Have you upgraded to 10.5.2 yet? This app is useless, the menu bar can now be controlled via System Preferences.
Do a Spotlight search for all references to "OpaqueMenuBar." Make sure you tell Spotlight to search through the system files, as well.I know, that's why I want to get rid of it.
sudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables'
sudo plutil -convert xml1 /System/Library/LaunchDaemons/com.apple.WindowServer.plist
sudo chmod 644 /System/Library/LaunchDaemons/com.apple.WindowServer.plist
Honestly, I can't figure out why people hate the transparent menubar so much. I don't find it very hard to see anything on it, therefore it doesn't bother me one way or another. Why it really pisses some people off, I'll never know... I'm not saying I prefer it, but I don't hate it any more than the Tiger menubar either.
should i trust this?Run these commands in Terminal and restart your Mac, it should revert the Opaque Menu Bar hack.
Code:sudo defaults delete /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' sudo plutil -convert xml1 /System/Library/LaunchDaemons/com.apple.WindowServer.plist sudo chmod 644 /System/Library/LaunchDaemons/com.apple.WindowServer.plist
Hope this helps.![]()
should i trust this?