Package Details: xwayland-satellite-git 0.6.r19.gba78881-2

Git Clone URL: https://aur.archlinux.org/xwayland-satellite-git.git (read-only, click to copy)
Package Base: xwayland-satellite-git
Description: Xwayland outside your Wayland - git version
Upstream URL: https://github.com/Supreeeme/xwayland-satellite
Keywords: rootless wayland xwayland
Licenses: MPL-2.0
Conflicts: xwayland-satellite
Provides: xwayland-satellite
Submitter: shtrophic
Maintainer: shtrophic
Last Packager: shtrophic
Votes: 1
Popularity: 0.194246
First Submitted: 2024-05-29 15:42 (UTC)
Last Updated: 2025-07-29 18:53 (UTC)

Latest Comments

shtrophic commented on 2025-07-29 18:53 (UTC)

Many thanks for spotting this! I was wondering myself why starting the service wouldn't return. I've pushed a fix.

funkmcquack commented on 2025-07-29 15:47 (UTC)

This PKGBUILD doesn't build with systemd support, so it doesn't properly launch the service. To fix it, you can change the cargo build line to cargo build --frozen --release --features systemd. The non-git version made this change as well (https://gitlab.archlinux.org/archlinux/packaging/packages/xwayland-satellite/-/commit/984a245e21222ec1591f430ccb739fb751ded778) but I didn't look into why.

jarkz commented on 2025-07-18 22:14 (UTC)

The commit breaks the systemd service because it uses service from repository and there is incorrect path of ExecStart (previously was used /usr/bin/xwayland-satellite, now uses /usr/local/bin/xwayland-satellite). And because of this the systemd service cannot be properly started.