Package: xpra / 0.17.6+dfsg-1

Metadata

Package Version Patches format
xpra 0.17.6+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
build no strict prototypes gtkitemfactory.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 debian has buggy gtk headers, so we have to disable strict checking.
~~~~
 In file included from /usr/include/gtk-2.0/gtk/gtk.h:234:0,
                  from /usr/include/pygtk-2.0/pygtk/pygtk.h:8,
                  from xpra/x11/gtk2/gdk_display_source.c:297:
 /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47:1: error: function declaration isn't a prototype [-Werror=strict-prototypes]
  typedef void (*GtkItemFactoryCallback)  ();
  ^
~~~~


buildinfo.patch | (download)

add_build_info.py | 18 10 + 8 - 0 !
1 file changed, 10 insertions(+), 8 deletions(-)

 customise build info
 * get build date/time from changelog.
 * get revision from "svn-version" file.
 * inject package version as "changes".
 * reduce determinism (reproducible build).


disable_html5.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 disable html5 client


fakexinerama.patch | (download)

xpra/os_util.py | 1 1 + 0 - 0 !
xpra/x11/fakeXinerama.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 locate private fakexinerama library.


quality levels.patch | (download)

xpra/client/gtk_base/gtk_tray_menu_base.py | 11 7 + 4 - 0 !
1 file changed, 7 insertions(+), 4 deletions(-)

 add more quality levels to menu; show quality percentage.


conf default codec order.patch | (download)

xpra/sound/gstreamer_util.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 change audio codec (priority) order to match priority of
 gstreamer plugins packages alternatives:
  base(vorbis); good(wavpack, wav, flac, speex); ugly(mp3); bad(opus).


conf default speaker.patch | (download)

etc/xpra/xpra.conf.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 set speaker "off" by default
 Do not forward speaker on attach; sound forwarding is to be enabled from
 menu so it won't slow down session on slow link or play unexpectedly.


conf default xsession.patch | (download)

etc/xpra/xpra.conf.in | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 start xsession by default
 On "xpra start" it is useful to allow xsession to initialise
 dbus, keyring-daemon, gpg-agent or whatever else might be starting
 together with X as these days many applications depends on those services.
 .
 Upstream do not think it is useful outside of Debian.