- 05 Jan, 2020 2 commits
-
-
Ulrich Sibiller authored
The normal case was to use the builtin icons. There were two cases where the icon file was read from disk: 1) /usr/NX/share/images/nxagent.xpm was existing which normally is not there 2) case 2 was not true and nxagent.xpm was existing somewhere in the PATH (!) (replace nxagent.xpm by x2goagent.xpm if in x2gp mode) Scanning the path from the PATH variable for xpm files is kind of unexpected and dangerous, too (think of automounter triggers or invalid xpm files). Also remove the xpm files from the distribution.
-
Mike Gabriel authored
Attributes GH PR #889: https://github.com/ArcticaProject/nx-libs/pull/889
-
- 04 Jan, 2020 2 commits
-
-
Ulrich Sibiller authored
This leads to a tremendous startup speedup (several seconds, depending on latency) because libXpm had to do a lot of X requests (have not further examined which). With this colour-reduced version things are quick again for those connections without losing a lot of quality. Fixes ArcticaProject/nx-libs#824
-
Ulrich Sibiller authored
gimp refused to load it, nxagent crashed if this was loaded as icon file!
-
- 23 Nov, 2019 4 commits
-
-
Mike Gabriel authored
Attributes GH PR #878: https://github.com/ArcticaProject/nx-libs/pull/878
-
Ulrich Sibiller authored
Most <int> options are <bool>. Change that and add missing defaults. Also add list of descriptions for the defer option.
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #876: https://github.com/ArcticaProject/nx-libs/pull/876
-
- 18 Nov, 2019 1 commit
-
-
Ulrich Sibiller authored
-
- 15 Nov, 2019 31 commits
-
-
Mike Gabriel authored
Attributes GH PR #875: https://github.com/ArcticaProject/nx-libs/pull/875
-
Ulrich Sibiller authored
fix one FIXME. This is a rewritten and extended version of a quick patch by Danil Pleshakov and Dimbor.
-
Ulrich Sibiller authored
Correctly determine the Atom names from the real X server.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
The previously used "Atom" type was confusing. Clarify this by writing the code as requested in the manpage of XChangeProperty: "If the specified format is 8, the property data must be a char array. If the specified format is 16, the property data must be a short array. If the specified format is 32, the property data must be a long array."
-
Mike Gabriel authored
Attributes GH PR #860: https://github.com/ArcticaProject/nx-libs/pull/860
-
Ulrich Sibiller authored
make i a local loop variable everywhere by changing the while loop to a for loop.
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This fixes a possible unitialized struct variable.
-
Mike Gabriel authored
Attributes GH PR #867: https://github.com/ArcticaProject/nx-libs/pull/867
-
Ulrich Sibiller authored
plus some minor formatting fixes
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This check has already been done before we reach here. Also add some comments about a condition that will never occur...
-
Ulrich Sibiller authored
-
Mike Gabriel authored
Attributes GH PR #857: https://github.com/ArcticaProject/nx-libs/pull/857
-
Ulrich Sibiller authored
This makes them much more readable
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
-
Ulrich Sibiller authored
This should disable clipboard but effictively did activate clipboard=both.
-
Ulrich Sibiller authored
Right at the beginnigng of nxagentParseSingleOption we check for "clipboard" and prepare argv and argc accordingly for ddxProcessArgument. The removed code thus could never be reached.
-
Ulrich Sibiller authored
"clipboard=something" does not need to be passed on, so return after setting nxagentOptions accordingly. This fixes [nx-X11/programs/Xserver/hw/nxagent/Args.c:1584]: (error) Uninitialized variable: argc
-