Page 1 of 1

Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Wed Jul 01, 2020 9:27 pm
by bfromcolo
Try to install fahcontrol 7.6.13-1 on a fresh Linux Mint 20.04 install, Cinnamon desk top. I am getting the following error:

Error:Dependency is not satisfiable:python-gtk2|python-gnome2

The fahclient installed and is working, it downloaded a CPU work unit and is crunching away. Now to figure out how to control it without fahcontrol...is there a way to tell it to finish and then pause with a command line until I get this figured out?

Any help would be appreciated.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Wed Jul 01, 2020 10:02 pm
by foldy
yes fahclient has command line options like --send-pause or --send-unpause or --send-finish

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Thu Jul 02, 2020 12:48 am
by bfromcolo
Thanks
I did not realize the web control works on a Linux system until now, I think I can complete the WU I downloaded and uninstall F@H until I have a solution to getting fahcontrol working properly. I have multiple GPUs and do other things with this system, I need the control fahcontrol offers over the web app. It seems like something needs to be updated in the program to avoid jumping through hoops to get this working on 20.04 to resolve this.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Thu Jul 02, 2020 3:49 am
by jeffmr4
Same problem here.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Sun Jul 05, 2020 7:45 am
by jeffmr4
A workaround is to use,

https://client.foldingathome.org/

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Mon Jul 06, 2020 7:08 pm
by bfromcolo
Problem with the web client is very limited. How can I set up remote control? Or specify exactly how many cores? Really need a programmatic solution. More and more people will encounter this problem as Ubuntu/Mint 20.04 gets used.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Mon Jul 06, 2020 7:29 pm
by Joe_H
As mentioned in multiple topics where the subject of Mint version 20 and FAHControl not working "out of the box" has come up, there are workarounds. In addition a future version of the client will be updated to resolve the dependencies, there are topics on volunteers who have worked on the open source code.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Mon Jul 06, 2020 8:19 pm
by samcarboni
FWIW I managed to get FAHControl on Ubuntu 20.04 Desktop to work by using these instructions: https://www.reddit.com/r/Folding/commen ... buntu_2004

However I did have to install python-cairo since when I got to the sudo dpkg -i python-gtk2_2.24.0-6_amd64.deb part of those instructions it failed with the feedback that "python-gtk2 depends on python-cairo (>= 1.0.2-1.1); Package python-cairo is not installed." However it was straightforward to install and then the python-gtk installed fine after that no problem.

Here's those instructions that worked for me on Ubuntu 20.04 Desktop:

Code: Select all

sudo apt install python-gobject-2
sudo apt install python-cairo
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
sudo dpkg -i python-gtk2_2.24.0-6_amd64.deb

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Tue Jul 28, 2020 5:31 pm
by Richard_Milward
I'm having the same problem with FAHControl, and sudo apt-get install python-gtk2 gives me "unable to locate package"

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Tue Jul 28, 2020 7:16 pm
by samcarboni
Hey Richard what OS you're using?

On Ubuntu Desktop 20.04 I had to use these commands to get FAHControl working:

Code: Select all

sudo apt install python-gobject-2
sudo apt install python-cairo
wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-6_amd64.deb
sudo dpkg -i python-gtk2_2.24.0-6_amd64.deb

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Wed Jul 29, 2020 4:41 am
by smasho
Thanks Sam!!! That works on Mint 20.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Sun Aug 09, 2020 2:08 pm
by rori1977
For me an additional

Code: Select all

sudo apt install python-is-python2
was needed on LinuxMint 20 Cinnamon Edition to make it work.

Re: Dependency not satisfiable: python-gtk2|python-gnome2

Posted: Fri Sep 04, 2020 10:00 pm
by ipkh
There is a forked version of fahcontrol here.
https://github.com/cdberkstresser/fah-control/releases