mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-08 06:25:58 +01:00
faq: add missing so files
This commit is contained in:
parent
25f11065a4
commit
ae08043321
1 changed files with 13 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue