New comment by jcgruenhage on void-packages repository https://github.com/void-linux/void-packages/pull/29137#issuecomment-1123651161 Comment: So, posh now builds correctly with the subprojcets fetched, but at least on my Pinephone it seems not to work yet. I'm not sure what's going on, since the error originates from wlroots, but wlroots works fine on that phone with sway. See the logs: ``` phoc-output-Message: 09:19:27.339: Output 'DSI-1' added (''/''/''), 68mm x 136mm phoc-server-Message: 09:19:27.647: Enabling shell mode The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported maximum keycode 708, clipping. > X11 cannot support keycodes above 255. Errors from xkbcomp are not fatal to the X server dbus[833]: Unable to set up transient service directory: XDG_RUNTIME_DIR "/tmp" is owned by uid 0, not our uid 1000 gnome-session-binary[822]: WARNING: Failed to upload environment to systemd: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Name "org.freedesktop.systemd1" does not exist gnome-session-binary[822]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login. gnome-session-binary[822]: WARNING: Could not parse desktop file libcanberra-login-sound.desktop or it references a not found TryExec binary (phosh:843): phosh-osk-manager-WARNING **: 09:19:30.299: Unable to toggle OSK: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name sm.puri.OSK0 was not provided by any .service files XDG_RUNTIME_DIR (/tmp) is not owned by us (uid 1000), but by uid 0! (This could e.g. happen if you try to connect to a non-root PulseAudio as a root user, over the native protocol. Don't do that.) (phosh:843): Gvc-WARNING **: 09:19:30.621: Failed to connect context: Connection refused (phosh:843): GLib-GIO-ERROR **: 09:19:30.629: Settings schema 'org.gnome.shell.keybindings' is not installed gnome-session-binary[822]: WARNING: Application 'sm.puri.Phosh.desktop' killed by signal 5 (EE) failed to read Wayland events: Broken pipe (phoc:811): phoc-wlroots-CRITICAL **: 09:19:30.673: [backend/drm/drm.c:1594] drmHandleEvent failed ``` I've tried running it on my laptop, where it doesn't crash, but I don't see anything besides a black screen and a mouse cursor, so.. This isn't quite complete yet.