Opened 15 years ago
Closed 15 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 15 years ago by
Owner: | changed from Antoine Martin to Antoine Martin |
---|---|
Status: | new → accepted |
comment:2 Changed 15 years ago by
Milestone: | → 1.0 |
---|
comment:3 Changed 15 years ago by
Milestone: | 1.0 → 1.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 15 years ago by
Resolution: | → wontfix |
---|---|
Status: | accepted → closed |
I don't think that's possible since we'll be running against Xvfb
Note: See
TracTickets for help on using
tickets.
We can build the client using the same patches as the win32 port, but this has some limitations (keyboard, clipboard, etc..)