Why does the breeze theme have 50 dependencies?

D.J@lemm.ee to Linux@lemmy.ml – 42 points –

(This is a half-rant half actual question)

I wanted a nice qt theme to use on Scribus since Arc Dark doesn't work on there. When I tried to install it, pacman said this will install 50 packages. 300 Mb in total.

Why does a theme need packages such as Kauth and Kwallet?

33

When you're not telling us which package you're trying to install in which packaging system, the only meaningful answer is: you're trying to install the wrong package.

Sorry. I'm using pacman (default in Arch Linux) and I'm trying to install the breeze qt theme package, breeze.

I'd check that you're actually installing the most appropriate package. For instance on Ubuntu there's kid3 which is a MP3 tag application that will pull in the entire k desktop environment. Or you can install kid3-qt which packages its own version of those dependencies and doesn't pull an entire desktop environment in if you're using a non-kde environment.

Ubuntu is really bad with this. Installing npm pulls adwaita icon theme, xorg and half the gnome desktop for some reason.

kid3 which is a MP3 tag application that will pull in the entire k desktop environment.

Mental illness. And it seems breeze is the only package which offers the QT theme.

it's one of those packages that are only put in the repo with the intent on being itself a dependency of the full kde desktop, since it's a component of the deskop and not just a random theme

Exactly. Even on Gentoo, which is parsimonious about dependencies, installing breeze pulls in a good chunk of KDE (although you can get just the icons as a separate package). I imagine it includes window decorations and such which need to be compiled against some of the KDE base code, and that's pulling in everything else.

I'd suggest qt5ct if you're trying to set up theming for a few QT5 programs on a non-QT5 desktop. It provides a basic GUI for changing colours/fonts/styles/icons rather than a prepackaged theme that may contain more than you want.

Breeze is artwork, styles and assets for the Plasma desktop. I have seen this happen with other distributions as well. I couldn't tell you why it needs all of those extra bits and pieces.

As far as I know the breeze theme is only designed for Plasma, as it depends on some Plasma components to do it correctly.