diff options
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/freeorion.profile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/freeorion.profile b/profiles/freeorion.profile index 6e4920c..7700937 100644 --- a/profiles/freeorion.profile +++ b/profiles/freeorion.profile @@ -4,7 +4,14 @@ include freeorion.local # Persistent global definitions include globals.local -noblacklist /usr/lib/python2* +# Freeorion requires python 3 +noblacklist ${PATH}/python3* +noblacklist /usr/include/python3* +noblacklist /usr/lib/python3* +noblacklist /usr/lib64/python3* +noblacklist /usr/local/lib/python3* +noblacklist /usr/share/python3* + noblacklist ${HOME}/.config/freeorion noblacklist ${HOME}/.local/share/freeorion |