https://bugs.kde.org/show_bug.cgi?id=429839
Ahmad Samir <a.samir...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |a.samir...@gmail.com --- Comment #4 from Ahmad Samir <a.samir...@gmail.com> --- from /usr/share/mime/packages/freedesktop.org.xml, application/javascript is a sub-class of application/ecmascript, which is a sub-class of application/x-executable; and it has: <magic priority="50"> <match type="string" value="#!/bin/gjs" offset="0"/> <match type="string" value="#! /bin/gjs" offset="0"/> <match type="string" value="eval \"exec /bin/gjs" offset="0"/> <match type="string" value="#!/usr/bin/gjs" offset="0"/> <match type="string" value="#! /usr/bin/gjs" offset="0"/> <match type="string" value="eval \"exec /usr/bin/gjs" offset="0"/> <match type="string" value="#!/usr/local/bin/gjs" offset="0"/> <match type="string" value="#! /usr/local/bin/gjs" offset="0"/> <match type="string" value="eval \"exec /usr/local/bin/gjs" offset="0"/> <match type="string" value="/bin/env gjs" offset="2:16"/> </magic> Are you saying it should always be opened as text? -- You are receiving this mail because: You are watching all bug changes.