Skip to content

Commit

Permalink
we don't support python-lzo at all any more
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Jul 28, 2023
1 parent 5a4daf7 commit 12cc759
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/Build/Debian.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ apt-get install python3-opengl
For more details, see [network](../Network/README.md).
```shell
apt-get install python3-dbus python3-cryptography \
python3-netifaces python3-yaml python3-lzo
python3-netifaces python3-yaml
```
[SSH](../Network/SSH.md):
```shell
Expand Down
4 changes: 2 additions & 2 deletions docs/Build/Other.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apt-get install libx11-dev libxtst-dev libxcomposite-dev libxdamage-dev \
libxkbfile-dev python-all-dev python-gobject-dev python-gtk2-dev \
libx264-dev libvpx-dev \
xvfb xauth x11-xkb-utils \
zlib1g zlib1g-dev liblzo2-2 liblzo2-dev
zlib1g zlib1g-dev
```
some system-supplied Python tools may just be too old, so get new ones directly from the world of Python:
```shell
Expand All @@ -58,7 +58,7 @@ to be able to use most of xpra's features, you may also want to install:
apt-get install python-netifaces dbus-x11 python-dbus \
hicolor-icon-theme python-avahi python-numpy \
gstreamer1.0-x gstreamer1.0-tools \
python-pil python-lzo python-setuptools
python-pil python-setuptools
```
build xpra from source as per [wiki](./README.md)

Expand Down
3 changes: 1 addition & 2 deletions fs/share/man/man1/xpra.1
Original file line number Diff line number Diff line change
Expand Up @@ -1299,8 +1299,7 @@ The webcam device to use can also be specified.
\fB-z\fP\fILEVEL\fP, \fB--compress\fP=\fILEVEL\fP
Select the level of compression xpra will use when transmitting data
over the network.
With the \fBlz4\fP and \fBlzo\fP compressors,
there are only two possible values:
There are only two possible values:
0 (meaning no compression) and 1 (compression enabled).

This compression is not used on pixel data (except
Expand Down

0 comments on commit 12cc759

Please sign in to comment.