Accepting request 426846 from home:zhangxiaofei:branches:GNOME:Factory
- Update accountsservice-sysconfig.patch: Flush the buffer before shut down the GIOChannel, otherwise we get a truncated setting file. The problem has caused the switching autologin in gnome-control-center breaking /etc/sysconfig/displaymanager (bsc#998107). OBS-URL: https://build.opensuse.org/request/show/426846 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/accountsservice?expand=0&rev=93
This commit is contained in:
parent
c1d1dc640a
commit
fb781c176e
@ -231,7 +231,7 @@ Index: accountsservice-0.6.37/src/gdm-sysconfig.c
|
||||
+
|
||||
+out:
|
||||
+ if (channel) {
|
||||
+ g_io_channel_shutdown (channel, FALSE, NULL);
|
||||
+ g_io_channel_shutdown (channel, TRUE, NULL);
|
||||
+ g_io_channel_unref (channel);
|
||||
+ }
|
||||
+
|
||||
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 11 14:12:01 UTC 2016 - fezhang@suse.com
|
||||
|
||||
- Update accountsservice-sysconfig.patch:
|
||||
Flush the buffer before shut down the GIOChannel, otherwise we
|
||||
get a truncated setting file. The problem has caused the
|
||||
switching autologin in gnome-control-center breaking
|
||||
/etc/sysconfig/displaymanager (bsc#998107).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 24 08:14:06 UTC 2016 - fezhang@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user