https://bugs.kde.org/show_bug.cgi?id=394018
skierpage <skierp...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |skierp...@gmail.com --- Comment #3 from skierpage <skierp...@gmail.com> --- (In reply to Nikita Sirgienko from comment #1) > Add support for "application/x-extension-html" mimetype in R expression, > because some systems use this mimetype for html, instead of "text/html" According to https://gitlab.gnome.org/GNOME/glib/-/issues/2511 , this can happen when applications, primarily browsers, call the glib function `g_desktop_app_info_set_as_default_for_extension()`; it creates a new fake "user extension" mimetype, application/x-extension-foo. The unexpected mimetype causes various bugs with applications. That bug report has a workaround to get rid of these mimetypes. -- You are receiving this mail because: You are watching all bug changes.