hi can i use it for Kubuntu (KDE 4) 8.04 (Hardy Heron)?
i want to install it but i get this error message:
http://paste.ubuntuusers.de/391433/
whats wrong?
thx
I'm using Fedora Core 5 with KDE 3.5.1
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE libraries installed. This will fail.
So, check this please and use another prefix!
Saw this "Check if you have libkonq in /usr/lib and konq_operations.h in /usr/include." mentioned below.
Mine are in /usr/lib64 and /usr/include/kde
If that helps.
this compiles and installs under kde3.4 rc 1, but contains undefined symbols: ZN19KonqBookmarkManager17s_bookmarkManagerE
I can't figure it out. any help would be great
well, seeing as it contains files totaling >6k lines copied directly from kicker itself, i don't think i'd include this as is. too much code duplication.
at least most of the code (almost) properly accredited, unlike many other kicker forkings. =)
(src/containerarea* isn't though, and the AUTHORS file referenced in buttons/* and ui/* contains just Roman's name. so... yeah... almost. =)
anyways, to do this in a way that it would be possible to include with kicker, one would have to port all the buttons to be menuexts, which would be a good thing anyways. it would likely mean moving several classes into libkickermain such as ShowDesktop .. but that too would be good.
it's certainly do-able, and i'd welcome Roman's help in hacking on kicker =)
Ratings & Comments
27 Comments
hi can i use it for Kubuntu (KDE 4) 8.04 (Hardy Heron)? i want to install it but i get this error message: http://paste.ubuntuusers.de/391433/ whats wrong? thx
Thank you SO MUCH! I love it! :) Is there any way to put a Show Desktop icon there? thanks! :)
I'm using Fedora Core 5 with KDE 3.5.1 checking for KDE... configure: error: in the prefix, you've chosen, are no KDE libraries installed. This will fail. So, check this please and use another prefix! Saw this "Check if you have libkonq in /usr/lib and konq_operations.h in /usr/include." mentioned below. Mine are in /usr/lib64 and /usr/include/kde If that helps.
What is that application, that shows cpu, partitions, etc...???
I had wish for this feature to KDE. You did before them. Good job. Thank you...
I got a few error during make and make install. during make: make[3]: *** [browser_mnu.lo] Error 1 make[3]: Leaving directory `/home/niti/iquicklauncher/src/ui' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/niti/iquicklauncher/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/niti/iquicklauncher' make: *** [all] Error 2 during make install: browser_mnu.cpp:413: error: ‘KonqOperations’ has not been declared browser_mnu.cpp:413: error: ‘doDrop’ was not declared in this scope make[2]: *** [browser_mnu.lo] Error 1 make[2]: Leaving directory `/home/niti/iquicklauncher/src/ui' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/home/niti/iquicklauncher/src' make: *** [install-recursive] Error 1
I am using mandriva 2005. It has KDE 3.4.1. Maybe KDE release is problem.
I also have mdk2005 and KDE 3.4.1 and it works. Check if you have libkonq in /usr/lib and konq_operations.h in /usr/include.
I havent them . Which package must I install?
I installed libkdebase package and it is installed without problem. How will I use this program now? Thanks.
I don't know for sure, but think you need libkdecore4-devel and libkdebase4-devel and than compile it.
Neat. By-the-way, where did you find the system monitoring and weather apps?
weather from http://www.kde-look.org/content/show.php?content=6384 (I have older version) Monitoring app from: http://www.kde-look.org/content/show.php?content=16265, I've slightly changed it, if you want I can post it.
-12/-3ºC... nice weather :)
Very nice indeed. Could you post the monitoring Karamba theme? And yeah, looks like great weather where you are :-) Phil.
I've uploaded the monitoring theme to my homepage kedge.wz.cz, it's under menu entry 'other'. Have fun!
Why is it called iquicklauncher? I think a name like kuicklauncher would be more kde-ish ;P
Very fancy. could you please tell me how did you make you application bar buttons transparent ?
download taksbar v2 from http://www.kde-look.org/content/show.php?content=16261
download taksbar v2 from http://www.kde-look.org/content/show.php?content=16261
where'd you get the desktop background? thanks
from kde-look http://www.kde-look.org/content/show.php?content=10434
this compiles and installs under kde3.4 rc 1, but contains undefined symbols: ZN19KonqBookmarkManager17s_bookmarkManagerE I can't figure it out. any help would be great
nice work! maybe you can send the code to the mantainer of the current quicklauncher (I guess aaron J seigo?), so he(she) can include it in KDE 3.5...
well, seeing as it contains files totaling >6k lines copied directly from kicker itself, i don't think i'd include this as is. too much code duplication. at least most of the code (almost) properly accredited, unlike many other kicker forkings. =) (src/containerarea* isn't though, and the AUTHORS file referenced in buttons/* and ui/* contains just Roman's name. so... yeah... almost. =) anyways, to do this in a way that it would be possible to include with kicker, one would have to port all the buttons to be menuexts, which would be a good thing anyways. it would likely mean moving several classes into libkickermain such as ShowDesktop .. but that too would be good. it's certainly do-able, and i'd welcome Roman's help in hacking on kicker =)