Flickering window decoration after login

Asked by UserPC2021

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);

Question information

Language:
English Edit question
Status:
Expired
For:
LightDM Webkit Greeter Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:

This question was originally filed as bug #1770492.

Revision history for this message
test api (test-api) said :
#1

question ?

Revision history for this message
UserPC2021 (unknown-again) said :
#2

No question. This is statement of fact.

Revision history for this message
Launchpad Janitor (janitor) said :
#3

This question was expired because it remained in the 'Open' state without activity for the last 15 days.