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
0e2b7971
Commit
0e2b7971
authored
Feb 04, 2021
by
Mike Gabriel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 3.5.99.26
parent
3e02494c
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
15 additions
and
8 deletions
+15
-8
AUTHORS
AUTHORS
+0
-0
ChangeLog
ChangeLog
+0
-0
VERSION
VERSION
+1
-1
changelog
debian/changelog
+7
-0
bw.rgb
nx-X11/extras/Mesa_6.4.2/progs/images/bw.rgb
+0
-0
nxagent.1
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
+1
-1
nx-libs.spec
nx-libs.spec
+2
-2
nxdialog
nxdialog/bin/nxdialog
+2
-2
nxdialog.1
nxdialog/man/nxdialog.1
+1
-1
nxproxy.1
nxproxy/man/nxproxy.1
+1
-1
No files found.
AUTHORS
0 → 100644
View file @
0e2b7971
ChangeLog
View file @
0e2b7971
This diff is collapsed.
Click to expand it.
VERSION
View file @
0e2b7971
3.5.99.2
5
3.5.99.2
6
debian/changelog
View file @
0e2b7971
nx-libs (2:3.5.99.26-0) unstable; urgency=medium
* Upstream-provided Debian package for nx-libs.
See upstream ChangeLog for recent changes.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Thu, 04 Feb 2021 14:34:17 +0100
nx-libs (2:3.5.99.25-0) unstable; urgency=medium
* Upstream-provided Debian package for nx-libs.
...
...
nx-X11/extras/Mesa_6.4.2/progs/images/bw.rgb
View file @
0e2b7971
No preview for this file type
nx-X11/programs/Xserver/hw/nxagent/man/nxagent.1
View file @
0e2b7971
...
...
@@ -23,7 +23,7 @@
.\" other dealings in this Software without prior written authorization
.\" from The Open Group.
.ds q \N'34'
.TH nxagent 1 "
Nov 2020" "Version 3.5.99.25
" "NX Agent (Xserver)"
.TH nxagent 1 "
Feb 2021" "Version 3.5.99.26
" "NX Agent (Xserver)"
.SH NAME
nxagent \- nested Xserver optimized for remote computing
.SH SYNOPSIS
...
...
nx-libs.spec
View file @
0e2b7971
...
...
@@ -10,7 +10,7 @@
%endif
Name: nx-libs
Version: 3.5.99.2
5
Version: 3.5.99.2
6
Release: 0.0build1%{?dist}
Summary: NX X11 protocol compression libraries
...
...
@@ -643,5 +643,5 @@ sed -i '1 s/python/python3/' %{buildroot}%{_bindir}/nxdialog
%{_datadir}/man/man1/nxdialog.1*
%changelog
* Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.2
5
* Sun May 31 2020 Mike Gabriel <mike.gabriel@das-netzwerkteam.de> 3.5.99.2
6
- See upstream ChangeLog and debian/changelog for details.
nxdialog/bin/nxdialog
View file @
0e2b7971
...
...
@@ -298,7 +298,7 @@ class NxDialogProgram(object):
parser
=
argparse
.
ArgumentParser
(
description
=
"Helper for nxagent to display dialogs"
)
# nxagent 3.5.99.2
5
only uses yesno, ok, pulldown and yesnosuspend
# nxagent 3.5.99.2
6
only uses yesno, ok, pulldown and yesnosuspend
# yesno dialogs will always kill the session if "yes" is selected
parser
.
add_argument
(
"--dialog"
,
dest
=
"dialog_type"
,
help
=
'type of dialog to show, one of "yesno",
\
...
...
@@ -316,7 +316,7 @@ class NxDialogProgram(object):
parser
.
add_argument
(
"--window"
,
dest
=
"window"
,
help
=
"id of window where to embed the
\
pulldown dialog type"
)
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.2
5
# -class, -local, -allowmultiple are unused in nxlibs 3.5.99.2
6
parser
.
add_argument
(
"--class"
,
dest
=
"dlgclass"
,
default
=
"info"
,
help
=
"class of the message (info, warning, error)
\
default: info) [currently unimplemented]"
)
...
...
nxdialog/man/nxdialog.1
View file @
0e2b7971
...
...
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH nxdialog 1 "
Nov 2020" "Version 3.5.99.25
" "NX Dialog"
.TH nxdialog 1 "
Feb 2021" "Version 3.5.99.26
" "NX Dialog"
.SH NAME
nxdialog \- NX Dialog Helper
.SH SYNOPSIS
...
...
nxproxy/man/nxproxy.1
View file @
0e2b7971
...
...
@@ -5,7 +5,7 @@
\\$2 \(la\\$1\(ra\\$3
..
.if \n(.g .mso www.tmac
.TH nxproxy 1 "
Nov 2020" "Version 3.5.99.25
" "NX Proxy"
.TH nxproxy 1 "
Feb 2021" "Version 3.5.99.26
" "NX Proxy"
.SH NAME
nxproxy \- NX Proxy Tool
.SH SYNOPSIS
...
...
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