FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

This forum contains information about 3rd party applications which may be of use to those who run the FAH client and one place where you might be able to get help when using one of those apps.

Moderator: Site Moderators

drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

The resizing "problem" lies with the clock applet.
I'm not sure... Personally I think it's the 'Personal stats' window, which I had a really hard time to get it docked into the main window, whenever I used a custom Layout for its contents...
Is there a reason why you're supplying a precompiled copy of foldwatcher in your source package (./bin)?
Absolutely no reason. It's my mistake. Actually it's a leftover of my compilation ... sorry
Finally, foldwatcher shouldn't really be being installed to /usr/sbin, /usr/bin would be a more appropriate location.
I was thinking of it myself and I' ll probably implement it in the next release...
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
uncle_fungus
Site Admin
Posts: 1288
Joined: Fri Nov 30, 2007 9:37 am
Location: Oxfordshire, UK

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by uncle_fungus »

drkameleon wrote:
The resizing "problem" lies with the clock applet.
I'm not sure... Personally I think it's the 'Personal stats' window, which I had a really hard time to get it docked into the main window, whenever I used a custom Layout for its contents...
It's more that the clock and calendar have massive minimum sizes.
toTOW
Site Moderator
Posts: 6309
Joined: Sun Dec 02, 2007 10:38 am
Location: Bordeaux, France
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by toTOW »

No Windows version ? :(
Image

Folding@Home beta tester since 2002. Folding Forum moderator since July 2008.
drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

@toTOW

I am currently trying to write a port for Windows and Mac platforms...

Of course, I' ll let you know when it's available...
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
smartcat99s
Posts: 14
Joined: Sun Dec 02, 2007 7:32 pm

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by smartcat99s »

Will you be adding "make install" capabilities? It's rather inconvienent to have each and every user install their own copy.

Sidenote -- I usually expect programs to install into /usr/bin, not /usr/sbin ;)

Otherwise it looks good!

Ivoshiee wrote:[ivo@ragana foldwatcher-0.1.0]$ make
make: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
[ivo@ragana foldwatcher-0.1.0]$
Run "qmake" before running make
That would seem to be a distro-specific problem. I'm using Ubuntu which by the looks of the OP's screenshot is the same distro he's using.
True. FoldWatcher was tested on 32- and 64-bit Ubuntu distros... I really don't think it's a matter of distro... Something tells me that it's still screen resolution that matters...

Has anybody tested it on a typical laptop screen (1280x800).???I suppose - if it works correctly there - It MUST be a resolution issue which I' ll try to figure out... Please let me know...
1680x1050 is working on Arch Linux (after the workaround) -- It is a distro-specific issue. Running "qmake" before "make" should solve all of the issues. This is because different distros install different parts of qt in different places. ;)

Also -- Is there a way to download wus_list.dat from within the program?
Image
drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

Also -- Is there a way to download wus_list.dat from within the program?
This belongs in my TODO list (probably next release)
Sidenote -- I usually expect programs to install into /usr/bin, not /usr/sbin ;)
I know...
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
Ivoshiee
Site Moderator
Posts: 822
Joined: Sun Dec 02, 2007 12:05 am
Location: Estonia

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by Ivoshiee »

smartcat99s wrote:
Ivoshiee wrote:[ivo@ragana foldwatcher-0.1.0]$ make
make: *** No rule to make target `/usr/share/qt4/mkspecs/linux-g++/qmake.conf', needed by `Makefile'. Stop.
[ivo@ragana foldwatcher-0.1.0]$
Run "qmake" before running make
What package is supposed to carry the qmake?
drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

As far as I know, for Ubuntu, a

Code: Select all

sudo apt-get install libqt4-dev
should resolve the issue (excuse me for not mentioning it clearly)

For Fedora and rpm-based distros, I think

Code: Select all

yum install qt4-devel
(though I am NOT sure...)

Everyone using ANOTHER distro, would be welcome to tell me WHICH PACKAGE carries "qmake" in THEIR distro....
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
Ivoshiee
Site Moderator
Posts: 822
Joined: Sun Dec 02, 2007 12:05 am
Location: Estonia

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by Ivoshiee »

drkameleon wrote:As far as I know, for Ubuntu, a

Code: Select all

