Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
5a7e3cc1
Commit
5a7e3cc1
authored
Nov 19, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add patch: 005_add_nxagent_wrapper.patch.
parent
e6033454
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
0 deletions
+14
-0
changelog
debian/changelog
+1
-0
005_add_nxagent_wrapper.patch
debian/patches/005_add_nxagent_wrapper.patch
+12
-0
series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
5a7e3cc1
...
@@ -7,5 +7,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
...
@@ -7,5 +7,6 @@ nx-libs (2:3.5.0-0~x2go1) UNRELEASED; urgency=low
* Add patch: 002_nxcompshad-build-against-nx-x11-only.patch.
* Add patch: 002_nxcompshad-build-against-nx-x11-only.patch.
* Add patch: 003_nxcompshad-gcc43.patch.
* Add patch: 003_nxcompshad-gcc43.patch.
* Add patch: 004_nx-x11-fix-nxcompshad-build.patch.
* Add patch: 004_nx-x11-fix-nxcompshad-build.patch.
* Add patch: 005_add_nxagent_wrapper.patch.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 14 Oct 2011 03:01:39 +0200
debian/patches/005_add_nxagent_wrapper.patch
0 → 100644
View file @
5a7e3cc1
--- /dev/null
+++ b/bin/nxagent
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+NX_LIBS=/usr/lib/nx
+LD_LIBRARY_PATH=/usr/lib/nx
+
+export NX_LIBS
+export LD_LIBRARY_PATH
+
+exec /usr/lib/nx/nxagent "$@"
debian/patches/series
View file @
5a7e3cc1
...
@@ -2,3 +2,4 @@
...
@@ -2,3 +2,4 @@
002_nxcompshad-build-against-nx-x11-only.patch
002_nxcompshad-build-against-nx-x11-only.patch
003_nxcompshad-gcc43.patch
003_nxcompshad-gcc43.patch
004_nx-x11-fix-nxcompshad-build.patch
004_nx-x11-fix-nxcompshad-build.patch
005_add_nxagent_wrapper.patch
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment