Description: This is an example ThemeEngine for KSplash/ML which provides a Windows 2000 (ahem, "KDE 2002") splash screen. It's slightly rough around the edges, but it should give you theme developers a good start on creating new KSplash/ML ThemeEngines.Last changelog:
*Updated sources to reflect changes in the ThemeEngine API.
For those having trouble, here's what you have to do:
* Copy the files "acinclude.m4" and "aclocal.m4" into the directory from any other KDE app you have the source for.
* Edit configure.in and add a "dnl" before the line "AM_CONFIG_HEADER(autoconf.h)".
* Run "autoconf" and "automake"
* Do ./configure - ignore the error at the bottom
* make and make install as usual
I forgot to mention - KSplash2k requires you to have at least KSplash/ML 0.94, which was also released today. It is not compatible with 0.93.1, so make sure you upgrade /ML first.
:) -dT-
Ratings & Comments
2 Comments
For those having trouble, here's what you have to do: * Copy the files "acinclude.m4" and "aclocal.m4" into the directory from any other KDE app you have the source for. * Edit configure.in and add a "dnl" before the line "AM_CONFIG_HEADER(autoconf.h)". * Run "autoconf" and "automake" * Do ./configure - ignore the error at the bottom * make and make install as usual
I forgot to mention - KSplash2k requires you to have at least KSplash/ML 0.94, which was also released today. It is not compatible with 0.93.1, so make sure you upgrade /ML first. :) -dT-