sudo apt-get install libqt4-dev
should resolve the issue (excuse me for not mentioning it clearly)

For Fedora and rpm-based distros, I think

Code: Select all

yum install qt4-devel
(though I am NOT sure...)

Everyone using ANOTHER distro, would be welcome to tell me WHICH PACKAGE carries "qmake" in THEIR distro....
Fedora 9 with qt4-devel installed does not have qmake:

Code: Select all

[ivo@haskaa foldwatcher-0.1.0]$ rpm -qa|grep qt
qt-x11-4.3.4-11.fc9.i386
qt3-3.3.8b-12.fc9.i386
avahi-qt3-0.6.22-10.fc9.x86_64
pinentry-qt-0.7.4-5.fc9.x86_64
qt3-3.3.8b-12.fc9.x86_64
qt-4.3.4-11.fc9.x86_64
avahi-qt3-0.6.22-10.fc9.i386
poppler-qt4-0.8.0-3.fc9.x86_64
qt-x11-4.3.4-11.fc9.x86_64
qt-devel-4.3.4-11.fc9.x86_64
qt-4.3.4-11.fc9.i386
poppler-qt4-0.8.0-3.fc9.i386
poppler-qt-0.8.0-3.fc9.x86_64
dbus-qt-0.70-4.fc9.x86_64
[ivo@haskaa foldwatcher-0.1.0]$ 

Code: Select all

[ivo@haskaa foldwatcher-0.1.0]$ qmake
-bash: qmake: command not found
[ivo@haskaa foldwatcher-0.1.0]$ 
ChelseaOilman
Posts: 1037
Joined: Sun Dec 02, 2007 3:47 pm
Location: Colorado @ 10,000 feet

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by ChelseaOilman »

Ivoshiee wrote:Fedora 9 with qt4-devel installed does not have qmake
Does this thread help?
http://forums.fedoraforum.org/showthread.php?t=182744
Ivoshiee
Site Moderator
Posts: 822
Joined: Sun Dec 02, 2007 12:05 am
Location: Estonia

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by Ivoshiee »

ChelseaOilman wrote:
Ivoshiee wrote:Fedora 9 with qt4-devel installed does not have qmake
Does this thread help?
http://forums.fedoraforum.org/showthread.php?t=182744
Not directly, but it gave me some ideas:

Code: Select all

[root@haskaa ~]# locate qmake
[root@haskaa ~]# locate qmake-qt4
[root@haskaa ~]# /usr/bin/qmake-qt4 
Usage: /usr/lib64/qt4/bin/qmake-qt4 [mode] [options] [files]
[root@haskaa ~]# updatedb 
[root@haskaa ~]# locate qmake-qt4
/usr/bin/qmake-qt4
/usr/lib64/qt4/bin/qmake-qt4
[root@haskaa ~]# 
drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

@Ivoshiee: Yep, I think for Qt-4, "make" is replaced by "qt4-make". I tweaked something before compiling but I can hardly remember what it was...
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
drkameleon
Posts: 26
Joined: Sun Apr 06, 2008 9:40 pm
Location: Greece
Contact:

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by drkameleon »

The first Windows release is out !!!

(Although, it is still HEAVY beta, it would be great if you could check this out too...)

The genuine code of this somehow "modified" version as well as a minimal package with the binary/tools are freely available...

You know where you will find it....
:wink:

I' m waiting for your comments... :D
Non est vivere, sed valere vita est.
----------------------------------------------------
My blog ---> http://kameleon-nest.blogspot.com
Pette Broad
Posts: 128
Joined: Mon Dec 03, 2007 9:38 pm
Hardware configuration: CPU folding on only one machine a laptop

GPU Hardware..
3 x 460
1 X 260
4 X 250

+ 1 X 9800GT (3 days a week)
Location: Chester U.K

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by Pette Broad »

Downloaded Windows version but it won't run as various dll's are missing.


Pete
Image
smartcat99s
Posts: 14
Joined: Sun Dec 02, 2007 7:32 pm

Re: FoldWatcher is out!!! (The ULTIMATE Monitoring Environment..

Post by smartcat99s »

Pette Broad wrote:Downloaded Windows version but it won't run as various dll's are missing.
Agreed, the QT runtime libraries are not included. I got an error that mentioned QtCore.dll
Image
Post Reply