Linked by Thom Holwerda on Tue 1st Jan 2013 18:19 UTC
Thread beginning with comment 546819
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[3]: Comment by Licaon_Kter
by Thom_Holwerda on Wed 2nd Jan 2013 10:31
in reply to "RE[2]: Comment by Licaon_Kter"
RE[4]: Comment by Licaon_Kter
by Licaon_Kter on Wed 2nd Jan 2013 10:55
in reply to "RE[3]: Comment by Licaon_Kter"
0.2.4 is from 29 Dec 2010 and there are 2 dozen fixes added in the mean time. The kde-look.org page does not have any Debian packages available anyway ( try to download them I dare you
).
This said all my other points stand since I need to build it from source anyway.
And I'll add 2 more since I started KDE4 just to test this:
1. (using Atelier ) the button style is not applied to the KDE StartMenu nor to the Systray menu, although strangely it's applied to the task list applet.
2. I found that the "KDE 2" window decoration fits the style better than the default Skulpture one.
Edited 2013-01-02 10:57 UTC
RE[3]: Comment by Licaon_Kter
by anda_skoa on Wed 2nd Jan 2013 11:10
in reply to "RE[2]: Comment by Licaon_Kter"
1. PREFIX is by default /usr/local and KDE does not look there for styles;
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).
RE[3]: Comment by Licaon_Kter
by pepo on Wed 2nd Jan 2013 16:47
in reply to "RE[2]: Comment by Licaon_Kter"
RE[4]: Comment by Licaon_Kter
by Licaon_Kter on Thu 3rd Jan 2013 03:27
in reply to "RE[3]: Comment by Licaon_Kter"




.
Member since:
2010-03-19
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.