From 77c3e15506839c9c7c2a6e8c7582da49b33507b8 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 30 Jun 2014 14:53:09 +0200 Subject: Split up patch 210 (for correct creation nx-libs, nx-libs-lite tarballs): * Split up patch 210 (for correct creation nx-libs, nx-libs-lite tarballs): + 210_nxagent_save_session_state.full.patch + 210_nxcomp_save_session_state.full+lite.patch --- .../patches/210_nxcomp_save_session_state.full+lite.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/patches/210_nxcomp_save_session_state.full+lite.patch (limited to 'debian/patches/210_nxcomp_save_session_state.full+lite.patch') diff --git a/debian/patches/210_nxcomp_save_session_state.full+lite.patch b/debian/patches/210_nxcomp_save_session_state.full+lite.patch new file mode 100644 index 000000000..1ef4440d8 --- /dev/null +++ b/debian/patches/210_nxcomp_save_session_state.full+lite.patch @@ -0,0 +1,15 @@ +Description: Ignore state= option in nxproxy/nxcomp +Author: Oleksandr Shneyder + +--- a/nxcomp/Loop.cpp ++++ b/nxcomp/Loop.cpp +@@ -8872,7 +8872,8 @@ + } + else if (strcasecmp(name, "defer") == 0 || + strcasecmp(name, "tile") == 0 || +- strcasecmp(name, "menu") == 0) ++ strcasecmp(name, "menu") == 0 || ++ strcasecmp(name, "state") == 0 ) + { + #ifdef DEBUG + *logofs << "Loop: Ignoring agent option '" << name -- cgit v1.2.3