Demi Marie Obenour writes: > On my system /tmp/.X11-unix, /tmp/.ICE-unix, /tmp/.XIM-unix, and > /tmp/.font-unix all exist and have 1777 permissions. And the idea here is that they need to exist for compatibility, or…? > Signed-off-by: Demi Marie Obenour > --- > img/app/etc/s6-rc/directories/up | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/img/app/etc/s6-rc/directories/up b/img/app/etc/s6-rc/directories/up > index e76a6785bc5ef644787142c2ebb40193d4d10fb4..be60547cc7ba562d3220fabbe5bca630aa4b1f1a 100644 > --- a/img/app/etc/s6-rc/directories/up > +++ b/img/app/etc/s6-rc/directories/up > @@ -6,6 +6,6 @@ > # SPDX-License-Identifier: MIT > # SPDX-FileCopyrightText: 2022 Unikie > > -if { mkdir -m 1777 /tmp/.X11-unix } > +if { mkdir -m 1777 /tmp/.X11-unix /tmp/.ICE-unix /tmp/.XIM-unix /tmp/.font-unix } > if { mkdir -m 0755 /run/user } > if { mkdir -m 0700 /run/user/0 } > -- > Sincerely, > Demi Marie Obenour (she/her/hers)