Round Corners!!! #500
Replies: 4 comments 5 replies
-
Actually, gtk2 & 3 can't have rounded bottom corners for application windows, and that's the issue. Gtk 4 does but not gtk2 & 3. |
Beta Was this translation helpful? Give feedback.
-
This issue has been discussed quite a lot over the years, actually. The newest discussions that I've been involved with are here: |
Beta Was this translation helpful? Give feedback.
-
I vote this up!!! I'm working on a theme and came to the uppleasant surprise the bottom corners can't be styled. I'm don't know about how gtk works and all. But all that seems to be needed for this is a stylable element at the bottom of the window. Maybe that can be included in the next version of Mint with (or without) gtk3? |
Beta Was this translation helpful? Give feedback.
-
Upvoting isn't going to change this. @fredcw did a pretty good job of explaining up above why this doesn't work. His comments about Gtk4 aren't quite true though. Gtk4 apps don't "just support" bottom rounded corners. Client side decorated apps do. Server side decorated apps do not because how the window and window frame are created as two separate objects. It's not about the toolkit. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I don't know if this idea is duplicated but I couldn't find any other discussion about it, which is weird...
Make all corners of the windows and pop ups round. I don't know why this scheme is common in old designs. that a window has rounded title bar corners but not bottom ones. GTK 2 and 3 has that, KDE Plasma has it by default but it can be changed in the settings.
I don't get it. If a round corners are possible to implement, why it is implemented half way?
I know that Cinnamon desktop is based on GTK 2 and that's why it follows old implementations, but it should not be an absolute limitation and prevent new designs right? isn't that one of the goals for Cinnamon to be extended where GTK 2 died?
Sorry for my newbiness and lack of background information on the subject. I just want Cinnamon to be better.
Beta Was this translation helpful? Give feedback.
All reactions