Draft: Folder View: Fix executables not being allowed with certain codepaths
FolderModel::run() sets the bit to allow executables to be executed, but
FolderModel::openSelected() does not, creating a divergence in behavior
depending on how the user opened something. To eliminate this issue,
both should set it.
BUG: 429603 CCBUG: 455924 FIXED-IN: 5.24.6
Edited by Nate Graham