Consolatis

Results 854 comments of Consolatis

> `[1021288.680] [email protected]_dtrc_meta(0, 0)` This doesn't seem to be part of the spec: https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/unstable/linux-dmabuf/linux-dmabuf-unstable-v1.xml?ref_type=heads#L193 Not sure where that is coming from. Just to ensure we are on the same page:...

Could you post a stack trace for labwc? Also: what distro and gstreamer version is this happening with?

Stack trace is not required anymore. It seems like libwayland is causing the abort due to random changes to the protocol XML. Something is very wrong with the build environment...

Your wayland-protocols package is broken. It contains [changes](https://github.com/nxp-imx/wayland-protocols-imx/commit/a104fb66d1b899dc04077422c2204638675ee4a6) that are neither official nor even properly versioned. You can't modify an official wayland protocol in this way without renaming it. Please...

It seems NXP only added two new protocols (which is fine) and changed the dmabuf one (which isn't fine). As neither wlroots nor labwc is using any of the 2...

> This one you mean : https://gitlab.freedesktop.org/wayland/wayland-protocols Right? Correct.

> In my opinion they did the changes to have access the dma and gpu system of the i.MX8. Yes, that is likely. However they did it at the wrong...

> Was this the right way, or is there another way to rotate the screen? `wlr-randr --output HDMI-A-1 --transform 90` > Now I can run labwc with, for example, an...

> A last question to the experts. In general wayland does not support the possibility to have a start position of the window? It is always the wayland-client (compositor) task...

Here is something fun to test with: `browse.sh` ```bash #!/bin/bash MAX_LEVEL=2 ICON_FILE='🗋' ICON_DIR='🖿' ICON_PARENT='🗁' self=$(readlink -f "$0") list_dirs() { local dir=$1 local level=$2 #dirs for file in "$dir"/*; do _basename=$(basename...