41715eb194
The system-wide spice guest agent, spice-vdagentd, normally uses
systemd-logind to determine which of the per-session spice-vdagent
instances it should be communicating with. On the non-live media, the X
session isn't registered with systemd-logind, so instead start
spice-vdagentd with -X to disable the systemd-logind integration and
serve instead to a single spice-vdagent.
(cherry picked from commit 96ecdd4e6e
)
Related: rhbz#1169991
2 lines
29 B
Plaintext
2 lines
29 B
Plaintext
SPICE_VDAGENTD_EXTRA_ARGS=-X
|