Skip to content

Commit

Permalink
Run spice-vdagentd without systemd-logind integration
Browse files Browse the repository at this point in the history
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 96ecdd4)

Related: rhbz#1169991
  • Loading branch information
dashea committed Aug 27, 2015
1 parent aab6998 commit 7f11202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions share/config_files/common/spice-vdagentd
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SPICE_VDAGENTD_EXTRA_ARGS=-X
1 change: 1 addition & 0 deletions share/runtime-postinstall.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ install ${configdir}/bash_history root/.bash_history
install ${configdir}/profile root/.profile
install ${configdir}/libuser.conf etc
install ${configdir}/sysctl.conf etc/sysctl.d/anaconda.conf
install ${configdir}/spice-vdagentd etc/sysconfig
mkdir etc/NetworkManager/conf.d
install ${configdir}/90-anaconda-no-auto-default.conf etc/NetworkManager/conf.d
install ${configdir}/91-anaconda-autoconnect-slaves.conf etc/NetworkManager/conf.d
Expand Down

0 comments on commit 7f11202

Please sign in to comment.