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 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