


Various Plasma Theming by skulptor 131 comments

Various Plasma Theming by skulptor 131 comments

Various KDE 1.-4. Improvements by skulptor 22 comments

Various KDE 1.-4. Improvements by skulptor 22 comments
Try this:
git clone git://anongit.kde.org/scratch/cfeck/containmentaction-favorites.git
cd containmentaction-favorites
mkdir build
cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` ..
make
sudo make install/fast
Then restart session. - Aug 31 2015

Various Plasma Theming by skulptor 131 comments
deKorator requires a working kwin. The reason for your error message is that you are using an old package. Use a package of deKorator that is explicitely compiled for your distribution version, or compile it yourself. - Sep 10 2014
To build, cd into src, run qmake-qt5, make, then copy the libskulpture.so into QT5_DIR/plugins/styles.
(and sorry for the late reply) - Sep 07 2014

Various Plasma Theming by skulptor 131 comments
If you cannot find someone willing to maintain the Debian package, why not start looking how you could do it? You are born to learn. - Sep 23 2013

System Software by Coster 13 comments

Various KDE 1.-4. Improvements by skulptor 22 comments
v0.1 tag - Jul 31 2013

Various KDE 1.-4. Improvements by skulptor 22 comments
Use cmake -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix` - Feb 28 2013
As for updates in deKorator and Smaragd, I am waiting until the API changes coming for future KDE versions have settled, so that I can implement shadows etc. correctly.
It was also hinted that deKorator is going to be rewritten in QML by the KWin team, so that any efforts on the C++ code would be wasted.
(And yeah, I know that instead of waiting, I should actually help contributing those changes, but my priorities are elsewhere, sorry.) - Mar 01 2012

Various KDE 1.-4. Improvements by skulptor 22 comments

Various Plasma Theming by skulptor 131 comments
The git master of the Skulpture repository has hardcoded shadows that are shifted, but it is easier here, because the Skulpture window decoration is not transparent. - Dec 15 2011

Various Plasma Theming by skulptor 131 comments
To change the cursor position, use QTextEdit::setTextCursor(). You can pass your own cursor positions, or the position returned from textCursor(). - Sep 10 2011

Various Plasma Theming by skulptor 131 comments

Various Plasma Theming by skulptor 131 comments
It is possible that "FindCairo.cmake" is intended to work without the .pc file, but neither did I write it, nor is my cmake voodoo good enough to fix it. You might ask someone who knows cmake better. Sorry.
If you have a patch for "FindCairo.cmake", please add it or send it to its author. - May 07 2011

Various Plasma Theming by skulptor 131 comments
If this does not help, please pastebin the cairo.pc file. - May 07 2011

Various Plasma Theming by skulptor 131 comments

Various Plasma Theming by skulptor 131 comments

Various Plasma Theming by skulptor 131 comments
https://bugs.kde.org/show_bug.cgi?id=271191 - Apr 18 2011

Various Plasma Theming by skulptor 131 comments
Even with no themes installed, Smaragd is listed there using a simple fallback theme. - Feb 27 2011

Various Plasma Theming by skulptor 131 comments
If you are using Gentoo, please report the bug to Gentoo developers. This bug (linker error when using KDE4Workspace) is at least two years old, and I wonder why they did not fix it yet. - Jan 31 2011
Starting with KDE 4.6 there is new API, and decorations have to explicitly enable blur. I will update deKorator to support the new API in the future.
If you can compile from source, simply include AbilityUsesBlurBehind in the DeKoratorFactory::supports() function. - Dec 21 2010

Various Plasma Theming by skulptor 131 comments
If someone reports a bug for the engines, there is no one who could fix it (award will go to the first who fixes the rendering glitches visible with Cairo 1.10...)
Which leads us to the second problem: KDE does not need a Cairo dependency when it has Arthur (Qt's rasterization framework).
But what I hope for is to make KWin ready for multiple themeable decoration engines, so that you can plug-in Smaragd or deKorator and have their themes appear in the decoration list and "Get New Themes..." dialog.
There are some technical difficulties in KWin and KNewStuff which make that impossible right now, so 4.7 earliest. - Nov 17 2010