- Download:
- The deb file from: https://github.com/cdberkstresser/fah-control/releases
- found it in this thread: https://foldingforum.org/viewtopic.php?t=34757&sid=e7eec792658e20ad2da3a89e905685c6&start=15
- Install some requirements:
- In a linux terminal run:
- sudo apt install python3-gi gir1.2-gtk-3.0
- Right click the deb file and select install with Linux
- Get a suitable icon. Here is what I chose
- Move the icon file into the "Linux files" directory
- Create the applications directory:
- mkdir -p .local/share/applications
- Create the shortcut
- touch .local/share/applications/FAHControl.desktop
- Put the following in it
[Desktop Entry]
Name=FAHControl
Comment=Folding at Home Control interface
GenericName=FAH
X-GNOME-FullName=Folding at Home Conrol
Exec=/usr/bin/FAHControl
Terminal=false
Type=Application
Icon=/home/XXX/FAHControl-icon.png
Categories=Settings