1. 04 Jul, 2015 1 commit
  2. 03 Jul, 2015 8 commits
  3. 29 Jun, 2015 1 commit
    • Mike DePaulo's avatar
      {nx-X11,nxproxy}: correct manpages: --help -> -help · 46de1b07
      Mike DePaulo authored
      xorg-server does not follow the convention of using 2 dashes.
      
      Note that --help does produce the help output. However, it
      produces this additional output after it:
      
      Error: Aborting session with 'Unrecognized option: --help'.
      Session: Aborting session at 'Sun Jun 28 01:35:35 2015'.
      Session: Session aborted at 'Sun Jun 28 01:35:35 2015'.
      
      It also causes a return code of 1 rather than 0.
      
      Therefore, we should instruct users to call -help instead.
      
      v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Affects:
        - 0009_nxagent_add-man-page.full.patch
        - 0009_nxproxy_add-man-page.full+lite.patch
        - 0209_x2goagent_add-man-page.full.patch
      46de1b07
  4. 23 Jun, 2015 1 commit
  5. 19 Jun, 2015 1 commit
  6. 16 Jun, 2015 1 commit
    • Vadim Troshchinskiy's avatar
      nxcomp: fix "negotiation in stage 10" error. · 37134814
      Vadim Troshchinskiy authored
      Problem fixed by adding a select() call to implement a timeout,
      and retrying writes if needed.
      
      v2: backport to nx-libs 3.5.0.x (Mihai Moldovan)
      
      Adds:
        - 0660_nxcomp_fix-negotiation-in-stage-10-error.full+lite.patch
      37134814
  7. 02 Jun, 2015 5 commits
  8. 28 May, 2015 7 commits
  9. 26 May, 2015 6 commits
  10. 04 May, 2015 1 commit
  11. 01 May, 2015 2 commits
  12. 30 Apr, 2015 3 commits
  13. 29 Apr, 2015 1 commit
    • Mihai Moldovan's avatar
      libnx-xinerama1: also create libXinerama symlink in… · 79d49066
      Mihai Moldovan authored
      libnx-xinerama1: also create libXinerama symlink in libnx-xinerama1.postinst.postinst (and remove in libnx-xinerama1.postinst.prerm.)
      
      Due to the nx-x11-common package being a noarch/allarch package,
      creating the symlink in nx-libs' Makefile will lead to the symlink
      referencing the "default" architecture dpkg uses for building
      noarch/allarch packages.
      
      Incidentally, this worked fine for Debian, as amd64 seems to be the
      default architecture. On Ubuntu, however, the default architecture up to
      Vivid (15.04) was i386. For those builds, the symlink pointed to the 32
      bit library of libNX_Xinerama.so.1 -- essentially breaking this feature.
      
      Move the symlink creation to the arch-sensitive libnx-xinerama1 package.
      The postinst and prerm scriptlets will work fine, unless someone
      installs the i386 package version *after* the amd64 version. Given that
      we already create symlinks to libNX_X11 and friends using that method,
      no new regression is introduced. Strictly speaking that's a bug, but
      we'll hopefully clean that up later...
      79d49066
  14. 27 Apr, 2015 2 commits