On January 30, 2016 14:48:32 Antoine Martin wrote: > On 30/01/16 11:59, [email protected] wrote: > > Hi, > > > > I'm not able to connect with the Windows client to retrieve applications > > started with xpra. I have followed the instructions on > > https://help.ubuntu.com/community/Xpra[1] to start an > > application with a screen like: > (snip) > > > 2016-01-30 10:50:31,684 server error processing new connection from > > Protocol(SocketConnection(/home/ron/.xpra/regDesktopHome-7)) > > > Traceback (most recent call last): > (..) > > > ValueError: too many values to unpack > > Ancient bug which has been fixed a long long time ago, but completely > ignored in Debian and Ubuntu. And there are dozens more like this one.
Really, hey? Okay, great! > > > How can I get this to work? > > Don't use the broken and outdated packages from Ubuntu or Debian and it > will be fine. > http://xpra.org/trac/wiki/Packaging#DistributionPackages Okay, So I went ahead and downloaded the sources for 0.16. from https://www.xpra.org/src/[1], I extracted and followed the README, installed all dependencies listed for Debian based oses, executed ./setup.py install --home=install but got this: ... ... found gcc version: 4.8.4 running install running build running build_py copying xpra/build_info.py -> build/lib.linux-x86_64-2.7/xpra running build_ext building 'xpra.x11.gtk2.gdk_display_source' extension x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict- prototypes -fPIC -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include - I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 - I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/gio- unix-2.0/ -I/usr/include/freetype2 -I/usr/include/pixman-1 -I/usr/include/libpng12 - I/usr/include/harfbuzz -I/usr/include/pygtk-2.0 -I/usr/include/python2.7 -c xpra/x11/gtk2/gdk_display_source.c -o build/temp.linux- x86_64-2.7/xpra/x11/gtk2/gdk_display_source.o -Wall -Werror -fPIC In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0, from /usr/include/pygtk-2.0/pygtk/pygtk.h:8, from xpra/x11/gtk2/gdk_display_source.c:354: /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration isn’t a prototype [- Werror=strict-prototypes] typedef void (*GtkItemFactoryCallback) (); ^ cc1: all warnings being treated as errors error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 (snip) Any idea how I can get this going? What am I missing? Thanks alot! Ron -------- [1] https://www.xpra.org/src/ _______________________________________________ shifter-users mailing list [email protected] http://lists.devloop.org.uk/mailman/listinfo/shifter-users
