rounded-window-corners icon indicating copy to clipboard operation
rounded-window-corners copied to clipboard

Corners are not rounded for kitty on Wayland

Open flexagoon opened this issue 3 years ago • 5 comments

For example, if you try to launch kitty on Wayland, it will not have rounded corners.

image

While I personally don't use kitty, this means that there may be some other apps where the corners don't get rounded by the extension.

flexagoon avatar Sep 04 '22 20:09 flexagoon

Rounded corners has been added in e1cdbe0:

image

yilozt avatar Sep 05 '22 06:09 yilozt

Seems like there is no a common way to add rounded corners to this application.

yilozt avatar Sep 13 '22 01:09 yilozt

Other apps that suffer from this are wezterm, alacritty and neovide

GabMus avatar Sep 30 '22 13:09 GabMus

Other apps that suffer from this are wezterm, alacritty and neovide

~~alacrity seems to be fine on my machine, though the corners have some strange pixels:~~

Screenshot from 2022-10-30 09-36-46

UPDATE: I forgot to mention that I am running alacrity through xwayland:

[Desktop Entry]
Type=Application
TryExec=alacritty
Exec=env WINIT_UNIX_BACKEND=x11 alacritty
Icon=Alacritty
Terminal=false
Categories=System;TerminalEmulator;

Name=Alacritty
GenericName=Terminal
Comment=A fast, cross-platform, OpenGL terminal emulator
StartupWMClass=Alacritty
Actions=New;

[Desktop Action New]
Name=New Terminal
Exec=alacritty

SteveLauC avatar Oct 30 '22 01:10 SteveLauC

This extension works for Wezterm for me (it rounds the corners) on Fedora 37 (Silverblue) with latest GNOME if I turn off the window decorations in the Wezterm config (window_decorations = "NONE"), however, when used in conjunction with the Tiling Assistant extension, the reported bounds of the window are incorrect and the window doesn’t tile properly for horizontal-half and full-screen sizes. When you turn the rounded corners extension off, the tiling works correctly.

aral avatar Feb 21 '23 19:02 aral