From 80ee000074d1c34fe44f499511d1c32862e1330d Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 22 Apr 2024 10:28:13 +0800 Subject: [PATCH 1/2] fix: dde-introduction icon and menu not right adapt to AM Issue: https://github.com/linuxdeepin/developer-center/issues/8101 --- dde-first-run | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dde-first-run b/dde-first-run index 04cf4c5..35f7beb 100755 --- a/dde-first-run +++ b/dde-first-run @@ -30,7 +30,10 @@ if __name__ == "__main__": desktop_path = queryXDGDesktopDir() if path.exists("/usr/bin/dde-introduction"): - subprocess.Popen("/usr/bin/dde-introduction") + if path.exists("/usr/bin/dde-am"): + subprocess.Popen(["/usr/bin/dde-am", "dde-introduction"]) + else: + subprocess.Popen("dde-introduction") # create symlink for introduction video # fix introduction to demo.mp4,different mirror interfaces are consistent,but the content is different From d05ba5f966488a51d3850443eebb9274525ad6a3 Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 22 Apr 2024 10:45:44 +0800 Subject: [PATCH 2/2] chore: bump version to 2024.04.22 release 2024.04.22 Log: bump version to 2024.04.22 --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 2fa6637..515ff00 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +deepin-default-settings (2024.04.22) unstable; urgency=medium + + * Fix #8101 + + -- Mike Chen Mon, 22 Apr 2024 10:43:17 +0800 + deepin-default-settings (2024.04.08) unstable; urgency=medium * Change sysctl config priority