diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-06-30 14:53:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2014-06-30 14:53:09 +0200 |
commit | 77c3e15506839c9c7c2a6e8c7582da49b33507b8 (patch) | |
tree | 0825df3613dd960b5b2724212aaf3511923b50f6 /debian/patches/210_nxcomp_save_session_state.full+lite.patch | |
parent | 035de8281a0455d0bf98fdd786e492587ae88e31 (diff) | |
download | nx-libs-77c3e15506839c9c7c2a6e8c7582da49b33507b8.tar.gz nx-libs-77c3e15506839c9c7c2a6e8c7582da49b33507b8.tar.bz2 nx-libs-77c3e15506839c9c7c2a6e8c7582da49b33507b8.zip |
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
Diffstat (limited to 'debian/patches/210_nxcomp_save_session_state.full+lite.patch')
-rw-r--r-- | debian/patches/210_nxcomp_save_session_state.full+lite.patch | 15 |
1 files changed, 15 insertions, 0 deletions
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=<statefile> option in nxproxy/nxcomp +Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> + +--- 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 |