diff options
Diffstat (limited to 'debian/patches/0203_nxagent_disable-rootless-exit.full.patch')
-rw-r--r-- | debian/patches/0203_nxagent_disable-rootless-exit.full.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/patches/0203_nxagent_disable-rootless-exit.full.patch b/debian/patches/0203_nxagent_disable-rootless-exit.full.patch index 74579f4d8..4c4879e17 100644 --- a/debian/patches/0203_nxagent_disable-rootless-exit.full.patch +++ b/debian/patches/0203_nxagent_disable-rootless-exit.full.patch @@ -3,7 +3,7 @@ Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> --- a/nx-X11/programs/Xserver/hw/nxagent/Args.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Args.c -@@ -672,6 +672,12 @@ +@@ -672,6 +672,12 @@ int ddxProcessArgument(int argc, char *a return 1; } @@ -16,7 +16,7 @@ Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> if (!strcmp(argv[i], "-noonce")) { nxagentOnce = False; -@@ -1855,6 +1861,7 @@ +@@ -1855,6 +1861,7 @@ void ddxUseMsg() ErrorF("The NX system adds the following arguments:\n"); ErrorF("-forcenx force use of NX protocol messages assuming communication through nxproxy\n"); ErrorF("-timeout int auto-disconnect timeout in seconds (minimum allowed: 60)\n"); @@ -26,7 +26,7 @@ Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> ErrorF("-nocomposite disable the use of the composite extension\n"); --- a/nx-X11/programs/Xserver/hw/nxagent/Handlers.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Handlers.c -@@ -219,7 +219,7 @@ +@@ -219,7 +219,7 @@ void nxagentBlockHandler(pointer data, s if (nxagentOption(Rootless) && nxagentLastWindowDestroyed && nxagentRootlessDialogPid == 0 && @@ -37,7 +37,7 @@ Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> fprintf(stderr, "nxagentBlockHandler: No application running. Closing the session.\n"); --- a/nx-X11/programs/Xserver/hw/nxagent/Options.c +++ b/nx-X11/programs/Xserver/hw/nxagent/Options.c -@@ -56,6 +56,7 @@ +@@ -56,6 +56,7 @@ void nxagentInitOptions() nxagentOptions.Persistent = 1; nxagentOptions.Rootless = UNDEFINED; nxagentOptions.Fullscreen = UNDEFINED; @@ -47,7 +47,7 @@ Author: Oleksandr Shneyder <o.schneyder@phoca-gmbh.de> nxagentOptions.Y = 0; --- a/nx-X11/programs/Xserver/hw/nxagent/Options.h +++ b/nx-X11/programs/Xserver/hw/nxagent/Options.h -@@ -381,6 +381,13 @@ +@@ -381,6 +381,13 @@ typedef struct _AgentOptions int ImageRateLimit; |