cairo-dock-team team mailing list archive
-
cairo-dock-team team
-
Mailing list archive
-
Message #06708
[Bug 1407880] Re: Ugly, non-removable shadow around menus and dialog boxe
Fix should be in menu.css file added to ~/.config/cairo-
dock/current_theme
.window-frame {
border-radius: 7px;
border-width: 0px;
margin: 10px;
box-shadow: 0 0px 0px 0px alpha(black, 0.0);
}
Removing shadows from GtkWindow ( .window.frame ) in GTK theme makes borders of
client side decorated programs invisible on white backgrounds, thus all GTK 3 themes
must use these shadows. Remove them from cairo-dock with the above file
This menu.css file should probably be included by default in cairo-dock, because this shadow
bug is NOT likely to be fixed in GTK3 by GNOME. Using this file removes the shadows from around
cairo-dock dialogs and menus while allowing them to be kept for all other GTK windows
--
You received this bug notification because you are a member of Cairo-
Dock Devs, which is subscribed to Cairo-Dock Core.
https://bugs.launchpad.net/bugs/1407880
Title:
Ugly, non-removable shadow around menus and dialog boxe
Status in Cairo-Dock : Core:
New
Bug description:
On Cairo-dock 3.4.0 under Ubuntu Vivid, I've noticed ugly shadows
around the true window borders of the menu and most dialog boxes. The
"calender and tasks" popup from the clock and the 3ed party calender
applet do not have this problem, their bubbles look truly separate
from the dock the way menus and dialogs do in gnome-shell or in
Cinnamon. The rest have an ugly dark shadow at the edge of the window
creating the impression of ugly, poorly done pseudo-transparency.
This shadow appears in Compiz, in Marco (compositing enabled), and in
Metacity(compositing enabled). Disabling window decoration outright
in Compiz removes similar shadows from all windows except the cairo-
dock popups. I cannot remove this by any configuration option in
cairo-dock, nor in any window manager it seems.
Shutting down compiz and running with NO window manager may have
revealed the reason the calender is different: when rendered with no
window manager and no compositing, all the other popup dialogs are
rendered in black boxes just as the dock is without compositing. The
calender, however, renders in a window that at first is black, then
appears truly transparent (probably good pseudotransparency) and
reveals the calender looking much as it does in a compositing window
manager.
I am running cairo-dock rendered over a MATE panel for the menu and
tray applets. The goal is a look and feel much like Cinnamon with the
better performance of MATE. CPU use is much less and all animation
much smoother, but those ugly shadows need to go.
To manage notifications about this bug go to:
https://bugs.launchpad.net/cairo-dock-core/+bug/1407880/+subscriptions
References