To view parent comment, click here.
To read all comments associated with this story, please click here.
Because I don't know where else to get it from since:
1. the kde-look.org version is pretty old ( 0.2.4 );
2. I don't have something like "KDE Get New Stuff" for Styles in my panel ( but I do have one for: Colors, Icons, Emoticons, Mouse, Plasma Themes, Decorations, Splash, etc ) and this is Debian Sid 64bit BTW;
3. the git build should always work, right?
Wrong, the git build does not work by default:
1. PREFIX is by default /usr/local and KDE does not look there for styles;
2. style files are installed in PREFIX/share/apps instead of PREFIX/share/kde4/apps;
3. latest branch named five does not build ( /skulpture.h:25:34: fatal error: QtWidgets/QCommonStyle: No such file or directory ) and I do have libqt-dev; anyway master branch is ok.
You can easily add any additional prefix to $KDEDIRS.
By default that is unset but of course OSV or admins could have chosen to set it to a list of paths already.
2. style files are installed in PREFIX/share/apps instead of PREFIX/share/kde4/apps;
I am not sure it has to be kde4/apps for all prefixes, I think this is just the path chosen for prefix /usr and maybe not even on all distros.
kde4-config --path data
shows share/apps as the path for the local prefix here.
3. latest branch named five does not build ( /skulpture.h:25:34: fatal error: QtWidgets/QCommonStyle: No such file or directory ) and I do have libqt-dev; anyway master branch is ok.
Is that libqt-dev Qt4 or Qt5? The latter being needed to compile Qt5 code (branch is called "five", QtWidgets is a module in Qt5).






Member since:
2005-06-29
Why would you compile the git version if you can just install the latest one straight up? I don't get it.