<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
hi, all,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I install ubuntu 18.04 amd64  with virt-manager,</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
the vdagent default installed is ok. the copy &paste and windows resize is okĄŁ</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
but when I build the vdagent with the source code, it does not work.</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
and  log <span style="color: rgb(0, 0, 0); font-family: Calibri, Helvetica, sans-serif; font-size: 12pt;">has this error: "GetSeats failed: The name org.freedesktop.ConsoleKit was not provided by any .service files"</span></div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
was I missing something ?</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
all my build command here:<br>
/********************************************<br>
<span>sudo apt-get install autoconf libtool libpixman-1-dev libjpeg-dev libopus-dev python-pyparsing python-six
<br>
</span>
<div>sudo apt-get install build-essential<br>
</div>
<div>sudo apt-get install pkg-config<br>
</div>
<div><br>
</div>
<div>sudo apt-get install libperl-dev<br>
</div>
<div>sudo apt-get install libgtk2.0-dev<br>
</div>
<div>sudo apt install libasound2-dev<br>
</div>
<div>sudo apt-get install libdbus-1-dev<br>
</div>
<div>sudo apt-get install libdrm-dev<br>
</div>
<div>sudo apt-get install libpciaccess-dev<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>git clone https://gitlab.freedesktop.org/spice/spice-protocol.git<br>
</div>
<div>git checkout v0.14.0 <br>
</div>
<div>./autogen.sh --prefix=/usr<br>
</div>
<div>sudo make install<br>
</div>
<div><br>
</div>
<div>git clone https://gitlab.freedesktop.org/spice/linux/vd_agent.git<br>
</div>
<div>git checkout spice-vdagent-0.17.0 <br>
</div>
<div><br>
</div>
<div>./autogen.sh --prefix=/usr<br>
</div>
<span>sudo make install<br>
</span>******************************************/</div>
<div style="font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
</body>
</html>