


Various Plasma Theming by mgraesslin 178 comments
so i think this problem is because of some double-updates on special events or maybe because of unclean paintevent-code.
it is EXTREMELY slow to resize and the delay of clicking on windows and moving them is there too ... curious - Jul 27 2009
i looked into the sources. maybe you can try it the hard way and comment out:
if(!(nv_card->caps & SMARTDIMMER))
{
fprintf(stderr, "Error!\n");
fprintf(stderr, "Smartdimmer is only supported on certain (HP/SamsungSony/Zepto) laptops using a Geforce 6200/7x00Go/8x00Go. If you want support on your laptop contact the author.\n");
return 0;
}
in smartdimmer.c; recompile and test it with the smartdimmer executable. but i dont know what could happen. maybe the application crashes or your desktop crashes until next reboot. i think if it works for you the maintainer will start to add support for your laptop. or i will add a "force"-method into my al. greetings. - May 15 2009
IF( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" )
SET_TARGET_PROPERTIES(bar PROPERTIES COMPILE_FLAGS "-fPIC")
ENDIF( CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" )
to my cmakefiles which build the static libraries. i guess this should work on 64 bit machines.
i had the idea to use static libs, because i dont want to mess up the systems with shared libs in /usr/lib(64) and so on and keep the cmakelists clean and easy to read. but i am not sure, whether this idea was a really good one...
thx and greetings
- May 14 2009
i think its a 64bit problem, which only occurs if you use static libs (like me in this release). i will try to look for a solution, but i can't test it by miself ): - May 14 2009
>>Please set them or make sure they are set and tested correctly in the CMake files:
>>X11_PATH
>>XEXT_PATH
i created these variables to look for installed libraries. you need libXext and libXext-devel. Also you need libX11 and the devel packet. - May 14 2009
>>Please set them or make sure they are set and tested correctly in the CMake files:
>>X11_PATH
>>XEXT_PATH
i created these variables to look for installed libraries. you need libXext and libXext-devel. Also you need libX11 and the devel packet. - May 14 2009
there were some problems:
-i have found a bug in cmake 2.6.2...
-i corrected some cmakelists
-i corrected your problems with infomanager
i wrote an install script and you need to have (cause of the bug) cmake 2.6.4
- May 13 2009
but my hd crashed one or two weeks ago and so i wasn't able to continue. at the moment i have some things to do, but i try to fix cmake-probs first. - May 02 2009

QtCurve by joshjtl 53 comments
- Apr 15 2009

QtCurve by joshjtl 53 comments
someone wrote a svg-theme engine. so if there is an artist... someone could create a svg template for this theme engine... - Apr 11 2009

QtCurve by joshjtl 53 comments
i looked into skulpture-theme and this theme impl. alone has more then 10k lines of code^^ very hard job... - Apr 11 2009

Plasma 4 Extensions by biophysics 23 comments