Przeglądaj źródła

#IQRV #comment 脚本提示优化

80374374 1 rok temu
rodzic
commit
e0b4337b95
1 zmienionych plików z 2 dodań i 0 usunięć
  1. 2 0
      addin/packaging/UOS/install.sh

+ 2 - 0
addin/packaging/UOS/install.sh

@@ -200,6 +200,7 @@ if [ $installType -eq 4 ]; then
     fi
     rm /home/$rvc_user/Desktop/spexplorerauto.desktop > /dev/null 2>&1
 
+    echo [INFO]恢复桌面组件应用程序的执行权限
     sudo chmod +x /usr/bin/dde-desktop
     sudo chmod +x /usr/bin/dde-dock
 
@@ -351,6 +352,7 @@ if [ $res -eq 0 ]; then
 	cp ${rvc_pkg_rvc}/Resources/spexplorerauto.desktop /home/$rvc_user/Desktop
 
     if [ $installType -eq 1 ]; then
+        echo [INFO]去除桌面组件应用程序的执行权限,实现开机黑屏
         sudo chmod -x /usr/bin/dde-desktop
         sudo chmod -x /usr/bin/dde-dock
     fi