[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Nate Graham changed: What|Removed |Added Status|NEEDSINFO |RESOLVED Resolution|WAITINGFORINFO |FIXED --- Comment #10 from Nate Graham --- Can confirm. Looks fixed now! -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Artem Grinev changed: What|Removed |Added CC||agrine...@gmail.com Resolution|--- |WAITINGFORINFO Status|CONFIRMED |NEEDSINFO --- Comment #9 from Artem Grinev --- For me it worked after some Firefox' update. Could you check if it's still there for you? -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Facundo Aguilera changed: What|Removed |Added CC||budin...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Aurélien Oudelet (auroud85_fr) changed: What|Removed |Added CC||aoude...@outlook.com --- Comment #8 from Aurélien Oudelet (auroud85_fr) --- Still valid in Operating System: Mageia 8 KDE Plasma Version: 5.20.4 KDE Frameworks Version: 5.76.0 Qt Version: 5.15.2 Kernel Version: 5.10.14-desktop-1.mga8 OS Type: 64-bit Processors: 4 × Intel® Core™ i5-6600K CPU @ 3.50GHz Memory: 15.6 Gio of RAM Graphics Processor: GeForce GTX 1660 Ti/PCIe/SSE2 As soon as we set "Breeze" in Systemsettings5 => Application Style => Configure GNOME/GTK Application Style... there is no shadow in GTK right-click and GTK menus. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 狄昵称 changed: What|Removed |Added Version|5.18.0 |5.20.4 CC||dsl944298...@gmail.com -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #7 from David Rubio --- Probably more useful note, even: Deepin's fork of KWin has this bug fixed. Maybe worth a look there? -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #6 from David Rubio --- As a midly useful note, xfwm4 compositor doesn't seem to render shadows on the firefox menu until "show shadows under popup windows" is enabled. Might be worth looking into how they do it? -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 David Rubio changed: What|Removed |Added Version|5.17.90 |5.18.0 -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #5 from Nate Graham --- Yep, that's fine. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #4 from David Rubio --- Is it safe to change the Plasma version of this bug to 5.18.0 now that it released, or do I keep it at 5.17.90? -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 David Rubio changed: What|Removed |Added CC||david.alejandro.rubio@gmail ||.com -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 hoperidesal...@protonmail.ch changed: What|Removed |Added CC||hoperidesalone@protonmail.c ||h -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Patrick Silva changed: What|Removed |Added CC||bugsefor...@gmx.com -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #3 from David Rubio --- (In reply to Chris Holland from comment #2) > For reference, this is the PR for Gtk shadows. It added support for the > _GTK_FRAME_EXTENTS window property. > https://phabricator.kde.org/D24660 > > > > * Running `xprop`, then clicking Firefox with the default KWin titlebar, it > *properly* does not have the _GTK_FRAME_EXTENTS property. > * After entering Customize in Firefox, and unchecking "title bar" to enable > CSD, the property exists: > _GTK_FRAME_EXTENTS(CARDINAL) = 26, 26, 23, 29 > > I couldn't easily figure out the contextmenu properties using xprop though, > since a context menu grabs the mouse. > > So I used `watch -n0.5 -- xwininfo -root -tree` and opened and closed the > firefox contextmenu. > > Parent window id: 0x0 (none) > 69 children: > 0x3200035 "Firefox"": ("Firefox" "Firefox") 201x234+59+270 +59+270 > 1 child: > 0x3200036 (has no name): () 1x1+-1+-1 +58+269 > ... > > I noticed the window id remained even when the contextmenu was closed. So I > ran: > watch -- xprop -id 0x3200035 > > I did not see any _GTK_FRAME_EXTENTS property. > > WM_TRANSIENT_FOR(WINDOW): window id # 0x32022c4 > WM_HINTS(WM_HINTS): > Client accepts input or input focus: True > Initial state is Normal State. > window id # of group leader: 0x321 > WM_WINDOW_ROLE(STRING) = "Popup" > XdndAware(ATOM) = BITMAP > _NET_WM_OPAQUE_REGION(CARDINAL) = > _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_POPUP_MENU > ... > > I also tested Gnome Chess, and noticed it's app icon menu did have: > > _GTK_FRAME_EXTENTS(CARDINAL) = 6, 6, 5, 7 > _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_POPUP_MENU Is it the same on Chromium right click menus? It seems to do shadowing on menus properly on Chromium menus on latest GNOME. -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus
https://bugs.kde.org/show_bug.cgi?id=416497 Nate Graham changed: What|Removed |Added Summary|No shadows on GTK menus.|No shadows on GTK menus Ever confirmed|0 |1 Status|REPORTED|CONFIRMED CC||n...@kde.org -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus.
https://bugs.kde.org/show_bug.cgi?id=416497 Chris Holland changed: What|Removed |Added CC||zrenf...@gmail.com --- Comment #2 from Chris Holland --- For reference, this is the PR for Gtk shadows. It added support for the _GTK_FRAME_EXTENTS window property. https://phabricator.kde.org/D24660 * Running `xprop`, then clicking Firefox with the default KWin titlebar, it *properly* does not have the _GTK_FRAME_EXTENTS property. * After entering Customize in Firefox, and unchecking "title bar" to enable CSD, the property exists: _GTK_FRAME_EXTENTS(CARDINAL) = 26, 26, 23, 29 I couldn't easily figure out the contextmenu properties using xprop though, since a context menu grabs the mouse. So I used `watch -n0.5 -- xwininfo -root -tree` and opened and closed the firefox contextmenu. Parent window id: 0x0 (none) 69 children: 0x3200035 "Firefox"": ("Firefox" "Firefox") 201x234+59+270 +59+270 1 child: 0x3200036 (has no name): () 1x1+-1+-1 +58+269 ... I noticed the window id remained even when the contextmenu was closed. So I ran: watch -- xprop -id 0x3200035 I did not see any _GTK_FRAME_EXTENTS property. WM_TRANSIENT_FOR(WINDOW): window id # 0x32022c4 WM_HINTS(WM_HINTS): Client accepts input or input focus: True Initial state is Normal State. window id # of group leader: 0x321 WM_WINDOW_ROLE(STRING) = "Popup" XdndAware(ATOM) = BITMAP _NET_WM_OPAQUE_REGION(CARDINAL) = _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_POPUP_MENU ... I also tested Gnome Chess, and noticed it's app icon menu did have: _GTK_FRAME_EXTENTS(CARDINAL) = 6, 6, 5, 7 _NET_WM_WINDOW_TYPE(ATOM) = _NET_WM_WINDOW_TYPE_POPUP_MENU -- You are receiving this mail because: You are watching all bug changes.
[Breeze] [Bug 416497] No shadows on GTK menus.
https://bugs.kde.org/show_bug.cgi?id=416497 --- Comment #1 from David Rubio --- Created attachment 125264 --> https://bugs.kde.org/attachment.cgi?id=125264&action=edit How it looks in MATE. This is how it should look. -- You are receiving this mail because: You are watching all bug changes.