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
5a9f8294
Commit
5a9f8294
authored
May 05, 2015
by
Mihai Moldovan
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian/libnx-xinerama1.*: fix faulty logic when creating symlinks.
Backported from Arctica GH 3.6.x branch.
parent
5f2a5ac8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
changelog
debian/changelog
+2
-0
libnx-xinerama1.postinst.in
debian/libnx-xinerama1.postinst.in
+3
-3
No files found.
debian/changelog
View file @
5a9f8294
...
...
@@ -144,6 +144,8 @@ nx-libs (2:3.5.0.32-0x2go1) UNRELEASED; urgency=low
Backported from Arctica GH 3.6.x branch.
* debian/control: workaround missing dependencies of nxagent on Ubuntu for
now.
* debian/libnx-xinerama1.*: fix faulty logic when creating symlinks.
Backported from Arctica GH 3.6.x branch.
[ Bernard Cafarelli ]
* nx-X11: link to libdl to fix undefined references to 'dlopen' and 'dlsym'.
...
...
debian/libnx-xinerama1.postinst.in
View file @
5a9f8294
...
...
@@ -28,13 +28,13 @@ case "$1" in
# Already existent files are not removed.
# Users will need to explicitly remove them and (re-) configure this package.
if
test
-e
$libdir
/libX11.so.6
;
then
if
!
test
-e
$libdir
/libX11.so.6
;
then
ln
-s
$libdir
/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
fi
if
test
-e
$libdir
/libXext.so.6
;
then
if
!
test
-e
$libdir
/libXext.so.6
;
then
ln
-s
$libdir
/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
fi
if
test
-e
$libdir
/libNX_Xinerama.so.1
;
then
if
!
test
-e
$libdir
/libNX_Xinerama.so.1
;
then
ln
-s
$libdir
/libNX_Xinerama.so.1 /usr/lib/nx/X11/Xinerama/libXinerama.so.1
fi
;;
...
...
dimbor
@dimbor
mentioned in commit
449eae1b
·
Jan 26, 2018
mentioned in commit
449eae1b
mentioned in commit 449eae1be9ee948872fd35f3a6629b714ceec496
Toggle commit list
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