Skip to content

Commit

Permalink
[wiki] added guide to fix missing in-game icons in linux
Browse files Browse the repository at this point in the history
  • Loading branch information
silentrald committed Dec 17, 2024
1 parent 26699c1 commit 27f7c04
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Binary file added docs/assets/linux-missing-icons.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/wiki/Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,18 @@ Once Proton is installed, when you open your BSManager application for the first

# Troubleshooting

## Missing Icons in game

<p align="center">
<img src="../assets/linux-missing-icons.png" alt="Linux Missing Icons" width="300"/>
<br>
NOTE: "?" are missing unicode icons
</p>

This is due to [BSML](https://github.com/monkeymanboy/BeatSaberMarkupLanguage) using a missing font (`Segoe UI Symbols`) for unicode emojis.

To fix the issue, you need to download the `seguisym.ttf` from (Windows 10 Fonts Default)[https://github.com/taveevut/Windows-10-Fonts-Default] repository. Once downloaded, move/copy the font file to `~/.steam/steam/steamapps/compatdata/620980/pfx/drive_c/windows/Fonts`.

## Permission denied on "bs-versions.json"

<pre>
Expand Down

0 comments on commit 27f7c04

Please sign in to comment.