Ulrich Sibiller

Results 246 comments of Ulrich Sibiller
trafficstars

Note that man nxproxy contains this: ``` mask= Determine the distribution of channel ids between the proxies. By default, channels whose ids are multiple of 8 (starting from 0) are...

The alert is defined in nxcomp/include/NXalert.h and opened in nxcomp/src/ServerChannel.cpp. x2goclient seems to have an undocumented --dialog option that got unnoticed (by me) before...

Things that need to be improved: - fix handling of FullScreen switch when autograb and/or inputlock are active - restrict autograb and inputlock to windowed mode - add keystroke to...

On Mon, Apr 3, 2017 at 9:20 PM, Mike Gabriel wrote: > > @uli42: any news on this one? What's its status? Being a bit distracted currently, but: I cannot...

On Mon, Apr 3, 2017 at 9:47 PM, Mike Gabriel wrote: > > Command line switch > > Yes. > > > options file > > Yes. Really both? Why?

Changing display of the state in the window title can be adjusted after this patch works in all situations... You write "the autograb mode standalone seems to work". Well, have...

Update: autograb code is merged and working, but we have left out the window title handling stuff and the inputlock code.

As the fontpath is a mix of a compile time path and some hardcoded paths, that are constructed and checked at runtime is not easy to update the manpage in...

In `nx-X11/programs/Xserver/Imakefile I found this: ``` EXTRAMANDEFS = -D__default_font_path__="`echo $(DEFAULTFONTPATH) | sed -e 's/,/, /g'`" ``` which seems not to be used by the makefile in hw/nxagent. However, this is...

A prerequisite for this to check is to incorporate these changes into lib(NX_)X11, which is done in #1037