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
449eae1b
Commit
449eae1b
authored
Sep 22, 2015
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "debian/libnx-xinerama1.*: fix faulty logic when creating symlinks."
This reverts commit
5a9f8294
. Conflicts (resolved by Mike Gabriel): debian/changelog
parent
021050ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
changelog
debian/changelog
+5
-0
libnx-xinerama1.postinst.in
debian/libnx-xinerama1.postinst.in
+3
-3
No files found.
debian/changelog
View file @
449eae1b
...
...
@@ -7,6 +7,11 @@ nx-libs (2:3.5.0.33-0x2go1) UNRELEASED; urgency=low
- Add xkeyboard-config to nxagent's Requires. Should be a weak dependency,
but RPM doesn't support that too well yet.
[ Mike Gabriel ]
* debian/libxinerama1.postinst.in:
+ Revert 5a9f829. Make sure libnx-Xinerama1 based Xinerama works
again with X2Go on Debian based systems.
-- X2Go Release Manager <git-admin@x2go.org> Sat, 04 Jul 2015 06:29:19 +0200
nx-libs (2:3.5.0.32-0x2go1) unstable; urgency=low
...
...
debian/libnx-xinerama1.postinst.in
View file @
449eae1b
...
...
@@ -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
;;
...
...
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