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
a544b9d4
You need to sign in or sign up before continuing.
Commit
a544b9d4
authored
May 06, 2014
by
Oleksandr Shneyder
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nxagent: add patch to fix refresh error on RDP connections to Windows 2012 if speed=ADSL.
parent
4bbcbe50
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
0 deletions
+19
-0
changelog
debian/changelog
+4
-0
205_nxagent_refresh-adsl.full.patch
debian/patches/205_nxagent_refresh-adsl.full.patch
+14
-0
series
debian/patches/series
+1
-0
No files found.
debian/changelog
View file @
a544b9d4
...
@@ -19,6 +19,10 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low
...
@@ -19,6 +19,10 @@ nx-libs (2:3.5.0.23-0x2go1) UNRELEASED; urgency=low
* nx-libs.spec:
* nx-libs.spec:
+ Build our imake against xorg-x11-proto-devel.
+ Build our imake against xorg-x11-proto-devel.
[ Oleksandr Shneyder ]
* nxagent: add patch to fix refresh error on RDP connections to Windows 2012
if speed=ADSL.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Jan 2014 22:02:16 +0100
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Sat, 04 Jan 2014 22:02:16 +0100
nx-libs (2:3.5.0.22-0x2go2) unstable; urgency=low
nx-libs (2:3.5.0.22-0x2go2) unstable; urgency=low
...
...
debian/patches/205_nxagent_refresh-adsl.full.patch
0 → 100644
View file @
a544b9d4
Description: Fix refresh errors on Win2012 RDP connections with speed=ADSL
Author: Oleksandr Shneyder <o.shneyder@phoca-gmbh.de>
diff -rupN a/nx-X11/programs/Xserver/hw/nxagent/Render.c b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c
--- a/nx-X11/programs/Xserver/hw/nxagent/GCOps.c 2014-05-06 12:52:35.082288455 +0200
+++ b/nx-X11/programs/Xserver/hw/nxagent/GCOps.c 2014-05-06 12:54:00.258710819 +0200
@@ -339,7 +339,7 @@ FIXME: The popup could be synchronized w
*/
if ((pDstDrawable -> type == DRAWABLE_PIXMAP &&
- nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 2)
+ nxagentOption(DeferLevel) > 0) || nxagentOption(DeferLevel) >= 3)
{
pClipRegion = nxagentCreateRegion(pSrcDrawable, NULL, srcx, srcy,
width, height);
debian/patches/series
View file @
a544b9d4
...
@@ -43,6 +43,7 @@
...
@@ -43,6 +43,7 @@
202_nx-X11_enable-xinerama.full.patch
202_nx-X11_enable-xinerama.full.patch
203_nxagent_disable-rootless-exit.full.patch
203_nxagent_disable-rootless-exit.full.patch
204_nxagent_repaint-solidpict.full.patch
204_nxagent_repaint-solidpict.full.patch
205_nxagent_refresh-adsl.full.patch
209_x2goagent-add-man-page.full.patch
209_x2goagent-add-man-page.full.patch
220_nxproxy-bind-loopback-only.full+lite.patch
220_nxproxy-bind-loopback-only.full+lite.patch
300_nxagent_set-wm-class.full.patch
300_nxagent_set-wm-class.full.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