我刚刚安装了Lubuntu 20.04。我看到这个
$ sudo update-alternatives --config x-session-manager
There are 2 choices for the alternative x-session-manager (providing /usr/bin/x-session-manager).
Selection Path Priority Status
------------------------------------------------------------
* 0 /usr/bin/startlxqt 50 auto mode
1 /usr/bin/openbox-session 40 manual mode
2 /usr/bin/startlxqt 50 manual mode
Press to keep the current choice[*], or type selection number:
$ wmctrl -m
Name: Openbox
Class:
PID: N/A
Window manager's "showing the desktop" mode: OFFIs: update-alternatives 显示 startlxqt可能使用的是什么, wmctrl 返回 Openbox**?** Is表示任何配置问题? How可以解释吗?
没有人:对,openbox是窗口管理器,LXQt是会话管理器。让我困惑的可能是,我不知道openbox有一个会话管理器。
$ sudo update-alternatives --display x-window-manager
x-window-manager - auto mode
link best version is /usr/bin/openbox
link currently points to /usr/bin/openbox
link x-window-manager is /usr/bin/x-window-manager
slave x-window-manager.1.gz is /usr/share/man/man1/x-window-manager.1.gz
/usr/bin/openbox - priority 90
slave x-window-manager.1.gz: /usr/share/man/man1/openbox.1.gz发布于 2021-11-09 02:41:18
LXQt是一个桌面;它的设计与WM无关(不像一些专为特定的DEs设计的DEs),但希望它具有完整的功能。
Lubuntu为此使用了openbox,但并不是所有的人都这么做。Debian使用xfwm4与LXQt安装一起执行该角色)。
您可以切换到另一个如果您想(见手册- https://manual.lubuntu.me/lts/3/3.2/3.2.13/session_settings.html),虽然一些键盘快捷键,Lubuntu补充要求openbox,因此,如果更换这些将停止工作。
I没有看到任何矛盾(S)。如果您愿意,Openbox可以单独使用,或者LXQt可以与另一个WM和而不是 Openbox一起使用。
当然,wmctrl正在研究WM组件,它是用于Lubuntu的openbox,因为它不是桌面支持的特性。
您的问题是比较/期望一个桌面连接到特定的WM (GNOME与嘟嘟,肉桂与松饼等)和LXQt,这是模块化的,允许最终用户配置它供其他组件使用,当用户决定(Lubuntu只是使用openbox)。
FYI:一些LXQt开发人员也不喜欢openbox;所以如果他们决定不再是不可知论者&将LXQt链接到WM,我怀疑这将是openbox__。
https://askubuntu.com/questions/1373336
复制相似问题