SlackBuilds Repository

15.0 > Network > x11spice (20230803_33a9af7)

x11spice connects a running X server as a Spice server.

It owes a debt to the excellent x11vnc project, from the libvncserver
project. That project proved that this could be done, and done well.
Some of the logic, notably that of scan.c, was inspired by the code
in x11vnc.

Example: launch a spice server on a remote pc (where x11spice is
installed) via ssh, redirect the output locally and connect to it with
spicy

ssh $remote_host -L 5900:localhost:5900 \
"x11spice --allow-control --display :0 --password=whatever"

and then locally

spicy -h localhost -p 5900

This requires: spice

Maintained by: Matteo Bernardini
Keywords:
ChangeLog: x11spice

Homepage:
https://gitlab.freedesktop.org/spice/x11spice

Source Downloads:
x11spice-20230803_33a9af7.tar.xz (ad829eb4184cf5d5cdfdfb6e84ba8274)

Download SlackBuild:
x11spice.tar.gz
x11spice.tar.gz.asc (FAQ)

(the SlackBuild does not include the source)

Individual Files:
README
slack-desc
x11spice.SlackBuild
x11spice.info

Validated for Slackware 15.0

See our HOWTO for instructions on how to use the contents of this repository.

Access to the repository is available via:
ftp git cgit http rsync

© 2006-2024 SlackBuilds.org Project. All rights reserved.
Slackware® is a registered trademark of Patrick Volkerding
Linux® is a registered trademark of Linus Torvalds