Accepting request 570860 from home:yfjiang:branches:GNOME:Factory
- Update gdm-disable-wayland-on-unsupported-chipsets.patch: exam filename argument in gdm_settings_desktop_backend_new instead of examing GDM_RUNTIME_CONF (bsc#1078030). OBS-URL: https://build.opensuse.org/request/show/570860 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gdm?expand=0&rev=374
This commit is contained in:
parent
0b431a608a
commit
5ddd81f1fe
@ -168,7 +168,7 @@ Index: b/common/gdm-settings-desktop-backend.c
|
|||||||
GObject *object;
|
GObject *object;
|
||||||
|
|
||||||
- object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
|
- object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND, NULL);
|
||||||
+ if (!g_file_test (GDM_RUNTIME_CONF, G_FILE_TEST_IS_REGULAR))
|
+ if (!g_file_test (filename, G_FILE_TEST_IS_REGULAR))
|
||||||
+ return NULL;
|
+ return NULL;
|
||||||
|
|
||||||
+ object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,
|
+ object = g_object_new (GDM_TYPE_SETTINGS_DESKTOP_BACKEND,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 07:48:01 UTC 2018 - yfjiang@suse.com
|
||||||
|
|
||||||
|
- Update gdm-disable-wayland-on-unsupported-chipsets.patch: exam
|
||||||
|
filename argument in gdm_settings_desktop_backend_new instead of
|
||||||
|
examing GDM_RUNTIME_CONF (bsc#1078030).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 19 10:27:26 UTC 2018 - fezhang@suse.com
|
Fri Jan 19 10:27:26 UTC 2018 - fezhang@suse.com
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user