Re: libX11/nls/en_US.UTF-8/Compose.pre inconsistent formatting

2024-10-11 Thread Ulrich Sibiller
Hi,

I think vcxsrv is based on the cygwin source:
https://github.com/marchaesen/vcxsrv

Uli

On Thu, Oct 10, 2024 at 1:31 PM Enrico Weigelt, metux IT consult
 wrote:
>
> On 04.10.24 19:16, brian.ing...@systematicsw.ab.ca wrote:
>
> Hi,
>
> > I do submit git format-patch/send-email patches to newlib and Cygwin
> > libraries, and maintain a bunch of Cygwin packages,
>
> Apropos Cygwin: do you happen to know whether anybody's still using the
> Xorg Cygwin port (instead of mingw32) ?
>
> I'm asking because I believe it's really unmaintained (no idea whether
> it's even still compiling) and already submitted an MR to remove it.
>
> The yet open question is whether it's worth still supporting it - or
> drop it entirely. What's your oppinion on that ?
>
> 
>
> > So I could contribute changes, preferably via git
> > format-patch/send-email, which you could apply using git am, or sign in
> > using my Gitlab account which I use for other Gitlab based projects, and
> > figure out merges and pushes or vice-versa again?
>
> If you have a gitlab account (and fork permission), then MRs would be
> the preferred way (we're running everything through MRs, which need to
> pass CI).
>
> If for some reason you can't do this, I can do the manual proxy ;-)
>
>
> --mtx
>
> --
> ---
> Hinweis: unverschlüsselte E-Mails können leicht abgehört und manipuliert
> werden ! Für eine vertrauliche Kommunikation senden Sie bitte ihren
> GPG/PGP-Schlüssel zu.
> ---
> Enrico Weigelt, metux IT consult
> Free software and Linux embedded engineering
> i...@metux.net -- +49-151-27565287
>


Re: Connecting to a modern Xserver with an old client

2023-07-24 Thread Ulrich Sibiller
On Mon, Jul 24, 2023 at 12:56 PM Peter Hutterer
 wrote:

> And logging every access from a client is not great either - and logging
> it once will likely just make it disappear in the rest of the server log.

Well, you just need to log _failing_ clients. Those clients will not
produce many requests as they are rejected right at the beginning, not
getting a display. Right?

But just to mention it: I think rejecting them is not the right way to
handle them anyway. You never know what clients you'll see in the
future and having to restart X to give them access is a no-go in my
POV.

Uli