Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

What do you think of the new lack of translucent menus?

  • Translucent menus back for everyone! That's the way it SHOULD be!

    Votes: 67 13.3%
  • Opaque menus are best for EVERYONE! They're the most usable!

    Votes: 36 7.2%
  • I preferred the translucent menus back in 10.5.1 and would like the option back.

    Votes: 227 45.1%
  • I prefer the near-opaque menus we have in 10.5.2 but wouldn't mind the option of both.

    Votes: 80 15.9%
  • Huh? The menus changed?

    Votes: 93 18.5%

  • Total voters
    503
Ditto here. I wanted the same thing. So I used a workaround and not that difficult at all. After doing all the steps above, select one or few desktop pictures you like and then modify by putting a rectangle on top. For example, I used photoshop elements (or any other photo editing tool u may have) and for 1680x1050 monitor (and appropriate file), I added a 0.7 cm wide rectangle and it perfectly covers the menu bar. After that, use the drop bucket to paint with the desired color shade and transparency ( I could not set the gradient yet; dont know exactly how to do it; i am new to photoediting) and there you have it.

Very nice looking menu bar with transparent drop down menus. :)

That seems like a lot of work. You could just open the Terminal and paste:

Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 1

And Restart.

Done, next. ;-)

Edit: If you want a slightly grey menu bar so it's not as harsh on your eyes, just do this:

Code:
sudo defaults write /System/Library/LaunchDaemons/com.apple.WindowServer 'EnvironmentVariables' -dict 'CI_NO_BACKGROUND_IMAGE' 0.62
 
OK, having a bit of a problem here. The other night I decided to format/reinstall my system. Since I had recently switched to Mac, I was trying out various program and whatnot and just wanted a fresh start now that I know basically what I want installed. The install went fine, but now I'm back to enabling the translucent menus. This is what I'm seeing:

menu.jpg


I followed the exact same directions (posted by richthomas on page 8) that I used last time. Last time it worked perfectly. This time as you can see, I'm left with a partial translucency.

Any ideas of what might have went wrong?
 
siorai your translucency looks fine to me. it definitely doesnt look like the 10.5.2 menus which are almost opaque. heres a screenshot of my menus which ive tried to make as similar as possible as your screenshot.

3590rbq.jpg
 
Maybe I just never noticed it before, but now it seems like it's only partially translucent? Most text seems to get cut if half. I'll have to check again after work. I'm probably just being too critical.

edit: That's what I get for adjusting my monitor's settings.. :eek: The contrast was a bit too high and caused the translucency to render weirdly. I put it back to what it was and it looks great again.
 
I found the manual method too tedious and error prone -- plus I blew the system icons like a few others here. :( So I've written two shell scripts to automate the process.

A few advantages:
  • No need to activate the root account, or boot from an external drive (like I had to do when my first attempt screwed up HIToolbox and hosed the OS :rolleyes:).
  • The cp terminal command is supposed to maintain the original permissions, owner and group of the files being replaced, which makes this a very simple process (and safer, I hope). No chmod or chown required.
  • Unhack.sh script included to restore things to (10.5.2) normal.
  • Best of all: It didn't blow my icons. :D
Disclaimer: I personally preset the permissions and ownership of the files before running the script, just to be safe. Don't try this unless you've got the chops to fix things that break. Have a bootable system backup ready if things go horribly wrong. Pray to Steve Jobs for strength ... and ask His forgiveness afterward. ;)

