mirror of
https://github.com/superconvert/smart-os.git
synced 2024-11-22 18:20:30 +08:00
Update xfce4.md
This commit is contained in:
parent
5330c766a9
commit
db0dfebf71
3
xfce4.md
3
xfce4.md
@ -205,8 +205,7 @@ xfwm4-Message: 02:00:03.303: To replace the current window manager, try "--repla
|
||||
5. xrdp-sesman 会根据 sesman.ini 调用 /etc/xrdp/startwm.sh,这个脚本最终会调用 /etc/X11/Xsession 这个脚本, Xsession 这个脚本大有文章
|
||||
```shell
|
||||
SYSSESSIONDIR=/etc/X11/Xsession.d
|
||||
USERXSESSION=$HOME/.xsession ---> 看到没有这就是我们经常看到的
|
||||
echo "xfce4-session" > ~/.xsession 的原因,设置 Xsession 的环境变量
|
||||
USERXSESSION=$HOME/.xsession ---> 看到没有这就是我们经常看到的很多文章推荐的 echo "xfce4-session" > ~/.xsession 的原因,设置 Xsession 的环境变量
|
||||
...
|
||||
SESSIONFILES=$(run-parts --list $SYSSESSIONDIR) ---> 最终会执行 /etc/X11/Xsession.d 下的脚本,我们所有的窗口会话实现,应该放到这个里面
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user