KSplash/ML (Release 0.80)

KDE 3.x Splash Screens

Source i (link to git-repo or to original if based on someone elses unmodified work):

Add the source-code for this project on opencode.net

0
Become a Fan
5.0

Description:
Highly configurable Mac-like (see screenshots) drop-in replacement for ksplash. Notice that this is a separate software package which physically replaces your ksplash binary. This _should_ work with KDE 2.1 and greater, but who knows for sure. Includes a KCM module to help you configure it to suit your personal tastes (each user can set it up differently). Simple to configure and install. -dT-
Last changelog:

0.80-RELEASE:
Jone Marius Vignes gets 100% credit for this release -- He added a new feature which (optionally) makes the icons "bounce" like the MacOS X dock. WAY TO GO, JONE!


Ratings & Comments

77 Comments

anonymous-hive

I tried to compile it on SuSE 7.2 and got the following error message: ...in the prefix you have coosen, no KDE headers are installed... I used --prefix=/opt/kde2/include, and the headers are in this directory for sure...

anonymous-hive

Ok, found it myself: I've used --prefix=/opt/kde2 and now it's compiling without errors...

anonymous-hive

Hi. I have a problem: I can configure it, but it won't "make" i.e. compile. Stops with error: cd . && autoheader aclocal.m4:687: error: m4_defn: undefined macro: _m4_divert_diversion autoconf/lang.m4:173: AC_LANG_RESTORE is expanded from... aclocal.m4:687: the top level autoconf: tracing failed make: ** [stamp-h.in] Error 1 I'm using KDE2.2.2 on LFS-Linux. Autoconf is 2.52. Thanks

anonymous-hive

It is: aclang.m4:173: AC_LANG_RESTORE .....

anonymous-hive

Got that same error, using LFS CVS and KDE 2.2.2... What's happening?

anonymous-hive

Edit your makefile and replace AUTOHEADER = autoheader with AUTOHEADER = echo It compiles fine without it...

anonymous-hive

I want this kspash when i boot up my linuxbox, mouting filesystems and so on.... Not youst starting kde.. Maby qt-framebuffer can solve this problem?

anonymous-hive

I don't think that would be an easy task. I've hacked my rc scripts (what 'init' uses to start FreeBSD) to start X right after it's finished fsck'ing the filesystems- It works ok that way, if your system's fast enough. :) -dT-

anonymous-hive

can you explain what you changed and in which files...??

anonymous-hive

Not easily. If you e-mail me, I can try sending you some RC files for you to X-amine. :) -dT- (brian@shadowcom.net)

anonymous-hive

I want this kspash when i boot up my linuxbox, mouting filesystems and so on.... Not youst starting kde.. Maby qt-framebuffer can solve this problem?

anonymous-hive

I tried to compile this, but I can't seem to get past this error: g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -c wndsplash.cpp wndsplash.cpp:10:35: kdesktopwidget.h: No such file or directory In file included from /usr/lib/qt2/include/qwindowdefs.h:48, from /usr/lib/qt2/include/qpaintdevice.h:42, from /usr/lib/qt2/include/qpixmap.h:42, from /usr/include/kiconloader.h:18, from wndsplash.cpp:11: /usr/include/limits.h:124:3: warning: #include_next is a GCC extension In file included from /usr/include/kcursor.h:26, from wndsplash.cpp:18: kapp.h:47:28: kdesktopwidget.h: No such file or directory make[3]: *** [wndsplash.o] Error 1 I'm running KDE 2.1.1 on Mandrake 8.0

anonymous-hive

BTW, I tried to make this work by putting the 2.2.2 version of kapp.h in the src directory, but it didn't work. g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include -I/usr/lib/qt2/include -I/usr/X11R6/include -O2 -fno-exceptions -fno-check-new -Wall -pedantic -W -Wpointer-arith -Wmissing-prototypes -Wwrite-strings -Wno-long-long -fno-builtin -c wndsplash.cpp wndsplash.cpp:10:35: kdesktopwidget.h: No such file or directory In file included from /usr/lib/qt2/include/qwindowdefs.h:48, from /usr/lib/qt2/include/qpaintdevice.h:42, from /usr/lib/qt2/include/qpixmap.h:42, from /usr/include/kiconloader.h:18, from wndsplash.cpp:11: /usr/include/limits.h:124:3: warning: #include_next is a GCC extension make[3]: *** [wndsplash.o] Error 1 It's more like this...

anonymous-hive

Sounds like your kde development package is outdated. kdesktopwidget.h is missing on your box, but it's been in KDE since about 2.2 or so... :) -dT-

anonymous-hive

Well, it seems that you need to raise your minimum KDE version to 2.2... It doesn't seem to work reliably if at all on 2.1...

anonymous-hive

I may do that, or I may #def out the KDesktopWidget code for older versions of KDE (though you won't be able to use Xinerama with KDE

anonymous-hive

Just wanted to drop a quick note to say that you guys did a great job with ksplash/ml . imho, this should DEFINITELY be part of KDE 3. Thanks!

anonymous-hive

That icon jumping is really cool!

anonymous-hive

How i configure ksplash to run in imac mode (like screenshot) ?

protoman

open kcontrol, go to look&feel->kde splash screen and change behavior to maklassic.

anonymous-hive

There isn't any ksplash configuration tag in kcontrol :(

anonymous-hive

there should have one. With version are you using? Did you made make install on the same place where kde is installed? If kde is on /usr and you install ksplash/ml on /usr/local ksplash can even work, but there won't be any ksplash option on kcontrol.

anonymous-hive

I've kde 2.2.1 and i compiled ksplash with "./configure --prefix=/usr".

anonymous-hive

running Mandrake? Then follow the same direction to get Mosfet's Liquid's KControl module working. I forget exactly how to do it (I've gone to SuSE), but it's something like copying the applet from /usr/share/applnk/KDE/Configuration/LoonNFeeL/whatever to /usr/share/applnk-mkdk/Settings/LookNFeell or something to that effect. See the Mosfet Liquid board on this site.

anonymous-hive

Hi, I've just compiled Ksplash/ML on a Mandrake Cooker. The compilation went fine and the install too. When KDE start's, I've got a new Ksplash BUT the is nothing in my control center. When I open Look'n Feel, there's no Ksplash Menu. Does somebody know how to fix this? Thanks a lot for this great Ksplash/ML. Il really looks great.

Pling
0 Affiliates
Details
license
version 0.80
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 2

More KDE 3.x Splash Screens from detsaot:

KSplash/ML (Release 0.95.3)
detsaot
last update date: 23 years ago

Score 5.0

KSplash/X (KSplash/ML ThemeEngine)
detsaot
last update date: 23 years ago

Score 5.0

KSplash2k (KSplash/ML ThemeEngine)
detsaot
last update date: 23 years ago

Score 5.0

DeLorean for KSplash/ML
detsaot
last update date: 23 years ago

Score 5.0

KSplash/ML (Release 0.73)
detsaot
last update date: 23 years ago

Score 5.0

KSplash/ML (Release 0.53)
detsaot
last update date: 23 years ago

Score 5.0

Other KDE 3.x Splash Screens:

Linux_CAT
chrismose
last update date: 21 years ago

Score 5.0

nanaki (red XIII) splash
nanaki_double
last update date: 16 years ago

Score 5.0

Longhorn
blacksheepSBG
last update date: 19 years ago

Score 5.0

Bootsplash
ari
last update date: 23 years ago

Score 5.0

Transparent Mad Penguin KSplash
TheMadPenguin
last update date: 21 years ago

Score 5.0

hack shack
thejaunt
last update date: 21 years ago

Score 5.0