Skip to content

Commit 4cd68df

Browse files
Update README.md
1 parent b5f2a77 commit 4cd68df

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Open the project in Unity 6000.2.6f2 and build the player with executable name "
1818
### Requirements
1919
- A common GNU/Linux distro
2020
- A common X11 desktop environment which supports compositing (such as KDE, Xfce, GNOME, etc.)
21-
- `libpulse-dev` and `pipewire-pulse` (if you are using Pipewire as audio server)
21+
- `libpulse` and `pipewire-pulse` (if you are using Pipewire as audio server)
2222
- `libgtk-3-dev libglib2.0-dev libappindicator3-dev`
23-
- `libx11-dev libxext-dev libxrender-dev libxdamage-dev`
23+
- `libx11-6 libxext6 libxrender1 libxdamage2`
2424

2525
On Ubuntu and other Debian-based Linux:
2626
```bash
27-
sudo apt install libpulse-dev libgtk-3-dev libglib2.0-dev libappindicator3-dev libx11-dev libxext-dev libxrender-dev libxdamage-dev
27+
sudo apt install libpulse-dev libgtk-3-dev libglib2.0-dev libappindicator3-dev libx11-6 libxext6 libxrender1 libxdamage2
2828
```
2929
On Fedora:
3030
```bash
31-
sudo dnf install pulseaudio-libs-devel gtk3-devel glib2-devel libX11-devel libXext-devel libXrender-devel libXdamage-devel libappindicator-gtk3
31+
sudo dnf install pulseaudio-libs gtk3 glib2 libX11 libXext libXrender-devel libXdamage libappindicator-gtk3
3232
```
3333
On Arch Linux:
3434
```bash
@@ -55,7 +55,6 @@ Note that if you use GNOME, you will need [AppIndicator and KStatusNotifierItem
5555
- Window snapping and dock sitting are still kind of buggy, and they don't work on XWayland Interface
5656
- Crashes at low system performance (`pa_mainloop_iterate`)
5757
- Limited window moving in KWin (KDE, GNOME)
58-
- Delayed system tray menu update
5958
- PulseAudio sometimes returns an empty audio program name
6059

6160
### Removed
@@ -118,7 +117,6 @@ sudo pacman -S libpulse gtk3 glib2 libx11 libxext libxrender libxdamage libappin
118117
- 坐在窗口和程序坞上仍然有点bug
119118
- 系统性能较低时崩溃(`pa_mainloop_iterate`
120119
- KWin(KDE)和GNOME中窗口的移动范围有限
121-
- 系统托盘菜单更新延迟
122120
- PulseAudio有时会返回空的音频程序名称
123121

124122
### 已删除

0 commit comments

Comments
 (0)