Summary: | Tools Area appearance not used for tab bar and menubar in Thunderbird and Firefox | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Grzesiek11 <grzesiek11> |
Component: | gtk theme | Assignee: | Janet Blackquill <uhhadd> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ivan, nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 5.23.3 | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/breeze-gtk/commit/90c9a9d40f298186e1b9072701b3a8383f980d45 | Version Fixed In: | 5.25 |
Sentry Crash Report: |
Description
Grzesiek11
2021-11-23 00:46:33 UTC
I can reproduce. This issue has been present for a long time indeed. I hope it gets fixed in 5.24, or else I'll die. Unfortunately these are all different bugs. - The issue in Inkscape is Bug 448941 - The issue Chromium is Bug 435224 - The issue in VSCodium is not a Breeze-GTK bug since it is an Electron app and does not respect the KDE color scheme at all, and there is no way we can hack this in. - The issue in Thunderbird is not tracked anywhere, so let's use this for that. > I hope it gets fixed in 5.24, or else I'll die.
Something tells me you'll find a way to keep on living despite this minor visual glitch not being fixed in Plasma 5.24 which is releasing in two days. :)
(In reply to Nate Graham from comment #2) > - The issue in VSCodium is not a Breeze-GTK bug since it is an Electron app > and does not respect the KDE color scheme at all, and there is no way we can > hack this in. Electron still uses GTK for the window stuff like rightclick menus or the mentioned header. Electron apps can hide these elements and use browser-rendered ones instead, but VSCodium (and AFAIK VSCode too) chooses not to. OK, can you file a new bug reports about the issue with menubars in Electron apps? (In reply to Nate Graham from comment #5) > OK, can you file a new bug reports about the issue with menubars in Electron > apps? Done: Bug 449759. Git commit 90c9a9d40f298186e1b9072701b3a8383f980d45 by Nate Graham, on behalf of Artem Grinev. Committed on 10/05/2022 at 21:12. Pushed by ngraham into branch 'master'. gtk3,gtk4: Use Header colors for menubars Applying this to toolbars will require additional research and maybe app-specific hacks, as GTK uses toolbars for more than just window headers. Related: bug 449759, bug 448941 FIXED-IN: 5.25 M +2 -2 src/gtk3/widgets/_menus.scss M +2 -2 src/gtk4/widgets/_menus.scss https://invent.kde.org/plasma/breeze-gtk/commit/90c9a9d40f298186e1b9072701b3a8383f980d45 |