https://bugs.kde.org/show_bug.cgi?id=371837
--- Comment #7 from Don Nguyen <don78color...@gmail.com> --- The reason why I suggest to do it this way is because dolphin activates the file via KRun(KIO) which uses a "behaviourOnLaunch" setting where the valid values are "alwaysAsk", "open", and "execute". This implementation is a direct mapping to that. Another reason to do it this way is so that that setting isn't split into two places - "Behavior", and "Confirmation". If we go with the two separate places, we would then also have to make changes to how that setting is captured. This would require a lot more changes. -- You are receiving this mail because: You are watching all bug changes.