https://bugs.kde.org/show_bug.cgi?id=480134
--- Comment #170 from Maik Qualmann <metzping...@gmail.com> --- Ok, the AppImage now works here with openSUSE, which is probably clear because of the file from openSUSE. I looked for which entry in the file was causing the problem for me, this entry is it: Loop: <mime-type type="application/javascript"> ... <alias type="application/x-javascript"/> <alias type="text/javascript"/> <sub-class-of type="application/ecmascript"/> --------------------------------------------------------------------- openSUSE: <mime-type type="text/javascript"> ... <alias type="application/x-javascript"/> <alias type="application/javascript"/> <alias type="text/jscript"/> <sub-class-of type="application/x-executable"/> <sub-class-of type="text/plain"/> You can see that there is no "application/javascript" entry, it is defined as "text" and the aliases are set accordingly. Maik -- You are receiving this mail because: You are watching all bug changes.