Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
I've been searching for an embarassingly long time without finding a solution for this. Having to right-click files all day would be an exceedingly miserable experience. Is there any way to fix this?
Thank you so much, that's a huge help! I wish there was a way to have it apply only to .js files and not all executables, but close enough! (PS if you submit as an answer I will accept it)
The underlying problem may be that all the files are marked as executables. ls -l *.js will show you that. If you mark them as not executable, say with chmod -x *.js you won't need to change the Dolphin preferences.
.jsfiles and not all executables, but close enough! (PS if you submit as an answer I will accept it)ls -l *.jswill show you that. If you mark them as not executable, say withchmod -x *.jsyou won't need to change the Dolphin preferences.