


KDE 3.5 Themes by birdman68 7 comments

Karamba & Superkaramba by ageitgey 326 comments
#ifdef HAVE_KDE_32
//KDE 3.2 addition for the always on top issues
KWin::setState(winId(), NET::KeepBelow);
#endif
TO
//#ifdef HAVE_KDE_32
//KDE 3.2 addition for the always on top issues
KWin::setState(winId(), NET::KeepBelow);
//#endif
recompile then install. This fixed the ontop issue in my KDE. But I went back to version 0.33 because I cant fix the theme messing around the desktop when re-logging-in in KDE. - Aug 07 2004

Karamba & Superkaramba by ycyax 1 comment

Karamba & Superkaramba by ageitgey 326 comments

Dolphin Service Menus by brockers 6 comments

Karamba & Superkaramba by ageitgey 326 comments

KDE 3.5 Themes by thomas12777 1262 comments
I use FC1 and KDE 3.2.2-0.1. Here is the output when I compile the theme.
>>Below is the output of ./configure at the end part.
config.status: creating po/Makefile
config.status: creating widget-engine/Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
Good - your configure finished. Start make now
[esurtida@easmobile baghira-0.3p]$
>>Below is the ouput of make at the end part.
collect2: ld returned 1 exit status
make[2]: *** [kcm_kcmbaghira.la.closure] Error 1
make[2]: Leaving directory `/home/all/applications/decor/baghira/baghira-0.3p/kcmbaghira'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/all/applications/decor/baghira/baghira-0.3p'
make: *** [all] Error 2
[esurtida@easmobile baghira-0.3p]$
How can I successfully compile this theme?
Thanks! - Jun 04 2004