I installed Code::Blocks 20.03 through APT on Lubuntu 20.03. Selecting "Mask this script as TRUSTED permanently." has no effect; the question to allow the script execution comes up again after selection.
The meaning of this is that some script is trying to execute a shell command. Generally these are untrusted and should be specifically white-listed. Unfortunately the system doesn't seem to work too well.
If you want to disable this go to Settings -> Scripting -> Security.
But it would be better if we fix the trust system. So it would be helpful if you can describe what you're doing. Where are you executing the script from?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
What is the script command behind? Are you using macros in scripts?
The meaning of this is that some script is trying to execute a shell command. Generally these are untrusted and should be specifically white-listed. Unfortunately the system doesn't seem to work too well.
If you want to disable this go to Settings -> Scripting -> Security.
But it would be better if we fix the trust system. So it would be helpful if you can describe what you're doing. Where are you executing the script from?
May be fixed in [r12799].
Related
Commit: [r12799]
Yes fixed in this commit.
Thank you for digging it out :)