我安装了 Xubuntu 15.04 和 Xfce 4.12。
我想使用 KWin 作为窗口管理器。
使用以前版本的 Xfce 和 KWin 用 kwin 替换 xfwm 非常简单,但现在 Xfce 和 Kwin 似乎都发生了很大变化,旧的说明(例如参见:这里) 不再有效。
补充笔记:
在KWin5中,该程序
kwin
已被kwin_x11
和取代kwin_wayland
。如果我参选
kwin_x11 --replace
,就不会获得任何勋章。如果我尝试安装
kwin-style-qtcurve
(如所示这里对于较旧的 Xfce),我遇到了依赖问题libkdecorations4abi2
:$ sudo env LANG=en_US apt-get install kwin-style-qtcurve ... Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies: kwin-style-qtcurve : Depends: libkdecorations4abi2 (>= 4:4.11.1) but it is not installable Recommends: kde-style-qtcurve but it is not going to be installed E: Unable to correct problems, you have held broken packages.