Opened 14 years ago

Closed 14 years ago

#78 closed defect (wontfix)

build native version of xpra server on osx (avoid starting an X display server)

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: minor Milestone: 1.1
Component: Client Keywords:
Cc:

Description

It kinda builds against gtk-osx with tweaks, but fails at runtime with:

ImportError: dlopen(/Library/Python/2.5/site-packages/wimpiggy/lowlevel/bindings.so, 2): Symbol not found: _gdk_x11_atom_to_xatom_for_display

No idea if gdk on osx implements get_xatom...

Change History (4)

comment:1 Changed 14 years ago by Antoine Martin

Owner: changed from Antoine Martin to Antoine Martin
Status: newaccepted

We can build the client using the same patches as the win32 port, but this has some limitations (keyboard, clipboard, etc..)

comment:2 Changed 14 years ago by Antoine Martin

Milestone: 1.0

comment:3 Changed 14 years ago by Antoine Martin

Milestone: 1.01.1
Summary: build native version of xpra on osx (avoid starting an X display server)build native version of xpra server on osx (avoid starting an X display server)

comment:4 Changed 14 years ago by Antoine Martin

Resolution: wontfix
Status: acceptedclosed

I don't think that's possible since we'll be running against Xvfb

Note: See TracTickets for help on using tickets.