Re: GNOME Wayland sessions die with "No GPUs with outputs found"

2024-04-05 Thread Jonas Ã…dahl
If you need assistance running and configuring GNOME, the right place to ask questions is https://discourse.gnome.org/. Jonas On Fri, Apr 05, 2024 at 12:00:22AM -0700, Shankar Ramamoorthy wrote: > I'm trying to run Wayland on a headless EC2 instance and sessions die with > &q

GNOME Wayland sessions die with "No GPUs with outputs found"

2024-04-05 Thread Shankar Ramamoorthy
I'm trying to run Wayland on a headless EC2 instance and sessions die with "No GPUs with outputs found". I was wondering if perhaps there is an oversight w.r.t. the headless GPU case. I tracked down the message to the following code starting @ line 890 in src/backends/native/meta-

Re: [PATCH weston v2 1/2] weston-launch: Only run a login shell for new sessions

2016-08-15 Thread Quentin Glidic
On 13/06/2016 09:45, Pekka Paalanen wrote: On Fri, 10 Jun 2016 16:01:21 +0200 Quentin Glidic wrote: From: Quentin Glidic This way, the environment is correctly preserved for weston. Since commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only called when we open a new PAM sessio

Re: [PATCH weston v2 1/2] weston-launch: Only run a login shell for new sessions

2016-06-13 Thread Pekka Paalanen
On Fri, 10 Jun 2016 16:01:21 +0200 Quentin Glidic wrote: > From: Quentin Glidic > > This way, the environment is correctly preserved for weston. Since > commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only > called when we open a new PAM session, so it makes sense to only use a >

[PATCH weston v2 1/2] weston-launch: Only run a login shell for new sessions

2016-06-10 Thread Quentin Glidic
From: Quentin Glidic This way, the environment is correctly preserved for weston. Since commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only called when we open a new PAM session, so it makes sense to only use a login shell in that case. Signed-off-by: Quentin Glidic --- v2: - C

Re: [PATCH weston 1/2] weston-launch: Only run a login shell for new sessions

2016-06-10 Thread Quentin Glidic
On 09/06/2016 12:05, Pekka Paalanen wrote: On Sun, 29 May 2016 13:59:14 +0200 Quentin Glidic wrote: From: Quentin Glidic This way, the environment is correctly preserved for weston. Since commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only called when we open a new PAM sessio

Re: [PATCH weston 1/2] weston-launch: Only run a login shell for new sessions

2016-06-09 Thread Pekka Paalanen
On Sun, 29 May 2016 13:59:14 +0200 Quentin Glidic wrote: > From: Quentin Glidic > > This way, the environment is correctly preserved for weston. Since > commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only > called when we open a new PAM session, so it makes sense to only use a >

[PATCH weston 1/2] weston-launch: Only run a login shell for new sessions

2016-05-29 Thread Quentin Glidic
From: Quentin Glidic This way, the environment is correctly preserved for weston. Since commit 636156d5f693ac5b01cec6a2937d2b6cd4237ea9, clearenv() is only called when we open a new PAM session, so it makes sense to only use a login shell in that case. Signed-off-by: Quentin Glidic --- src/wes

Re: headless wayland sessions, wayland apps displayed to apps

2012-12-04 Thread Pekka Paalanen
On Mon, 3 Dec 2012 19:02:06 -0500 David Jackson wrote: > With Wayland will we be able to: > > Have multiple seperate wayland sessions on the same computer, as many as > one wishes, Yes. > with many of them being headless, accessible if the user wishes > through a remote des

headless wayland sessions, wayland apps displayed to apps

2012-12-03 Thread David Jackson
With Wayland will we be able to: Have multiple seperate wayland sessions on the same computer, as many as one wishes, with many of them being headless, accessible if the user wishes through a remote desktop solution such as VNC? Will be able to use a command line switch or environment variable to

[PATCH weston 2/3] Fix sessions with no active input devices

2012-06-04 Thread Daniel Stone
Fix a few unconditional dereferences of seat->keyboard and seat->pointer in paths that could be hit outside of input event processing. Reported-by: Pekka Paalanen Signed-off-by: Daniel Stone --- src/compositor.c |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src

Re: sessions

2011-08-01 Thread Josh Leverette
, as far as I can see, wayland hasn't had a discussion about session > management yet - saving and restoring windows and their contents. > > I'd like to hear what you think about this: > > http://chani.wordpress.com/2011/08/01/beyond-activities-cross-device-sessions/

sessions

2011-08-01 Thread Chani
so, as far as I can see, wayland hasn't had a discussion about session management yet - saving and restoring windows and their contents. I'd like to hear what you think about this: http://chani.wordpress.com/2011/08/01/beyond-activities-cross-device-sessions/ -- Chani http: