Breeze 主题是 Kubuntu 20.04.2 上安装的标准主题。为什么我的系统中安装了该主题的 flatpak 版本?
我想尽量少用 flatpak。有没有.deb
可以替代 flatpak 的 Breeze 主题版本?
我没用过,但不幸的是,它似乎深深地融入了系统。因此,卸载它似乎是不明智的。
patrick@Lappy:~$ flatpak list --show-details --app --runtime
Name Description Application ID Version Branch Arch Origin Installation Ref Active commit Latest commit Installed size Options
Freedes… Shared libraries …desktop.Platform 21.08.13 21.08 x86_64 flathub system org.freedesktop.Platform/x86_64/21.08 aded519497b3 - 562,7 MB system,…
Mesa Mesa - The 3D G… …tform.GL.default 21.3.8 21.08 x86_64 flathub system org.freedesktop.Platform.GL.default/x86_64/21.08 ebb00f0466df - 387,5 MB system,…
Intel …form.VAAPI.Intel 21.08 x86_64 flathub system org.freedesktop.Platform.VAAPI.Intel/x86_64/21.08 a9b80c202edb - 46,4 MB system,…
ffmpeg-… …form.ffmpeg-full 21.08 x86_64 flathub system org.freedesktop.Platform.ffmpeg-full/x86_64/21.08 6994ee218e7e - 10,8 MB system,…
openh264 OpenH264 Video … …latform.openh264 2.1.0 2.0 x86_64 flathub system org.freedesktop.Platform.openh264/x86_64/2.0 73f998362a6f - 778,2 kB system,…
GNOME A… Shared librarie… …g.gnome.Platform 42 x86_64 flathub system org.gnome.Platform/x86_64/42 d240597586ac - 754,7 MB system,…
Breeze … Breeze GTK them… …Gtk3theme.Breeze 3.22 x86_64 flathub system org.gtk.Gtk3theme.Breeze/x86_64/3.22 60cb5ba476b4 - 404,0 kB system,…
Inkscape Vector tekenpak… …nkscape.Inkscape 1.1.2 stable x86_64 flathub system org.inkscape.Inkscape/x86_64/stable d854e2e539a5 - 267,8 MB system,…
Firefox Fast, Private &… ….mozilla.firefox 100.0 stable x86_64 flathub system org.mozilla.firefox/x86_64/stable 37589d23e6a3 - 241,5 MB system,…
我确实使用“发现”安装了一些 KDE 应用程序。不记得它们是否使用 flatpak。我还安装了 Firefox Flatpak(因为标准 Canonical FF 存在一些问题(请参阅Ubuntu 的 Firefox Webbrowser 错误)。
我还通过“发现”安装了 Inkscape。当我列出 flatpaks 时,Breeze 主题被列出。
我跑:
Operating System: Kubuntu 20.04
KDE Plasma Version: 5.18.8
KDE Frameworks Version: 5.68.0
Qt Version: 5.12.8
Kernel Version: 5.13.0-41-generic
OS Type: 64-bit
Processors: 8 × Intel® Core™ i7-10510U CPU @ 1.80GHz
Memory: 15,3 GiB
答案1
您必须通过 flatpak 安装了一些 KDE 应用程序,并且它们将 breeze 主题作为依赖项。
如果您已经删除了那些 KDE flatpak 应用程序,但 breeze 主题仍然存在,您可以使用 删除它们flatpak remove --unused
。