From fb87e9a4d911a2b6982c6d64bcc238c72aa89d89 Mon Sep 17 00:00:00 2001 From: NetSysFire <59517351+NetSysFire@users.noreply.github.com> Date: Sun, 17 Jul 2022 23:36:20 +0200 Subject: remmina.profile: allow python3 (#5253) * remmina.profile: allow python * Update etc/profile-m-z/remmina.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> --- etc/profile-m-z/remmina.profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'etc/profile-m-z') diff --git a/etc/profile-m-z/remmina.profile b/etc/profile-m-z/remmina.profile index 6b98c5976..79630f09c 100644 --- a/etc/profile-m-z/remmina.profile +++ b/etc/profile-m-z/remmina.profile @@ -13,6 +13,9 @@ noblacklist ${HOME}/.local/share/remmina # Allow ssh (blacklisted by disable-common.inc) include allow-ssh.inc +# Allow python (blacklisted by disable-interpreters.inc) +include allow-python3.inc + include disable-common.inc include disable-devel.inc include disable-exec.inc -- cgit v1.2.3-54-g00ecf