Package Details: fahcontrol-gtk3-git r203.3978c35-1

Git Clone URL: https://aur.archlinux.org/fahcontrol-gtk3-git.git (read-only, click to copy)
Package Base: fahcontrol-gtk3-git
Description: Graphical monitor and control utility for the Folding@home client (python3/GTK3 fork)
Upstream URL: https://foldingathome.org
Keywords: Folding@Home foldingathome
Licenses: GPL-3.0-only
Conflicts: fahcontrol
Provides: fahcontrol
Submitter: gardenappl
Maintainer: gardenappl
Last Packager: gardenappl
Votes: 5
Popularity: 0.011157
First Submitted: 2020-08-02 20:18 (UTC)
Last Updated: 2024-04-14 00:13 (UTC)

Latest Comments

merlock commented on 2022-01-28 04:00 (UTC)

Patch was merged in master @ 2b57930. No need for the discrete patch file now.

merlock commented on 2021-12-13 01:59 (UTC) (edited on 2021-12-13 04:23 (UTC) by merlock)

Broken with python 3.10 update.

https://github.com/cdberkstresser/fah-control/issues/22

Here's an interim fix. Base directory is /usr/lib/python3.10/site-packages:

diff --git a/fah/util/OrderedDict.py b/fah/util/OrderedDict.py
index d19a916..edb9cbc 100644
--- a/fah/util/OrderedDict.py
+++ b/fah/util/OrderedDict.py
@@ -20,7 +20,7 @@
 ################################################################################

 from collections import UserDict
-from collections import MutableMapping as DictMixin
+from collections.abc import MutableMapping as DictMixin

 class OrderedDict(dict, DictMixin):

gardenappl commented on 2021-01-08 15:19 (UTC)

@dedrozeba fixed

dedrozeba commented on 2021-01-07 18:52 (UTC)

The package needs python-six in dependencies.

gardenappl commented on 2020-08-02 23:20 (UTC)

@katt should be fixed now

katt commented on 2020-08-02 21:08 (UTC) (edited on 2020-08-02 21:10 (UTC) by katt)

needs to provide & conflict with fahcontrol ;p

EDIT: nvm I see it's in the PKGBUILD, your .SRCINFO is out of sync then I guess.