Folding@home Applet for KDE

Various KDE Stuff

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

Available as/for:
Description:
RPMs for SuSE 9.0 are now available!

Folding@home Applet is an applet for the KDE panel. It provides a convenient and unobtrusive way to monitor, visualise, and control the Folding@home client software.

Features:
*One-click access to start and stop the client software
*Graphical display of the current work unit's progress
*Detailed work queue information
*3D visualisation of the current work unit

Please view my website for more information and many more screenshots!

An FAQ is now also available on the website with answers to common questions.
Last changelog:

May 7, 2005
*RPM for SuSE 9.2 is now available!

kfolding-1.0.0-rc2 (27 February 2005)
*Folding@home Applet for KDE now requires Folding@home client software version 5 or greater
*Compilation issues that were reported by users have been resolved
*Updated queue information to contain the latest points data
*Support for new features

kfolding-1.0.0-rc1 (01 August, 2004)
*Completely re-worked the Work Unit dialog. Fixed OpenGL rendering artifacts. Fixed layout to fit onto 800x600 screen.
*Added ability to select the image displayed on the panel.
*Automatically detect and read existing client.cfg files when a new work directory is selected
*Enhanced error checking for multiple clients running in the same work directory or with the same Machine Id.
*Significant code refactoring, drawing optimisations, etc.

kfolding-0.9.6 (06 March, 2004)
*Increased requirement to Folding@home client 3B or greater
*Merge qd.c (01 March 2004)
*Added ability to run multiple instances with different machine ids for SMP users
*Added DCOP interface
*Fixed 'Stereo Depth' slider
*Fixed possible memory corruption in the Unit Info dialogue (yay Valgrind!)
*Small cleanups in the queue dialogue


kfolding-0.9.5 (24 January, 2004)
*Merge project points for work queue from qd.c (22 January, 2004)
*Detect and read user information from existing client.cfg file, if it exists
*New Feature: Option to start Folding@home automatically when the applet starts
*Fixed client software restart bug when preferences are applied


kfolding-0.9.4 (18 January, 2004)
* Fix compile failure for systems not running the latest kdelibs from cvs


Ratings & Comments

18 Comments

sgrayban

Are you going to support the new KDE ? The source will not compile

Skeksis

Great work. RC2 finally works for me (RC1 crashed KDE). Some suggestions: - the progress indicator should indicate whether the client is running or stopped - it would be nice if you could set the priority of the client - a left click on the progress indicator should display the work unit

RND

Thanks for fixing the links. Ill try your suggestion next time im in linux.

RND

when running make i receive this error: make[1]: Entering directory `/home/rnd/kfolding-1.0.0-rc1' Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, line 112. make[1]: *** [configure] Error 1 make[1]: Leaving directory `/home/rnd/kfolding-1.0.0-rc1' make: *** [configure] Error 2 [root@localhost kfolding-1.0.0-rc1]# folding bash: folding: command not found [root@localhost kfolding-1.0.0-rc1]# cd .. [root@localhost kfolding-1.0.0-rc1]# cd .. [root@localhost rnd]# cd kfolding-1.0.0-rc1

KevH

Hello, I've updated the links, thanks. ---- Can't locate object method "path" via package "Request" at /usr/share/autoconf/Autom4te/C4che.pm line 69, line 112. ----- It looks like the problem is with autom4te. Please try rm -rf autom4ate.cache in the build directory. Kevin

Jezza

You need to simply remove the autom4te directory when doing ./configure Always works with me when I get that error...

suslik

This happens when ./configure puts a wrong link into Makefile Look inside Makefile and delete versions from the names of commands. Ex: ....34/admin/missing --run aclocal-1.7 to ....34/admin/missing --run aclocal

RND

Both the links appear to be currently down. Ive downloaded the app from your homepage.

lane

simply great, thank you.

osrogon

