


Wallpapers Gnome by evalle 4 comments

Desktop Concepts by zammi 23 comments

Wallpaper Other by illusionCreator 1 comment

KDE 3.x Window Decorations by jrch2k 357 comments

KDE 3.x Window Decorations by jrch2k 357 comments

KDE 3.x Window Decorations by jrch2k 357 comments

KDE 3.x Window Decorations by jrch2k 357 comments

KDE 3.x Window Decorations by jrch2k 357 comments
It was very easy to recolor, but I don't know how to change the style name in the Contol center. Can someone, please, help me change the name so that it doesn't overwrite any other NVidia theme? - Sep 01 2004

KDE 3.5 Themes by laughinol 3 comments

Various Stuff by salahuddin66 4 comments

Wallpaper Other by shaman007 3 comments

Wallpaper Other by innovati 4 comments
cd . && /bin/sh ~/komics/admin/missing --run autoheader
Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, line 112.
autoheader-2.58: /usr/bin/autom4te failed with exit status: 1
make: *** [config.h.in] Error 1
"if you have Gnu Autoconf 2.58. Upgrading to 2.59 fixes it. - Aug 05 2004

Various KDE 1.-4. Improvements by zammi 15 comments

Screensavers by davidsansome 43 comments

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments
Additionally, a 302 Found error was encountered while trying to use an ErrorDocument to handle the request. - Jul 11 2004

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments
(prompt) kmail
forcing down frameShape
kdecore (KAccel): WARNING: KKeySequence::init( seq ): key[0] is null.
kdecore (KAccel): WARNING: KKeySequence::init( seq ): key[0] is null.
*** KMail got signal 11 (Crashing)
ERROR: Communication problem with kmail, it probably crashed.
(prompt) KCrash: Application 'kmail' crashing...
forcing down frameShape
It still works in other themes. kmail used to work on the last release. - Jul 09 2004

Karamba & Superkaramba by damix69er 19 comments

Various KDE 1.-4. Improvements by epoch 103 comments

Icon Sub-Sets by ortamenxs 2 comments

Wallpapers KDE Plasma by cpufx 18 comments

Utilities by leonscape 11 comments

KDE 3.5 Themes by thomas12777 1262 comments
RClick move mouse up left and RClick again in under 500ms.
I have fading and dropshadows turned on.
Any suggestions for a matching GTK or FireFox theme? - Jun 10 2004

Various KDE 1.-4. Improvements by zammi 25 comments

Various KDE 1.-4. Improvements by zammi 25 comments

Various KDE 1.-4. Improvements by zammi 25 comments

Wallpapers Windows by MikeBlamires 4 comments

Icon Sub-Sets by Gendo 10 comments

KDE 3.5 Themes by thomas12777 1262 comments

KDE 3.5 Themes by thomas12777 1262 comments
In file included from baghira_la.all_cpp.cpp:2:
baghira.cpp: In member function `virtual void
LiquidStyle::drawControl(QStyle::ControlElement, QPainter*, const QWidget*,
const QRect&, const QColorGroup&, unsigned int, const QStyleOption&) const':
baghira.cpp:2527: warning: initialization to `int' from `double'
baghira.cpp:2527: warning: argument to `int' from `double'
...
Lots more warnings. This is so full of warnings that I will strip them out.
...
In file included from baghira_la.all_cpp.cpp:5:
qeffects.cpp: In member function `virtual bool
AlphaWidget::eventFilter(QObject*, QEvent*)':
qeffects.cpp:158: error: parse error before numeric constant
qeffects.cpp:160: error: `ke' undeclared (first use this function)
qeffects.cpp:160: error: (Each undeclared identifier is reported only once for
each function it appears in.)
qeffects.cpp:167: error: `default' label not within a switch statement
In file included from baghira_la.all_cpp.cpp:5:
...Warnings...
qeffects.cpp:168: error: break statement not within loop or switch
qeffects.cpp: At global scope:
qeffects.cpp:170: error: parse error before `return'
In file included from baghira_la.all_cpp.cpp:5:
qeffects.cpp: In member function `virtual bool
RollEffect::eventFilter(QObject*, QEvent*)':
qeffects.cpp:295: error: parse error before numeric constant
qeffects.cpp:304: error: `default' label not within a switch statement
...Warnings...
qeffects.cpp: At global scope:
qeffects.cpp:307: error: parse error before `return'
make[2]: *** [baghira_la.all_cpp.lo] Error 1
make[2]: Leaving directory `/home/m/baghira/widget-engine'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/m/baghira'
make: *** [all] Error 2
There are many problems. Comment-included output at "http://bot24.no-ip.com/files/BaghiraCompileError.txt" - Jun 07 2004
It works like this.
0x7ffffffd +2147483645
0x7ffffffe +2147483646
0x7fffffff +2147483647
0x80000000 -2147483647
0x80000001 -2147483646
0x80000002 -2147483645 - Jun 02 2004
The reason for it counting backwards is that you have an signed int for your counter. His computer might only have two byte(16 bit) int's, so after about nine hours of uptime the sign bit(first bit from the left) will be set and the integer will turn negative. Your program thinks that it should be negative because it recieves a negative number from secsTo, and then it remains negative when you divide. You should make it an unsigned long at least. Then it would take around 4 years. If you make it an unsigned long long(16-bits) it could be up for 584.9 billion years. I must be doing something wrong because that can't be right.
My mouse cursor turns black(No, it isn't supposed to be black) when I move it over KNemo. Is that just something that I set up wrong? - Jun 02 2004
I had something similar happen to me. It was my first real released program. It was also my first ever program written in C++(or C). ObjectDock docklets are actually simple because of the SDK. I made this: http://www.wincustomize.com/skins.asp?library=29&SkinID=1808 . Soon after I made mine, this: http://www.wincustomize.com/skins.asp?library=29&SkinID=1865 came along and bumped me off of the top ten downloads list. You shouldn't try to use my docklet unless the program changed again: the next release of ObjectDock went into an infinate loop upon contact with my Docklet. Actually looking at it now, it apears that mine was a little better with WA5(Managed to find 5superprealphleetness). Oh well, I can controll XMMS with my phone instead now. - Jun 02 2004

Dolphin Service Menus by maitre 23 comments

Dolphin Service Menus by maitre 23 comments

KDE Plasma Screenshots by Tichu78 2 comments

KXDocker by stefano 154 comments

KXDocker by stefano 154 comments
/bin/sh /home/mdonoughe/kxdocker/admin/missing --run automake-1.7 --gnu Makefile
Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, line 111.
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in: required file `./install-sh' not found
configure.in: required file `./mkinstalldirs' not found
configure.in: required file `./missing' not found
SUBDIRS: variable `TOPSUBDIRS' is used but `TOPSUBDIRS' is undefined
make: *** [Makefile.in] Error 1 - Feb 22 2004

Wallpaper Other by haribo 9 comments

Wallpaper Other by QCumber 5 comments