From 8adb1f62c5d9377b3bd3722098edce67e73ad2c0 Mon Sep 17 00:00:00 2001 From: dongrui Date: Thu, 24 Dec 2020 15:22:35 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=97=B6=E9=97=B4=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 重启后,dde-dock进程已经起来,但是com.deepin.daemon.Timedate服务还没有起来,所以dock读取不到正确的值,按照0来设置的日期格式。 在datetime.json中加入"depends-daemon-dbus-service"字段控制插件的载入 Log: 解决时间日期格式与后端设置不匹配的问题 Bug: https://pms.uniontech.com/zentao/bug-view-58940.html Change-Id: I23f0afbb76aa6503ba2adcbb024842ead8bce004 --- plugins/datetime/datetime.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/datetime/datetime.json b/plugins/datetime/datetime.json index c08700b90..0404bcb19 100644 --- a/plugins/datetime/datetime.json +++ b/plugins/datetime/datetime.json @@ -1,3 +1,4 @@ { - "api": "1.2.3" + "api": "1.2.3", + "depends-daemon-dbus-service": "com.deepin.daemon.Timedate" }