Summary: | Corners in GTK theme Adwaita are not rounded | ||
---|---|---|---|
Product: | [I don't know] kde | Reporter: | David <david.cortes.rivera> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED DOWNSTREAM | ||
Severity: | normal | CC: | nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | synaptic_sharp_corners |
Description
David
2023-03-06 18:09:30 UTC
Can you attach a screenshot that shows the issue? Created attachment 157092 [details]
synaptic_sharp_corners
Here's a picture of a menu from "synaptic" (GTK app) when using theme "adwaita-dark", having sharp corners in the menus.
Thanks. Because this is a GTK app displaying a GTK theme, no KDE code is involved. It's an issue in GTK, the app, or the theme. (In reply to Nate Graham from comment #3) > Thanks. Because this is a GTK app displaying a GTK theme, no KDE code is > involved. It's an issue in GTK, the app, or the theme. But those corners look sharp in GNOME when using adwaita-dark. You mean they *don't* look sharp in GNOME? Even when running the app as root? (In reply to Nate Graham from comment #5) > You mean they *don't* look sharp in GNOME? Even when running the app as root? Just tried in under GNOME and for this specific app (synaptic) and for others like "evolution", the corners look rectangular, but then for apps like "gedit" or "nautilus", the corners look rounded. As far as I can tell, the differences can be explained by the fact that those apps are using different UI elements; the menus with the square corners are using basic GTK menus, while the ones with rounded corners are GTK popovers, not menus. And popovers have rounded corners. |