Skip to content

Commit

Permalink
faq: add missing so files
Browse files Browse the repository at this point in the history
  • Loading branch information
vaxerski committed Aug 8, 2024
1 parent 25f1106 commit ae08043
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pages/FAQ/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit ae08043

Please sign in to comment.