Skip to content

Commit 6357d7b

Browse files
committed
Add known bugs section to wiki
Signed-off-by: Sahil Gupte <sahilsachingupte@gmail.com>
1 parent 73106b9 commit 6357d7b

2 files changed

Lines changed: 28 additions & 0 deletions

File tree

wiki/Home.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,30 @@ Moosync is an Electron based simple music player with a primary goal to provide
2626
## Download latest release
2727

2828
**The latest release can be found under [Releases](https://github.com/Moosync/Moosync/releases) section**
29+
30+
## Known bugs
31+
- **libvips-cpp.so.42 missing** - [Sharp](https://sharp.pixelplumbing.com/), a module required for Moosync to work requires libvips-cpp.so. If this library is missing for you, it will need to be installed manually.
32+
33+
### Archlinux
34+
Vips can be installed from [official repo](https://archlinux.org/packages/community/x86_64/libvips/) using
35+
```bash
36+
yay -S libvips
37+
```
38+
39+
### Ubuntu/Debian
40+
On Ubuntu and Debian, libvips can be installed using
41+
```bash
42+
apt-get install libvips-dev
43+
```
44+
45+
### Fedora
46+
On fedora, libvips can be installed using dnf
47+
48+
```bash
49+
dnf install vips
50+
```
51+
52+
### Installing manually
53+
If none of the above methods apply to you, you may try to find libvips for your distro. Or you may build it from source by following [this guide](https://www.libvips.org/install.html)
54+
55+

wiki/_Sidebar.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- [Welcome to Moosync Wiki](/wiki/)
44
- [Features](/wiki/#features)
55
- [Download latest release](/wiki/#download-latest-release)
6+
- [Known bugs](/wiki/#known-bugs)
67
- [3rd party integrations](/wiki/integrations)
78
- [Enabling Spotify integration](/wiki/integrations#enabling-spotify-integration)
89
- [Discord integration](/wiki/integrations#discord-integration)

0 commit comments

Comments
 (0)