New comment by timsofteng on void-packages repository https://github.com/void-linux/void-packages/issues/33179#issuecomment-931179837 Comment: > Screensharing on wayland has cost me a large amount of time. The problem are most likely wrongly configured env vars. Have you exposed the needed vars (i.e. WAYLAND_DISPLAY) to dbus? I managed to fix it using these steps. I've exported this variables in `.zshrc`: export XDG_SESSION_TYPE=wayland export XDG_RUNTIME_DIR=/home/tim/.local/tmp export XDG_CURRENT_DESKTOP="sway" export XDG_SESSION_DESKTOP=sway