Warning: session_start(): open(/tmp/sess_kq8q307r2qfk2jh7qgo5tf68h4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Folding@home Applet for KDE openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Folding@home Applet for KDE

   1.0.0-rc2  

KDE Other Software

Score 69%
Folding@home Applet for KDE
zoom


Folding@home Applet for KDE
zoom


Folding@home Applet for KDE
zoom


Link:  Link
Downloads:  2670
Submitted:  Jan 18 2004
Updated:  May 7 2005

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.




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 :P




LicenseGPL
(source tar.gz)
(source tar.gz)
(SuSE 9.2)
Send to a friend
Subscribe
Other  Content  from KevH
Report inappropriate content



goto page: prev   1  2  3 

-
.

 Make error

 
 by dimrealm on: May 19 2005
 
Score 50%

Hello I keep getting this error during make:

In file included from kfoldingmoleculewidget.h:30,
from kfoldingunitdialog.cpp:33:
/usr/lib/qt3//include/qgl.h:80:21: GL/glu.h: No such file or directory
make[3]: *** [kfoldingunitdialog.lo] Error 1
make[3]: Leaving directory `/home/skotty/downloads/kfolding-1.0.0-rc2/src/unitinfodialog'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/skotty/downloads/kfolding-1.0.0-rc2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/skotty/downloads/kfolding-1.0.0-rc2'
make: *** [all] Error 2


I hope someone can help!


Reply to this

-
.

 Re: Make error

 
 by SamuelEmmettBray on: May 14 2006
 
Score 50%

try this something like this...hell you can probably just try cut and paste too


CFLAGS='-I/usr/X11R6/include' LDFLAGS='-L/usr/X11R6/lib' ./configure --prefix=`kde-config --prefix`



this will make sure that configure finds the right GL implementation


Reply to this

-
.

 New KDE 4 support ?

 
 by sgrayban on: Nov 20 2014
 
Score 50%
sgraybansgrayban
BORGNET dot US
Home

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


Scott Grayban
http://www.borgnet.net
http://blog.borgnet.us/resume.html

Reply to this

goto page: prev   1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team