1 Star 0 Fork 0

GXDE OS/deepin-desktop-base

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
gxde-config-after-desktop 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
#!/bin/bash
cd /tmp
debianVersion=`cat /etc/debian_version`
if [[ $debianVersion==12.* ]]; then
cd /tmp
killall dde-dock dde-osd -9
nohup dde-dock &
fi
## Kwin Blur效果会爆炸,所以需要让这两个家伙重新启动下
nohup dde-launcher &
## 预加载dlauncher加速启动
# 加载 VNC(如果开启的话)
if [[ -f ~/.config/GXDE/gxde-x11vnc ]]; then
if [[ -f ~/.vnc/passwd ]]; then
nohup x11vnc --forever -rfbauth ~/.vnc/passwd &
else
nohup x11vnc --forever & # 免密
fi
fi
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/GXDE-OS/deepin-desktop-base.git
git@gitee.com:GXDE-OS/deepin-desktop-base.git
GXDE-OS
deepin-desktop-base
deepin-desktop-base
master

搜索帮助