This is a very nice and well done application although I have a small complain. Every time I log to kde, I have to manually change the status to running (it's always stopped). Can you add a configuration option to start running automatically?

KevH

Hi, Thanks for the feedback. I'll add this feature to the next release. Kevin

gigi

Just compiled it under kde 3.1.5 When I start the applet only an empty space appears on the kicker and there's nothing to configure. Suggestions?

KevH

Hi, I think what you're describing happens if, for some reason, the applet can't be loaded by the panel. Double check to see whether the file kfolding_panelapplet.so exists in your $KDEDIR/lib directory. If it is there, run ldd kfolding_panelapplet.so and check to see whether there are any lines that say 'not found'. Hope it helps. KevH

gigi

Unmerged, reemerged (I use Gentoo) with the same self-done ebuild and all worked... strange... Now it's all OK.

ezteban

I have the same Problem under SuSE 9.0 with KDE 3.1.95. ldd doesn't show any errors: $> ldd kfolding_panelapplet.so libkdeui.so.4 => /opt/kde3/lib/libkdeui.so.4 (0x40038000) libGLU.so.1 => /usr/lib/libGLU.so.1 (0x40310000) libstdc++.so.5 => /usr/lib/libstdc++.so.5 (0x4038d000) libm.so.6 => /lib/i686/libm.so.6 (0x4044d000) libc.so.6 => /lib/i686/libc.so.6 (0x40471000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x405a4000) libkdecore.so.4 => /opt/kde3/lib/libkdecore.so.4 (0x405ac000) libDCOP.so.4 => /opt/kde3/lib/libDCOP.so.4 (0x407c1000) libresolv.so.2 => /lib/libresolv.so.2 (0x407f8000) libutil.so.1 => /lib/libutil.so.1 (0x4080a000) libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2 (0x4080e000) libkdefx.so.4 => /opt/kde3/lib/libkdefx.so.4 (0x40824000) libqt-mt.so.3 => /usr/lib/qt3/lib/libqt-mt.so.3 (0x40851000) libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x40f96000) libXrandr.so.2 => /usr/X11R6/lib/libXrandr.so.2 (0x40f9e000) libXcursor.so.1 => /usr/X11R6/lib/libXcursor.so.1 (0x40fa2000) libXft.so.2 => /usr/X11R6/lib/libXft.so.2 (0x40fac000) libfontconfig.so.1 => /usr/lib/libfontconfig.so.1 (0x40fbe000) libfreetype.so.6 => /usr/lib/libfreetype.so.6 (0x40fe6000) libexpat.so.0 => /usr/lib/libexpat.so.0 (0x4103c000) libdl.so.2 => /lib/libdl.so.2 (0x4105c000) libpng.so.3 => /usr/lib/libpng.so.3 (0x4105f000) libz.so.1 => /lib/libz.so.1 (0x4108e000) libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x4109d000) libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x410ab000) libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x411a7000) libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x411b0000) libpthread.so.0 => /lib/i686/libpthread.so.0 (0x411c7000) libXrender.so.1 => /usr/X11R6/lib/libXrender.so.1 (0x41219000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)

ronin13

Running Red Hat 9.0 configure fails with this message

KevH

Hi, I haven't run a Redhat system in ages, but I think the problem is you're missing some packages. Check to see whether xfree86-devel is installed. You'll also need arts-devel and kdelibs-devel at least. KevH

ronin13

Thanks KevH I got it working on Mandrake then went back and after 1 hour have it running in Red Hat :-)

Pling
0 Affiliates
Details
license
version 1.0.0-rc2
updated
added
downloads 24h 0
mediaviews 24h 0
pageviews 24h 0

Other Various KDE Stuff:

Intellibar formerly KWin [idea]
VectoR
last update date: 15 years ago

Score 5.0

PyDialog [PyQt5] is a new dialog instead kdialog or zenity
VectoR
last update date: 6 years ago

Score 5.7

Barcelona by night
jgapoxy2
last update date: 19 years ago

Score 3.5

Luxury Library
specialworld83
last update date: 13 years ago

Score 3.6

Monty's KDE Splash
baran
last update date: 18 years ago

Score 5.0

Splashy for Edgy 6.10
Ruffinius
last update date: 18 years ago

Score 5.0