-
下载 obs-npreining.asc 拷贝到
/etc/apt/trusted.gpg.d/obs-npreining.asc
-
增加源
/etc/apt/sources.list.d/obs-npreining-kde.list
:deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other- deps/DISTRIBUTION/ ./ deb https://download.opensuse.org/repositories/home:/npreining:/debian- kde:/frameworks/DISTRIBUTION/ ./ deb https://download.opensuse.org/repositories/home:/npreining:/debian- kde:/plasma524/DISTRIBUTION/ ./ deb https://download.opensuse.org/repositories/home:/npreining:/debian- kde:/apps2112/DISTRIBUTION/ ./ deb https://download.opensuse.org/repositories/home:/npreining:/debian-kde:/other/DISTRIBUTION/ ./
将
DISTRIBUTION
替代为debian_11
-
安装
sudo apt update sudo apt upgrade sudo apt dist-upgrade
这个方法在我这里就不好用。主要是因为我这里网络不佳,上不去这些网址。所以直接Debian sid了,里面就是5.24.2桌面环境。
确实需要用下代理。
你说的那个窗口切换器应该在kwin-addons
这个软件包里面。
看来我没注意。谢谢谢谢~~~我纠正我前面说的话。
在 debian 11 它应该是安装完桌面就有的(不知道在哪个软件包里面),现在已经移到了kwin-addons
里了。
在 Debian 11 发行时,Flip Switch effect
仍然是kwin
的一部分,包括在kwin-common
软件包中。在安装 KDE 桌面时,该软件包会被作为依赖项而拉入,因此在安装桌面后它就是可用的。
2021 年 6 月,上游决定删除一些过时的和难以维护的效果:
Relevant kwin mailing list discussion: About some old and hard to maintain effects
With the ongoing scene redesign, these effect need to be rewritten. However, given that they are not used widely based on support information from various bug reports, their huge code size and our available man power being sparse, the most reasonable thing is to drop them (for now), unfortunately.
With !1062 (merged), it should be possible to re-write these effects using QML (+ maybe EffectQuickView). It would be cool to see effects such as Desktop Cube re-implemented using QtQuick 3D. However, kdeplasma-addons would be a better place for them as the maintenance burden will be distributed more evenly that way.
cc #30
因此,Flip Switch effect
被从kwin
中删除。
其后,Flip Switch effect
被移动到了kdeplasma-addons
仓库,并使用 QML 进行了重写:
Flip Switch effect
在 Debian 中的提供者由kwin-common
软件包变为kwin-addons
软件包就是由于上游的这一变化导致的。
原来是这样啊。难怪了。谢谢