lennart-k / gnome-rounded-corners

The most useful GNOME extension on the planet. Rounded corners offer innovative advantages like less screen real estate. Saves energy on OLED screens since less pixels are lit.
GNU General Public License v2.0
27 stars 8 forks source link

Round corners in fullscreen mode #17

Closed ExposedCat closed 2 years ago

ExposedCat commented 2 years ago

Move "rounded corners" to first "layer" after opening app in fullscreen mode (100% of screen) so that this action will not remove them

lennart-k commented 2 years ago

Sorry, I'm not able to reproduce that issue. Do you know which layer would be higher or are you perhaps talking about a fullscreen mode where only the app has control over the display?

ExposedCat commented 2 years ago

@lennart-k idk exactly, but you can try Visual Studio Code to reproduce a bug

lennart-k commented 2 years ago

Oh, you're right. It's not an issue on X11 but on Wayland. I'll look into this

ExposedCat commented 2 years ago

@lennart-k yes, I'm on Wayland. Thank you

lennart-k commented 2 years ago

It seems to be an issue with XWayland to be more precise. For me it works when running VSCode with --enable-features=UseOzonePlatform --ozone-platform=wayland

ExposedCat commented 2 years ago

@lennart-k same

lennart-k commented 2 years ago

It seems to me that there's not really much I can do about it :/ At least I finally know why Dash To Dock is also so broken when VSCode is in fullscreen with XWayland. :D My hope is that Electron finally makes their Wayland implementation the default.