I tried the binary but I also found some issues: docker@9b5c0b4b7e54:~$ sudo dpkg -i xpra_0.9.6-1_amd64.deb sudo: unable to resolve host 9b5c0b4b7e54 Selecting previously unselected package xpra. (Reading database ... 36590 files and directories currently installed.) Unpacking xpra (from xpra_0.9.6-1_amd64.deb) ... dpkg: dependency problems prevent configuration of xpra: xpra depends on libx264-120; however: Package libx264-120 is not installed. xpra depends on python-wimpiggy (= 0.9.6-1); however: Version of python-wimpiggy on system is 0.3.11+dfsg-1.
dpkg: error processing xpra (--install): dependency problems - leaving unconfigured Processing triggers for man-db ... Errors were encountered while processing: xpra docker@9b5c0b4b7e54:~$ uname -a Linux 9b5c0b4b7e54 3.8.0-19-generic #30~precise1-Ubuntu SMP Wed May 1 22:26:36 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux docker@9b5c0b4b7e54:~$ On Mon, Jul 15, 2013 at 11:05 PM, Roberto Hashioka < [email protected]> wrote: > Hi Antoine, > > Thanks for your reply. I'm trying to install the latest version but I'm > getting this error. Do you know why? > > docker@9b5c0b4b7e54:~/xpra-0.9.6$ ./setup.py install > ./setup.py install > build switches: {'sound': True, 'opengl': True, 'parti': True, 'cymaths': > True, 'PIC': True, 'vpx': True, 'debug': False, 'server': True, 'warn': > True, 'strict': True, 'webp': True, 'clipboard': True, 'cyxor': True, > 'x264': True, 'shadow': True, 'rencode': True, 'Xdummy': None} > Xdummy build flag: None > could not parse version information from string: (original version > string: Unversioned directory) > updated build_info.py with {'LOCAL_MODIFICATIONS': '0', 'BUILD_DATE': > '2013-07-16', 'BUILT_BY': 'docker', 'BUILT_ON': '9b5c0b4b7e54', > 'BUILD_BIT': '64bit', 'BUILD_CPU': 'x86_64', 'RELEASE_BUILD': True, > 'REVISION': '3751'} > Xdummy support unspecified, will try to detect > detecting Xorg version using: ['Xorg', '-version'] > found valid recent version of Xorg server: 1.13.0 > using Xdummy config file > Traceback (most recent call last): > File "./setup.py", line 713, in <module> > **pkgconfig(*BINDINGS_LIBS) > File "./setup.py", line 251, in pkgconfig > proc = subprocess.Popen(cmd, stdin=None, stdout=subprocess.PIPE, > stderr=subprocess.PIPE) > File "/usr/lib/python2.7/subprocess.py", line 679, in __init__ > errread, errwrite) > File "/usr/lib/python2.7/subprocess.py", line 1259, in _execute_child > raise child_exception > OSError: [Errno 2] No such file or directory > > > > > On Mon, Jul 15, 2013 at 9:51 PM, Antoine Martin <[email protected]>wrote: > >> Hi, >> >> >> On 16/07/13 11:27, Roberto Hashioka wrote: >> >> Hi Antoine, >> >> First of all, I would like to thank you for your great job with Xpra! I >> created a project that uses Xpra and I would like to use your fork. Now I'm >> using apt-get install xpra to install Xpra, but I would like to know what >> are the steps in order to install your version with multi-clients support >> and the other enhancements. >> >> Multi client support needs work (mainly to deal with minimized windows >> gracefully, systray forwarding, etc): >> http://xpra.org/trac/ticket/41 >> To enable it, use --enable-sharing on both server and clients (see man >> page for details) >> >> >> If you want to check my project, please check my github repo. >> https://github.com/rogaha/docker-desktop >> >> Sincerely, >> Roberto >> >> >> PS: please always use the mailing-list, which I have added to CC list. >> >> > _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
