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
43c04dbf
Commit
43c04dbf
authored
Dec 29, 2011
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rework FreeNX patches to be applicable to latest NX sources.
parent
9f226601
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
17 additions
and
16 deletions
+17
-16
changelog
debian/changelog
+1
-0
105_nxagent_export-remote-keyboard-config.patch
...n/patches/105_nxagent_export-remote-keyboard-config.patch
+1
-1
108_nxagent_wine-close-delay.patch
debian/patches/108_nxagent_wine-close-delay.patch
+2
-2
109_nxagent_locale-utf8-compound-text.patch
debian/patches/109_nxagent_locale-utf8-compound-text.patch
+1
-1
200_nxagent_unbrand-agent.patch
debian/patches/200_nxagent_unbrand-agent.patch
+12
-12
No files found.
debian/changelog
View file @
43c04dbf
...
...
@@ -21,6 +21,7 @@ nx-libs (2:3.5.0-0~x2go2) UNRELEASED; urgency=low
- 200_nxagent_unbrand-agent.patch
* Adapt path names in FreeNX patches to meet requirements for source tree of this
package.
* Rework FreeNX patches to be applicable to latest NX sources.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Wed, 28 Dec 2011 19:06:26 +0100
...
...
debian/patches/105_nxagent_export-remote-keyboard-config.patch
View file @
43c04dbf
...
...
@@ -34,7 +34,7 @@
#include "NXlib.h"
@@ -17
70,6 +177
1,42 @@
@@ -17
90,6 +179
1,42 @@
}
#endif
...
...
debian/patches/108_nxagent_wine-close-delay.patch
View file @
43c04dbf
...
...
@@ -15,7 +15,7 @@
/*
* This is currently unused.
*/
@@ -1
640,6 +1648
,17 @@
@@ -1
858,6 +1866
,17 @@
nxagentAddConfiguredWindow(pWin, CWStackingOrder);
nxagentAddConfiguredWindow(pWin, CW_Shape);
...
...
@@ -33,7 +33,7 @@
#ifdef SHAPE
/*
@@ -1
686,6 +1705
,17 @@
@@ -1
904,6 +1923
,17 @@
return True;
}
...
...
debian/patches/109_nxagent_locale-utf8-compound-text.patch
View file @
43c04dbf
...
...
@@ -10,7 +10,7 @@
/*
* Set here the required log level.
*/
@@ -3
39,6 +342
,20 @@
@@ -3
48,6 +351
,20 @@
*/
blackRoot = TRUE;
...
...
debian/patches/200_nxagent_unbrand-agent.patch
View file @
43c04dbf
--- a/nx-X11/programs/Xserver/hw/nxagent/Screen.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Screen.c
@@ -1
539,7 +1539
,20 @@
@@ -1
754,7 +1754
,20 @@
#ifdef TEST
fprintf(stderr, "nxagentOpenScreen: Created new default window with id [%ld].\n",
nxagentDefaultWindows[pScreen->myNum]);
...
...
@@ -32,17 +32,6 @@
#define nxagentSetPrintGeometry(screen) \
nxagentPrintGeometryFlags = (1 << (screen));
--- a/nx-X11/programs/Xserver/hw/nxagent/Display.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Display.c
@@ -1861,7 +1861,7 @@
strncpy(default_path, "", 255);
strcat(icon_filename, NXAGENT_ICON_NAME);
- strcat(default_path,"/usr/NX/share/images/");
+ strcat(default_path,"/usr/share/pixmaps/");
strcat(default_path,icon_filename);
if ((icon_fp = fopen(default_path, "r")) == NULL)
--- a/nx-X11/programs/Xserver/hw/nxagent/Splash.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Splash.c
@@ -204,6 +204,7 @@
...
...
@@ -53,3 +42,14 @@
if (!nxagentPixmapLogo)
{
return;
--- a/nx-X11/programs/Xserver/hw/nxagent/Display.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Display.c
@@ -1919,7 +1919,7 @@
XlibPixmap IconPixmap;
XlibPixmap IconShape;
- snprintf(default_path, PATH_MAX-1, "/usr/NX/share/images/%s", NXAGENT_ICON_NAME);
+ snprintf(default_path, PATH_MAX-1, "/usr/share/pixmaps/%s", NXAGENT_ICON_NAME);
if ((icon_fp = fopen(default_path, "r")) == NULL)
{
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