hi, all,
I install ubuntu 18.04 amd64 with virt-manager,
the vdagent default installed is ok. the copy &paste and windows resize is ok。
but when I build the vdagent with the source code, it does not work.
and log has this error: "GetSeats failed: The name org.freedesktop.ConsoleKit was not provided by any .service files"
was I missing something ?
all my build command here:
/******************************************** sudo apt-get install autoconf libtool libpixman-1-dev libjpeg-dev libopus-dev python-pyparsing python-six sudo apt-get install build-essential
sudo apt-get install pkg-config
sudo apt-get install libperl-dev
sudo apt-get install libgtk2.0-dev
sudo apt install libasound2-dev
sudo apt-get install libdbus-1-dev
sudo apt-get install libdrm-dev
sudo apt-get install libpciaccess-dev
git clone https://gitlab.freedesktop.org/spice/spice-protocol.git
git checkout v0.14.0
./autogen.sh --prefix=/usr
sudo make install
git clone https://gitlab.freedesktop.org/spice/linux/vd_agent.git
git checkout spice-vdagent-0.17.0
./autogen.sh --prefix=/usr
sudo make install******************************************/ |
_______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel