emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#67214: closed ([PATCH] services: xvnc: Do not specify display number


From: GNU bug Tracking System
Subject: bug#67214: closed ([PATCH] services: xvnc: Do not specify display number when using inetd)
Date: Mon, 27 Nov 2023 16:04:02 +0000

Your message dated Mon, 27 Nov 2023 11:03:03 -0500
with message-id 
<CAJ=RwfZDD5o1WTGFgEPRMy7nxeCr1uxxE1g_aSVPJ1wSUXhJ6w@mail.gmail.com>
and subject line Re: [bug#67214] [PATCH] services: xvnc: Do not specify display 
number when using inetd
has caused the debbugs.gnu.org bug report #67214,
regarding [PATCH] services: xvnc: Do not specify display number when using inetd
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
67214: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67214
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: xvnc: Do not specify display number when using inetd Date: Wed, 15 Nov 2023 17:53:46 -0500
Hey everyone,

I've been struggling to get VNC working with multiple users. Upon
digging into it I realized that it's because the X display number is
fixed in the xvnc service, even when in inetd mode, so only the first
user who connects gets a desktop and everyone else gets an error. By
omitting the display number when using inetd, xvnc just picks an
unused display and I'm now able to log in with multiple user accounts.

The patch is a one-liner and hopefully not very controversial. :)

- Dave

Attachment: 0001-services-xvnc-Do-not-specify-display-number-when-usi.patch
Description: Text Data


--- End Message ---
--- Begin Message --- Subject: Re: [bug#67214] [PATCH] services: xvnc: Do not specify display number when using inetd Date: Mon, 27 Nov 2023 11:03:03 -0500
Hey Mathieu,

On Sat, Nov 25, 2023 at 1:11 PM Mathieu Othacehe <othacehe@gnu.org> wrote:
>
>
> Hello David,
>
> > * gnu/services/vnc.scm (xvnc-configuration->command-line-arguments): Omit X
> > display number when inetd? is #t.
>
> Seems fair, I think you can go ahead.

Thanks for the review! Pushed as commit
dce3672f5a8eb440ae61a334384423d1e2ff5e65.

- Dave


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]