
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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.
15 years ago
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 :P
15 years ago
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 :P
sgrayban
6 years ago
Report
Skeksis
15 years ago
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
Report
RND
16 years ago
Report
RND
16 years ago
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
Report
suslik
16 years ago
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
Report
Jezza
16 years ago
Report
KevH
16 years ago
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
Report
RND
16 years ago
Report
lane
16 years ago
Report
osrogon
17 years ago
Report
KevH
17 years ago
Thanks for the feedback. I'll add this feature to the next release.
Kevin
Report
gigi
17 years ago
When I start the applet only an empty space appears on the kicker and there's nothing to configure.
Suggestions?
Report
KevH
17 years ago
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
Report
ezteban
16 years ago
$> 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)
Report
gigi
17 years ago
Now it's all OK.
Report
ronin13
17 years ago
configure fails with this message
Report
KevH
17 years ago
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
Report
ronin13
17 years ago
I got it working on Mandrake then went back and after 1 hour have it running in Red Hat
:-)
Report