modrinth / labrinth

Our Rust-based backend utilizing the actix-web framework to serve Modrinth's API.
https://modrinth.com
GNU Affero General Public License v3.0
509 stars 73 forks source link

Modrinth doesn't display UI elements on Linux (Arch) #919

Open 7deok7 opened 1 month ago

7deok7 commented 1 month ago

Describe the bug

The app launches, but nothing is displayed, apart from a grey background. I believe all the buttons are functional because I clicked on a place where my cursor changed to a link cursor and that took me to a Modrinth login page, as well as the close button (which is also invisible) works and closes the app.

Steps to reproduce

  1. Give the .AppImage file permission to be opened as an executable
  2. Open the app

Expected behavior

I expected to be able to see the buttons. There were no buttons in the app.

Additional context

No response

blryface commented 1 month ago

I think it's a known issue that the app doesn't work properly on some Linux setups, especially if you're using Nvidia graphics

blryface commented 1 month ago

This is also the wrong repository, the app is on modrinth/theseus. Labrinth is the backend API for the website

7deok7 commented 1 month ago

My bad, sorry.