Search Criteria
Package Details: xwayland-satellite-git 0.6.r19.gba78881-2
Package Actions
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) |
Dependencies (8)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libxcb (libxcb-gitAUR)
- xcb-util-cursor (xcb-util-cursor-gitAUR)
- xorg-xwayland (xorg-xwayland-gitAUR, xorg-xwayland-bug865-issue1578AUR, xorg-xwayland-hidpi-xpropAUR)
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- rust (rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rustup-stubAUR, rustup-gitAUR, rustup) (make)
Required by (1)
- stardust-xr-telescope (requires xwayland-satellite)
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.