From 6daa62bf4a5927d8dadcc651c67c763dac8f4db7 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Sat, 3 Aug 2024 21:39:33 -0700 Subject: Fix freeorion profile for python 3. --- profiles/freeorion.profile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'profiles') 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 -- cgit v1.2.1