faq: add missing so files

This commit is contained in:
Vaxry 2024-08-08 15:00:17 +02:00
parent 25f11065a4
commit ae08043321
1 changed files with 13 additions and 0 deletions

View File

@ -377,3 +377,16 @@ can work around the issue by adding in your `hyprland.conf`:
```ini
monitor=Unknown-1,disabled
```
## I get a .so file missing error on launch
If you are using a -git package, this is a common occurrence when ABI-breaking updates are done.
***Do not*** symlink different .so versions, this will cause crashes!!!
Instead, find all hypr* packages with `-git` you have installed, remove them (possibly remove dependencies of them, too)
and simply install them again.
If using yay, make sure to `CleanBuild` every package. If using paru, manually remove the cache of hypr* packages in `~/.cache/paru`.
If you are not using any -git packages, this is a mistake in your distro's packaging and should be solved there.