OK. Unzip the attached scripts. Copy the 10.5.2 versions of HIToolbox, CoreUI and SArtFile.bin to the included "originals" subfolder (see the paths.txt file if you've lost track of those hideously long filepaths). Place Stratus Fear's files in the "replacements" subfolder. Open a Terminal, cd to the scripts folder, do
Code:
./hack.sh
then log out/in and you should be all set. Run unhack.sh to restore the more opaque menus.

I encourage Stratus and/or TheSpaz to vet the scripts and verify that they actually work before anyone else tries them...
 

Attachments

  • Leopard 10.5.2 menus hack.zip
    1.9 KB · Views: 165
The transparency seems to have gone 100% in 10.5.3!

I saw 10.5.3 is available and came here before upgrading to find out the scoop on transparent windows before upgrading...

Are you kidding me, Apple did not listen to us? :mad:

Is there really no (option for) transparency in 10.5.3?

+ as TheSpaz indicated, the hack won't work either?
 
I saw 10.5.3 is available and came here before upgrading to find out the scoop on transparent windows before upgrading...

Are you kidding me, Apple did not listen to us? :mad:

Is there really no (option for) transparency in 10.5.3?

+ as TheSpaz indicated, the hack won't work either?

Definatly no option that I can see and the transparency is definatly not there, I tilted my screen just too make sure!
 
Definatly no option that I can see and the transparency is definatly not there, I tilted my screen just too make sure!

Is the option to make the menubar transparent still there (like it was in 10.5.2)?

I think they took it away from us!!! HAHAHA!
 
Definatly no option that I can see and the transparency is definatly not there, I tilted my screen just too make sure!
What... but... that can't be... the survey. Didn't they see the survey. I even sent Apple a link to the survey. Say it isn't so. No, no, nooooo!!! :eek:
 
I've been searching around for more info about 10.5.3. In every forum I've seen (including Apple's) users are saying: where are the transparent menus... I liked the transparent menus better... why not use a slider... make menu transparency match with the selected menu bar transparency option... why did they take away transparency... give users a choice... etc.

Two minutes of research & its obvious that a lot of people were expecting Apple to address this issue in 10.5.3. Ubuntu is looking better and better to me.
 
I've been searching around for more info about 10.5.3. In every forum I've seen (including Apple's) users are saying: where are the transparent menus... I liked the transparent menus better... why not use a slider... make menu transparency match with the selected menu bar transparency option... why did they take away transparency... give users a choice... etc.

Two minutes of research & its obvious that a lot of people were expecting Apple to address this issue in 10.5.3. Ubuntu is looking better and better to me.

You cant be serious! Moving to Linux because of transparent menus! :eek:

Use this, perhaps.
 
You cant be serious! Moving to Linux because of transparent menus! :eek:

Use this, perhaps.
Several of us already did that right after 10.5.2 came out and also called Apple and sent requests via the Apple discussion forum asking Apple to please give us an option, even if its a hidden option like a CLI command. Then the waiting and no information, then nothing...

Hardcoding menu transparency is bad programming, its not *nix philosophy, its M$-ish. Its not only about transparent windows, its about having some control over the interface. Why would Apple go out of their way to keep people from changing some setting from the command line? They just took away a feature from Leopard and made it near impossible to change it back without a hack that theoretically could have included malicious code (however, we trust StratusFear).

In my case I'm also already using both OSes and this kind of stupid programming is a bad sign. People are downloading a hack off the internet to change menu transparency. This is a security issue too. With Ubuntu (compiz-fusion) it is very easy to add transparency to menus, for example, at any level you want and it will never be taken away. This applies to many, many things.
 
Just having to explain is another turn off...

I bought Leopard (and a new MBP, my third and probably last Apple laptop) with a feature that I liked and paid for that was just taken away unannounced. To get back it back, I am supposed to write and plea to Apple (which actually I did), search for other solutions/hacks, maintain a hacked system, defend my reasoning for a feature that should not have just been taken away to begin with. I explained my position on this clearly to Apple several months ago via the same link you sent and on the phone. Screw them, I have other options.
 
Several of us already did that right after 10.5.2 came out and also called Apple and sent requests via the Apple discussion forum asking Apple to please give us an option, even if its a hidden option like a CLI command. Then the waiting and no information, then nothing...

Hardcoding menu transparency is bad programming, its not *nix philosophy, its M$-ish. Its not only about transparent windows, its about having some control over the interface. Why would Apple go out of their way to keep people from changing some setting from the command line? They just took away a feature from Leopard and made it near impossible to change it back without a hack that theoretically could have included malicious code (however, we trust StratusFear).

In my case I'm also already using both OSes and this kind of stupid programming is a bad sign. People are downloading a hack off the internet to change menu transparency. This is a security issue too. With Ubuntu (compiz-fusion) it is very easy to add transparency to menus, for example, at any level you want and it will never be taken away. This applies to many, many things.

True, customising is very nice, but I wouldnt change OS becuase of it.

I had to hack the hell out of my iPod to put apps on it (I have 2.0 now so take that, Steve! :p
 
True, customising is very nice, but I wouldnt change OS becuase of it.

I had to hack the hell out of my iPod to put apps on it (I have 2.0 now so take that, Steve! :p

Although hacking your iPod is not illegal... downloading a private beta software is illegal... I just hope you know that.
 

***She ;)

Warning: 10.5.3 will not operate if you update with this hack applied.

How are we going to hack this now? The old hack doesn't work anymore.

so i havent installed 10.5.3 yet, should i reinstall the default files before updating?

i hope we can get the translucent menus back… i love them! :( StratusFear's files were from an Air, maybe if we try another type of Mac with 10.5.0 or 10.5.1?
 
Although hacking your iPod is not illegal... downloading a private beta software is illegal... I just hope you know that.

Maybe I am a registered developer?

Maybe I have a time machine and went forward to after the update was released and installed it!

Apple dont care who downloads their beta, anyway, its not like they are loosing money from it or anything
 
***She ;)
so i havent installed 10.5.3 yet, should i reinstall the default files before updating?

i hope we can get the translucent menus back… i love them! :( StratusFear's files were from an Air, maybe if we try another type of Mac with 10.5.0 or 10.5.1?

Definately disable the hack BEFORE updating to 10.5.3. I didn't and 10.5.3 failed to boot (stuck at the gray Apple loading screen) On investigating the crash logs I found out it had something to do with the translucent menus. I had to Archive and Install and combo update to 10.5.3. All working OK now. But no translucent menus :(
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.