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
3027f501
Commit
3027f501
authored
Sep 23, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enforce symlink creation for Xinerama et al. library symlinks.
parent
449eae1b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
changelog
debian/changelog
+1
-0
libnx-xinerama1.postinst.in
debian/libnx-xinerama1.postinst.in
+3
-3
No files found.
debian/changelog
View file @
3027f501
...
@@ -11,6 +11,7 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
...
@@ -11,6 +11,7 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
* debian/libxinerama1.postinst.in:
* debian/libxinerama1.postinst.in:
+ Revert 5a9f829. Make sure libnx-Xinerama1 based Xinerama works
+ Revert 5a9f829. Make sure libnx-Xinerama1 based Xinerama works
again with X2Go on Debian based systems.
again with X2Go on Debian based systems.
+ Enforce symlink creation for Xinerama et al. library symlinks.
-- X2Go Release Manager <git-admin@x2go.org> Sat, 04 Jul 2015 06:29:19 +0200
-- X2Go Release Manager <git-admin@x2go.org> Sat, 04 Jul 2015 06:29:19 +0200
...
...
debian/libnx-xinerama1.postinst.in
View file @
3027f501
...
@@ -29,13 +29,13 @@ case "$1" in
...
@@ -29,13 +29,13 @@ case "$1" in
# Already existent files are not removed.
# Already existent files are not removed.
# Users will need to explicitly remove them and (re-) configure this package.
# 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
ln
-s
f
$libdir
/libX11.so.6 /usr/lib/nx/X11/Xinerama/libNX_X11.so.6
fi
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
ln
-s
f
$libdir
/libXext.so.6 /usr/lib/nx/X11/Xinerama/libNX_Xext.so.6
fi
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
ln
-s
f
$libdir
/libNX_Xinerama.so.1 /usr/lib/nx/X11/Xinerama/libXinerama.so.1
fi
fi
;;
;;
...
...
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