all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#52678: sway unable to start Xwayland
@ 2021-12-20  4:51 Jack Hill
  2021-12-20  5:04 ` Jack Hill
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2021-12-20  4:51 UTC (permalink / raw)
  To: 52678

Hi Guix,

With Guix 11334d15d590073c631c574436d2110aa1ea2142, sway is not able to 
start Xwayland. I believe that is was working correctly for me at commit 
d627fbad8f4e157103251b07d7543dd2f5647cea.

Running sway manually from a VT, I was able to capture the following 
messages:

```
00:00:00.002 [wlr] [libseat] [libseat/backend/seatd.c:78] Could not connect to socket /run/seatd.sock: No such file or directory
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root or us
00:00:00.085 [wlr] [xwayland/sockets.c:216] No display available in the first 33
```

Best,
Jack




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#52678: sway unable to start Xwayland
  2021-12-20  4:51 bug#52678: sway unable to start Xwayland Jack Hill
@ 2021-12-20  5:04 ` Jack Hill
  0 siblings, 0 replies; 2+ messages in thread
From: Jack Hill @ 2021-12-20  5:04 UTC (permalink / raw)
  To: 52678

On Sun, 19 Dec 2021, Jack Hill wrote:

> Hi Guix,
>
> With Guix 11334d15d590073c631c574436d2110aa1ea2142, sway is not able to start 
> Xwayland. I believe that is was working correctly for me at commit 
> d627fbad8f4e157103251b07d7543dd2f5647cea.
>
> Running sway manually from a VT, I was able to capture the following 
> messages:
>
> ```
> 00:00:00.002 [wlr] [libseat] [libseat/backend/seatd.c:78] Could not connect 
> to socket /run/seatd.sock: No such file or directory
> 00:00:00.084 [wlr] [xwayland/sockets.c:99] /tmp/.X11-unix not owned by root 
> ```

And, had I thought about the above messages more, I would have looked at 
the ownership of /tmp/.X11-unix initially. I've now done so and found out 
that it was owned by gdm. The weird bit is though that I had previously 
run `herd stop xorg-server` and there were not gdm processes running, and 
loginctl reported no gdm sessions.

Anyways, I don't think the commits above are particularly relevant. I'll 
go ahead and re-title the issue.

Best,
Jack




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-20 15:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-20  4:51 bug#52678: sway unable to start Xwayland Jack Hill
2021-12-20  5:04 ` Jack Hill

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.