From 5804bb69a744c92219269991d320a9541fe08bec Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 19 Nov 2024 16:06:01 -0300 Subject: [PATCH] profiles: chatterino: fix include comments Make them match the comments in profile.template. Command used to search for potential issues: $ git grep -E '# Allow [A-Z][A-Za-z]+ .* \(blacklisted' Added on commit 3af6c4068 ("Add Chatterino profile", 2022-12-24) / PR #5556. --- etc/profile-a-l/chatterino.profile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etc/profile-a-l/chatterino.profile b/etc/profile-a-l/chatterino.profile index 1b375c508..a966c443e 100644 --- a/etc/profile-a-l/chatterino.profile +++ b/etc/profile-a-l/chatterino.profile @@ -20,10 +20,12 @@ noblacklist ${HOME}/.local/share/chatterino noblacklist ${HOME}/.local/share/vlc noblacklist ${HOME}/.local/state/mpv -# Allow Lua for mpv (blacklisted by disable-interpreters.inc) +# Lua is required by mpv. +# Allow lua (blacklisted by disable-interpreters.inc) include allow-lua.inc -# Allow Python for Streamlink integration (blacklisted by disable-interpreters.inc) +# Python is required for streamlink integration. +# Allow python (blacklisted by disable-interpreters.inc) include allow-python3.inc include disable-common.inc