lightdm-gtk-greeter-team team mailing list archive
-
lightdm-gtk-greeter-team team
-
Mailing list archive
-
Message #00922
Re: [Question #267567]: Flashing background
Question #267567 on LightDM GTK+ Greeter changed:
https://answers.launchpad.net/lightdm-gtk-greeter/+question/267567
Status: Expired => Open
Vladimir is still having a problem:
Andrew,
Thanks for your answer. I took a look at the code and, as I understood,
the lightdm gtk greeter setting background to the one specified in the
gtk theme and then sets background color or picture as specified in the
greeter config file. I just copied the gtk3 theme used by the greeter
and changed background color to transparent. So the following workaround
fixed the problem for me (no blinking color anymore):
--- /usr/share/themes/Greybird/gtk-3.0/gtk-widgets.css 2015-03-15
08:50:12.000000000 +0100
+++ gtk-widgets.css 2015-05-30 16:15:51.000000000 +0200
@@ -57,7 +57,7 @@
* base states *
***************/
.background {
- background-color: @theme_bg_color;
+ background-color: transparent;;
color: @theme_fg_color;
}
Regards,
Vlad.
On 15/06/15 12:06, Andrew P. wrote:
> Your question #267567 on LightDM GTK+ Greeter changed:
> https://answers.launchpad.net/lightdm-gtk-greeter/+question/267567
>
> Andrew P. posted a new comment:
> Sorry, I just forgot about your question.
> This is known problem. It can be caused by different reasons. I'm planning to slightly improve background drawing in next release, so maybe some of these reasons would go away.
> Sometimes switching video driver can help.
>
--
You received this question notification because you are a member of
LightDM Gtk+ Greeter Development Team, which is an answer contact for
LightDM GTK+ Greeter.