


Various KDE 1.-4. Improvements by thilomaurer 46 comments
The Thread for the plugin is located at http://www.kde-look.org/content/show.php?content=20623
if you have installed it, maybe it was installed into the wrong diractoy. - Jul 11 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
try to diable openGL:
see:
Please edit the theme.rc if you do not have accelerated OpenGL!!!
replace "UseOpenGL = true" with "UseOpenGL = false" in that case, to get better frame rates.
I that does not help.. maybe you got an old version of qt or something... that's really kinda strange... - Jul 11 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
you are missing
ksplash/themeengine.h
in your include directory.
try to get the file somewhere on the web and copy it to the folder.
- Mar 15 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments
Now try it again. if there pops a window up which the splash is running, well then it's my plugin. If not, its not and kde is using the wrong plugin. Then I guess i cannot help it. But if it's the right plugin, please post again... - Feb 23 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments
Fix is coming... - Feb 23 2005

Various KDE 1.-4. Improvements by tobydox 5 comments
Too bad I just created a new splash engine myself
http://www.kde-look.org/content/show.php?content=20623
Probably all my work will be of no use... Well at least i got animated alpha blends, perhaps that's something new...
Havn't had a look at the new 3.4 splash engine yet... - Feb 17 2005
http://www.kde-look.org/content/show.php?content=20623
I think I'll released an updated version of the engine in a couple of days that can fade away to you wallpaper. - Feb 17 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
copy it to ksplash/themeengine.h in the source folder and remake.
That should do it. - Feb 14 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
#include <cmath> - Feb 12 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
proper solution:
#include
thanks for bringing that up. I don't know why, but it compiled with my GCC3.4. Actually it should not. - Feb 12 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
Setting it the bottommost widget sounds better. Fading up the real desktop background would unfortunately use all cpu, but look marvelous. So I will have to see if there is a way to grab the wallpaper. I think this is possible using KSharedPixmap or something. - Feb 12 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments
I got kernel 2.4.8-24.10, qt 3.3.3-34
and kde 3.3.2-7. The splash is mainly based on QT. The thing is that I did not use any fancy qt stuff.
What you can do is the following:
Edit the source code of ksplashflexible.cpp and remove the "#" from the line "#define ksplash_debug", save, remake, reinstall and open Konsole in the directory, where you installed the Theme (i.e. where the Theme.rc is) and run "ksplash --test".
Watch the output for anything suspicious. - Feb 12 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments

KDE 3.x Splash Screens by thilomaurer 9 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments
fix is coming this evening. - Feb 11 2005

KDE 3.x Splash Screens by thilomaurer 9 comments
fix is coming this evening. - Feb 11 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments
you're right. It would be much better to have the splash screen smoothing up to the desktop. That should not be too difficult to do. Certainly some cpu power would be needed to do that, which is probably not tooooo good, as loading kde should be fast.
Implementing animated images shouldn't be a problem either. MNG support would be great.
Smooth effect between the changes won't be a problem.
Text effects: You mean dopping a shadow under the text?
This is a lot of work, but eventually I'll implement that stuff in v0.2. - Feb 09 2005

Various KDE 1.-4. Improvements by thilomaurer 46 comments

Various KDE 1.-4. Improvements by thilomaurer 46 comments