From 23f24befa8ebc88e0ba198d889ee5e78e93c3a2f Mon Sep 17 00:00:00 2001 From: Ruan Date: Sat, 23 Apr 2016 10:46:49 +0200 Subject: Allow python3 for hexchat.profile HexChat uses python3 under Arch Linux, so this is required for it to launch. --- etc/hexchat.profile | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/hexchat.profile b/etc/hexchat.profile index 7978960c8..bace1c9e6 100644 --- a/etc/hexchat.profile +++ b/etc/hexchat.profile @@ -1,6 +1,7 @@ # HexChat instant messaging profile noblacklist ${HOME}/.config/hexchat noblacklist /usr/lib/python2* +noblacklist /usr/lib/python3* include /etc/firejail/disable-common.inc include /etc/firejail/disable-programs.inc include /etc/firejail/disable-devel.inc -- cgit v1.2.3-54-g00ecf