4
4
=== modified file 'liblightdm-gobject/user.c'
5
5
Index: lightdm/liblightdm-gobject/user.c
6
6
===================================================================
12
priv->session = g_key_file_get_string (priv->dmrc_file, "Desktop", "Session", NULL);
14
13
+ if (g_strcmp0 (priv->session, "ubuntu-2d") == 0)
17
16
+ priv->session = g_strdup ("ubuntu");