As I wanted to be able to control my folding from my Chromebook, but the official FAH Control still has a Python2 dependency, I had to use a workaround to get it to work.
- 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
 
Now I wanted to add an icon to the launcher for being able to quickly launch it
- 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
Sources:
No comments:
Post a Comment