(snip)
> Property changed on 5243065: _NET_WM_ICON
> _NET_WM_ICON changed on 5243065, re-reading
> Error parsing property _NET_WM_ICON (type icon); this may be a
> misbehaving application, or bug in Wimpiggy
> Data:
> '0\x00\x00\x000\x00\x00\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00\xff\xff\xff\x00'[...?]
(snip)
> File "/usr/lib64/python2.4/site-packages/wimpiggy/prop.py", line 131,
> in _read_image
> AttributeError: 'cairo.ImageSurface' object has no attribute 'get_data'
> forwarded
(snip)
Hmm, I don't really understand the code that deals with cairo, in
particular what this is meant to do:
surf.get_data()[:] = bytes
Maybe Nathaniel can shed some light on this.
All I can suggest is that you add:
if not hasattr("surf", "get_data"):
return None
in /usr/lib64/python2.4/site-packages/wimpiggy/prop.py before line 131
This doesn't deal with the fact that the icon data is either broken or
that the code fails to deal with it correctly, it only catches the
problem and tries to continue.
Let me know if that allows it continue.
Cheers
Antoine
>
>
> Does this mean anything to you?
>
> BTW I've tried both with Eclipse 3.5 and Eclipse 3.6.2 with same results.
>
> -P
>
>
>
> On Fri, 01 Apr 2011 15:00:10 -0400, Paul G. Weiss <[email protected]> wrote:
>
>> On Fri, 01 Apr 2011 14:48:36 -0400, Antoine Martin
>> <[email protected]> wrote:
>>
>>> On 04/01/2011 10:03 PM, Paul G. Weiss wrote:
>>>> On Fri, 01 Apr 2011 10:47:00 -0400, Antoine Martin
>>>> <[email protected]> wrote:
>>>>
>>>>> The server is a Fedora 14 system (obviously, the client is anything
>>>>> you
>>>>> like)
>>>>> I don't think the distro should make much of a difference, unless
>>>>> CentOS
>>>>> ships a weird eclipse setup.
>>>>> Does it work if you first launch a terminal then launch eclipse from
>>>>> there?
>>>>> Anything in the logs?
>>>>>
>>>>> Antoine
>>>>
>>>> I am launching it from a terminal. That's how I run it under xpra:
>>>>
>>>> xpra start :7
>>>>
>>>> then
>>>>
>>>> DISPLAY=:7 eclipse
>>> What I meant was that you can start a terminal:
>>> DISPLAY=:7 xterm
>>> Then start eclipse from that terminal once you are attached to the
>>> session. See if that works, or if you get more helpful log messages.
>>> You may also want to increase debugging for xpra: "xpra -d all"
>>>
>>> Cheers
>>> Antoine
>>
>> Do I specify -d all on the start command? If so, where does the
>> logging go?
>> -P
>>
>>
>>>
>>>>
>>>>
>>>> The reason I ask about the distro is that that might have different
>>>> version of xserver. But would that make a difference to xpra?
>>>> -P
>>>>
>>>>
>>>>
>>>>>
>>>>> On 04/01/2011 07:46 PM, Paul G. Weiss wrote:
>>>>>> On what distro are you running it? I was trying on Centos 5.
>>>>>> -P
>>>>>>
>>>>>>
>>>>>> On Fri, 01 Apr 2011 03:55:37 -0400, Antoine Martin
>>>>>> <[email protected]> wrote:
>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> That's odd, I've just tried it and it seems to work fine.
>>>>>>> I am using winswitch to start it, but that shouldn't make any
>>>>>>> difference. (worth a try though)
>>>>>>>
>>>>>>> Cheers
>>>>>>> Antoine
>>>>>>>
>>>>>>> On 04/01/2011 04:27 AM, Paul G. Weiss wrote:
>>>>>>>> Is anyone able to run Eclipse under xpra. I had tried earlier and
>>>>>>>> failed and just tried again with this new release. Still no
>>>>>>>> good. It
>>>>>>>> brings up the initial splash screen then hangs.
>>>>>>>>
>>>>>>>> -P
>>>>>>>>
>>>>>>>>
>>>>>>>> On Thu, 31 Mar 2011 16:44:05 -0400, Antoine Martin
>>>>>>>> <[email protected]> wrote:
>>>>>>>>
>>>>>>>>> Hi,
>>>>>>>>>
>>>>>>>>> I've just made a new release (0.0.7.18) at:
>>>>>>>>> http://winswitch.org/dists/
>>>>>>>>>
>>>>>>>>> * DEBian packages for all major debian based distros
>>>>>>>>> * RPMs for Fedora, CentOS and openSUSE
>>>>>>>>> * ebuilds for Gentoo
>>>>>>>>> * Standalone Xpra installer for MS Windows
>>>>>>>>>
>>>>>>>>> The only things I have not built are the Mac OS X DMGs but you can
>>>>>>>>> use
>>>>>>>>> the winswitch DMGs for that (it includes xpra amongst other
>>>>>>>>> things)
>>>>>>>>>
>>>>>>>>> Let me know if you have any problems.
>>>>>>>>>
>>>>>>>>> Cheers
>>>>>>>>> Antoine
>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> On 03/27/2011 01:36 PM, Antoine Martin wrote:
>>>>>>>>>> Hi,
>>>>>>>>>>
>>>>>>>>>> I have been making regular releases of an "enhanced xpra" here:
>>>>>>>>>> http://winswitch.org/src/
>>>>>>>>>> You can find debian packages on this site too. This is the
>>>>>>>>>> version
>>>>>>>>>> used
>>>>>>>>>> by FreeBSD, amongst others. I have also made ebuilds for
>>>>>>>>>> Gentoo and
>>>>>>>>>> RPMs
>>>>>>>>>> for a number of distributions.
>>>>>>>>>> Please also note that "winswitch" (the software on this site)
>>>>>>>>>> will not
>>>>>>>>>> work with xpra upstream because it lacks some required features.
>>>>>>>>>>
>>>>>>>>>> Here is a short summary of the enhancements I added:
>>>>>>>>>> * jpeg compression support (patch was not mine)
>>>>>>>>>> * minor version mismatch support (only refuses clients
>>>>>>>>>> connections
>>>>>>>>>> when
>>>>>>>>>> protocol has actually changed)
>>>>>>>>>> * --password-file option (useful for securing --bind-tcp)
>>>>>>>>>> * compile fix for Fedora (and maybe others)
>>>>>>>>>> * python style fixes (from pydev lint warnings)
>>>>>>>>>> * forced client disconnection (prevents ghost windows)
>>>>>>>>>> * --no-pulseaudio option
>>>>>>>>>> * --no-clipboard option
>>>>>>>>>> * simple GUI launcher
>>>>>>>>>> * win32 build files
>>>>>>>>>> * better OSX support
>>>>>>>>>> etc
>>>>>>>>>>
>>>>>>>>>> As for the keyboard mapping issues, I am aware of the problem and
>>>>>>>>>> although winswitch does try to workaround the mapping issues this
>>>>>>>>>> is a
>>>>>>>>>> hard problem to solve and I have recently found new issues caused
>>>>>>>>>> by the
>>>>>>>>>> workarounds.. Time permitting, I will take another look at this.
>>>>>>>>>>
>>>>>>>>>> Cheers
>>>>>>>>>> Antoine
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> On 03/27/2011 12:29 AM, أحمد المحمودي wrote:
>>>>>>>>>>> Hello,
>>>>>>>>>>>
>>>>>>>>>>> I sent this email to your email address last December, but I
>>>>>>>>>>> got no
>>>>>>>>>>> reply yet.
>>>>>>>>>>>
>>>>>>>>>>> I was working on preparing a Debian package for parti-all
>>>>>>>>>>> (based on
>>>>>>>>>>> the Ubuntu package). Yet some concerns were raised on Debian
>>>>>>>>>>> regarding
>>>>>>>>>>> the software:
>>>>>>>>>>>
>>>>>>>>>>> * You mentioned that parti is not usable as an actual
>>>>>>>>>>> day-to-day
>>>>>>>>>>> window manager.
>>>>>>>>>>> * xpra has problems with non-US keyboards layouts.
>>>>>>>>>>>
>>>>>>>>>>> I had a look at the hg repository, and I see there were a
>>>>>>>>>>> considerable
>>>>>>>>>>> amount of changes since your last release (0.0.6), I wonder if
>>>>>>>>>>> the
>>>>>>>>>>> above issues got fixed then. Also, do you intend to prepare
>>>>>>>>>>> a new
>>>>>>>>>>> release soon ?
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Parti-discuss mailing list
>>>>>>>>>>> [email protected]
>>>>>>>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Parti-discuss mailing list
>>>>>>>>> [email protected]
>>>>>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>>>>>
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Parti-discuss mailing list
>>>>>>>> [email protected]
>>>>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>>>>
>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Parti-discuss mailing list
>>>>>>> [email protected]
>>>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>>>
>>>>>>
>>>>>> _______________________________________________
>>>>>> Parti-discuss mailing list
>>>>>> [email protected]
>>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Parti-discuss mailing list
>>>>> [email protected]
>>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>>
>>>>
>>>> _______________________________________________
>>>> Parti-discuss mailing list
>>>> [email protected]
>>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>>
>>>
>>> _______________________________________________
>>> Parti-discuss mailing list
>>> [email protected]
>>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>>
>>
>> _______________________________________________
>> Parti-discuss mailing list
>> [email protected]
>> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
>
>
> _______________________________________________
> Parti-discuss mailing list
> [email protected]
> http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss