#265 closed defect (fixed)
win32 binaries that include sound (gstreamer) complain about missing python2.6
Reported by: | Antoine Martin | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 0.9 |
Component: | core | Version: | trunk |
Keywords: | Cc: |
Description
Apparently, we ship libgst-python2.6.dll
and some duplicate copies of the DLLs (that's because some get bundled by py2exe and others are copied by the BAT file..)
So:
- remove anything python2.6 related from the output - should fix the alert dialog
- remove the duplicates
- trim down the number gstreamer DLLs that we ship (remove all the rtp, video, ...) - should reduce the size of the installer (somewhat related to #253 and #103)
All this, as cleanly as possible... using (educated) trial and error might still be the fastest approach.
Change History (3)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
r2776 removes the GStreamer plugins we don't need when building with sound - reduces the compressed installer output size by about 2MB (actual disk space used by much more - and more importantly, far less clutter)
comment:3 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/265
Note: See
TracTickets for help on using
tickets.
r2748 removes the python2.6 warning