hyper-transparent
hyper-transparent copied to clipboard
Not working after upgrade to Hyper 1.4
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.
Hi @calebcassel ! New versions of Hyper and HyperTransparent have been rolled out. Can you still reproduce this issue?
Thanks!
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.
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