修复直接安装界面问题
This commit is contained in:
parent
8d765ec138
commit
d26f8b252a
|
@ -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
|
||||
|
|
|
@ -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的改动
|
||||
|
|
Loading…
Reference in New Issue