修复直接安装界面问题

This commit is contained in:
tangzhicheng 2022-07-15 14:06:49 +08:00
parent 8d765ec138
commit d26f8b252a
2 changed files with 12 additions and 0 deletions

View File

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

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
kylin-os-installer (0.2.1-0k2) yangtze; urgency=medium
* 修改直接安装界面问题
-- tangzhicheng <tangzhicheng@kylinos.cn> Fri, 15 Jul 2022 13:48:03 +0800
kylin-os-installer (0.2.1-0k1) yangtze; urgency=medium
* 修改对sources.list的改动