Flickering window decoration after login

Bug #1770492 reported by UserPC2021

This bug report was converted into a question: question #677988: Flickering window decoration after login.

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
LightDM Webkit Greeter
Invalid
Undecided
Unassigned

Bug Description

This patch solves the problem:

--- a/src/lightdm-webkit-greeter.c
+++ b/src/lightdm-webkit-greeter.c
@@ -1013,6 +1013,7 @@
   theme = g_key_file_get_string (keyfile, "greeter", "webkit-theme", NULL);

   window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
+ gtk_window_set_decorated (window, FALSE);
   screen = gtk_window_get_screen (GTK_WINDOW (window));
   gdk_screen_get_monitor_geometry (screen, gdk_screen_get_primary_monitor (screen), &geometry);
   gtk_window_set_default_size (GTK_WINDOW (window), geometry.width, geometry.height);

Revision history for this message
UserPC2021 (unknown-again) wrote :
summary: - Window decoration flicker after login
+ Flickering window decoration after login
Revision history for this message
test api (test-api) wrote :

question ?

Changed in lightdm-webkit-greeter:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Remote bug watches

Bug watches keep track of this bug in other bug trackers.