diff --git a/data/start-kylin-os-installer b/data/start-kylin-os-installer index 6f76857..0a7772c 100755 --- a/data/start-kylin-os-installer +++ b/data/start-kylin-os-installer @@ -12,6 +12,9 @@ if ! grep -q live /proc/cmdline; then if [[ -e /etc/xdg/autostart/ukui-kwin.desktop ]]; then mv /etc/xdg/autostart/ukui-kwin.desktop / fi + if [[ -e /etc/xdg/autostart/kwin.desktop ]]; then + mv /etc/xdg/autostart/kwin.desktop / + fi rm -rf /etc/xdg/autostart mkdir -p /etc/xdg/autostart @@ -19,6 +22,9 @@ if ! grep -q live /proc/cmdline; then if [[ -e /ukui-kwin.desktop ]]; then mv /ukui-kwin.desktop /etc/xdg/autostart/ fi + if [[ -e /kwin.desktop ]]; then + mv /kwin.desktop /etc/xdg/autostart/ + fi cp /usr/share/applications/kylin-os-installer.desktop /etc/xdg/autostart rm -f /usr/bin/peony-qt-desktop || true diff --git a/debian/changelog b/debian/changelog index 07e83e7..d6e941c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +kylin-os-installer (0.2.1-0k2) yangtze; urgency=medium + + * 修改直接安装界面问题 + + -- tangzhicheng Fri, 15 Jul 2022 13:48:03 +0800 + kylin-os-installer (0.2.1-0k1) yangtze; urgency=medium * 修改对sources.list的改动