Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux blank screen fix #3065

Merged
merged 2 commits into from
Nov 22, 2024
Merged

Linux blank screen fix #3065

merged 2 commits into from
Nov 22, 2024

Commits on Nov 22, 2024

  1. qt: force mime type resolution by extension

    Fixes BitBoxSwiss#2684 and hopefully BitBoxSwiss#3061.
    
    Without this, on linux the local mimetype database (influenced by
    various packages installed on the system) can mess with the mimetype
    resolution of our .html/.js/.css files served locally, resulting in a
    blank page.
    
    This manually intercepts local requests and forces the correct
    mimetype for a set of hardcoded extensions.
    benma committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d78380f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b2ddac View commit details
    Browse the repository at this point in the history