Comment 4 for bug 778676

Revision history for this message
David Burke (bufke) wrote :

I have a fix, edit line 276 in /usr/lib/pymodules/python2.7/sabayon/protosession.py

Change the h's to i's so it looks like this
pack_format = ">ii%dsi%dsi%dsi%d" % (display_addr_len, display_num_len, xauth_name_len, xauth_data_len)

It will then work. Hopefully someone can patch this.