1. 05 Jan, 2020 1 commit
    • Ulrich Sibiller's avatar
      Display.c: drop icon file support · 3cd622cf
      Ulrich Sibiller authored
      The normal case was to use the builtin icons. There were two cases
      where the icon file was read from disk:
      
      1) /usr/NX/share/images/nxagent.xpm was existing which normally is not
         there
      
      2) case 2 was not true and nxagent.xpm was existing somewhere in the
         PATH (!)
      
      (replace nxagent.xpm by x2goagent.xpm if in x2gp mode)
      
      Scanning the path from the PATH variable for xpm files is kind of
      unexpected and dangerous, too (think of automounter triggers or
      invalid xpm files).
      
      Also remove the xpm files from the distribution.
      3cd622cf
  2. 27 Aug, 2019 1 commit
  3. 01 Mar, 2019 1 commit
  4. 03 Jul, 2018 1 commit
  5. 13 Dec, 2017 1 commit
  6. 05 Dec, 2017 1 commit
  7. 01 Mar, 2017 2 commits
  8. 26 Feb, 2017 1 commit
  9. 09 Feb, 2017 1 commit
  10. 01 Jul, 2016 1 commit
    • Mike Gabriel's avatar
      Rework nxagent and nxproxy wrapper scripts. · 5934d03e
      Mike Gabriel authored
        o Install nxagent/nxproxy executables into multi-arch path.
        o Fake libNX_X11.so* as $LIBDIR/nx-X11/libX11.so*.
        o Allow injecting different $NXAPP containing the executable name.
      
        o For e.g. x2goagent this requires the following changes:
      
          - Move x2goagent symlink from /usr/lib/x2go/bin/x2goagent to
            $LIBDIR/nx/bin/x2goagent
          - Replace /usr/bin/x2goagent by a two-liner...
      
          ```
          #!/bin/sh
      
          export NXAPP=x2goagent
          nxagent
          ```
      5934d03e
  11. 29 Jun, 2016 1 commit
  12. 29 Jan, 2015 1 commit
  13. 28 Jan, 2015 2 commits
    • Mike Gabriel's avatar
      7357f8c0
    • Mike Gabriel's avatar
      Fully rework the way nx-libs gets packaged for Debian/Ubuntu. · b3d32ec5
      Mike Gabriel authored
        * Debian/Ubuntu packaging:
          + Fully rework the way nx-libs gets packaged for Debian/Ubuntu.
          + Split up libnx-x11 into individual packages.
          + Provide dbg:packages for each bin:package containing binaries.
          + Use Makefile logic to install files into DESTDIR.
          + Provide dev:packages for each lib:package individually.
          + Provide nx-x11proto-*-dev packages for all libnx-* libraries.
          + Install _all_ library files (*.so*) to /usr/lib/<triplet>/, so
            no extra settings of LD_LIBRARY_PATH is necessary.
      b3d32ec5
  14. 08 May, 2013 1 commit
  15. 06 May, 2013 1 commit
  16. 19 Oct, 2012 1 commit
  17. 10 Jan, 2012 1 commit
  18. 31 Dec, 2011 1 commit
  19. 29 Dec, 2011 2 commits
  20. 19 Nov, 2011 1 commit