hyper-transparent icon indicating copy to clipboard operation
hyper-transparent copied to clipboard

Not working after upgrade to Hyper 1.4

Open calebcassel opened this issue 7 years ago • 3 comments

On Hyper version 1.3.3 with the flags --enable-transparent-visuals and --disable-gpu I can get a transparent background.

After updating to 1.4.x I don't get transparency, and I've verified that those flags are being used.

This is happening on Ubuntu 17.04 with Gnome.

calebcassel avatar Sep 12 '17 21:09 calebcassel

Hi @calebcassel ! New versions of Hyper and HyperTransparent have been rolled out. Can you still reproduce this issue?

Thanks!

codealchemist avatar Apr 30 '18 21:04 codealchemist

I'm currently on Hyper 2.0.0 with Ubuntu 18.04. Unfortunately this still isn't working for me with those flags turned on with the latest plugin version. When I look at .hyper.js I can see that the background-color has an alpha value. I'd love to have this working again but right now Linux users are seriously hampered by this issue: https://github.com/zeit/hyper/issues/3018, so I have to remove the --disable-gpu flag until that is resolved.

calebcassel avatar May 16 '18 15:05 calebcassel

Looks like the way to use transparency on linux is to start Hyper with: --enable-transparent-visuals --disable-gpu

But... I think this is the reason for this issue: https://github.com/zeit/hyper/issues/2394

codealchemist avatar May 16 '18 19:05 codealchemist