Opened 9 years ago
Last modified 9 years ago
#48656 closed defect
Weird double shadow on GTK3 — at Version 2
Reported by: | m.rick@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.3 |
Keywords: | Cc: | cal@…, devans@…, landonf@… | |
Port: | gtk3 |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
With GTK3 applications, there are artefacts around the menus. There are double shadows.
It is not a MacPorts related issue because it has been reported in Linux as well. https://github.com/chjj/compton/issues/189
But it happens in at least 2 ports in MacPorts, Gnumeric and Glom, with the default theme or any other. And the problem, it makes it more difficult to use the menus especially with the contextual menus.
They give a working solution
shadow-exclude = [ "_GTK_FRAME_EXTENTS@:c" ];
But i don't know where to place it, I tried in settings.ini and the gtk.css main script inside the theme itself and none is working.
I put screen shots from Glom and Gnumeric.
Change History (6)
Changed 9 years ago by m.rick@…
Attachment: | Capture d’écran 2015-08-21 à 02.36.05.png added |
---|
Changed 9 years ago by m.rick@…
Attachment: | Capture d’écran 2015-08-21 à 11.00.47.png added |
---|
Gnumeric
Changed 9 years ago by m.rick@…
Attachment: | Capture d’écran 2015-08-21 à 11.00.57.png added |
---|
Gnumeric
Changed 9 years ago by m.rick@…
Attachment: | Capture d’écran 2015-08-21 à 11.01.05.png added |
---|
comment:1 Changed 9 years ago by m.rick@…
I have found a workaround
It is needed to add
.window-frame:backdrop { box-shadow: none; margin: 0;} .window-frame:backdrop, .window-frame, .window-frame.tiled, .window-frame.popup{ box-shadow:none;} .window-frame.tooltip.csd, .window-frame.popup.csd, .window-frame.popup { border-radius:0px; box-shadow: none; margin: 0px;}
at the end of the gtk.ccs file.
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | cal@… devans@… landonf@… added |
---|---|
Description: | modified (diff) |
Keywords: | GTK3 removed |
Glom menu