Xfce 4.12 + KWin5

Xfce 4.12 + KWin5

我安装了 Xubuntu 15.04 和 Xfce 4.12。

我想使用 KWin 作为窗口管理器。

使用以前版本的 Xfce 和 KWin 用 kwin 替换 xfwm 非常简单,但现在 Xfce 和 Kwin 似乎都发生了很大变化,旧的说明(例如参见:这里) 不再有效。

补充笔记

  1. 在KWin5中,该程序kwin已被kwin_x11和取代kwin_wayland

  2. 如果我参选kwin_x11 --replace,就不会获得任何勋章。

  3. 如果我尝试安装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.
    

相关内容