Search Criteria
Package Details: sway-git 1.10.r7394.c30c451-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/sway-git.git (read-only, click to copy) |
---|---|
Package Base: | sway-git |
Description: | Tiling Wayland compositor and replacement for the i3 window manager (git development version) |
Upstream URL: | https://github.com/swaywm/sway |
Keywords: | compositor development git i3 manager sway tiling wayland window wlroots wm |
Licenses: | MIT |
Conflicts: | sway |
Provides: | sway, wayland-compositor |
Submitter: | None |
Maintainer: | GreyXor |
Last Packager: | GreyXor |
Votes: | 150 |
Popularity: | 0.32 |
First Submitted: | 2015-08-16 14:05 (UTC) |
Last Updated: | 2024-08-16 13:18 (UTC) |
Dependencies (30)
- cairo (cairo-gitAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- json-c (json-c-gitAUR)
- libdrm (libdrm-gitAUR)
- libevdev (libevdev-gitAUR)
- libinput (libinput-multiplierAUR, libinput-noaccumAUR, libinput-three-finger-dragAUR, libinput-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- pango (pango-gitAUR)
- pcre2 (pcre2-gitAUR)
- pixman (pixman-gitAUR)
- systemd-libs (systemd-chromiumos-libsAUR, systemd-libs-fmlAUR, systemd-libs-selinuxAUR, systemd-libs-gitAUR)
- wayland (wayland-gitAUR, wayland-asan-gitAUR, wayland-chromiumAUR)
- wlroots-gitAUR (wlroots-asan-gitAUR, wlroots-displaylink-gitAUR, wlroots-hidpi-xprop-gitAUR)
- xcb-util-wm
- git (git-gitAUR, git-glAUR) (make)
- libcap (make)
- meson (meson-gitAUR) (make)
- Show 10 more dependencies...
Required by (48)
- aw-watcher-window-wayland-git (requires sway) (optional)
- dvd-screensaver-sway-git (requires sway) (optional)
- flashfocus (requires sway) (optional)
- focal-sway-git (requires sway)
- greetd-regreet-git (requires wayland-compositor)
- i3a (requires sway) (optional)
- i3wins (requires sway) (optional)
- javelin-git (requires sway)
- lxqt-wayland-session-git (requires sway) (optional)
- multibg-sway (requires sway) (optional)
- nwg-shell-git (requires sway)
- oguri-git (requires sway) (optional)
- python-i3-quickterm (requires sway) (optional)
- python-pywal16 (requires sway) (optional)
- shotman (requires sway) (optional)
- signal-desktop-fix-sway (requires sway) (optional)
- spatial-shell (requires sway) (optional)
- srandr (requires sway)
- startw (requires sway) (optional)
- sway-alttab-bin (requires sway)
- sway-config-fedora (requires sway)
- sway-contrib-git (requires sway)
- sway-input-config (requires sway)
- sway-input-config-git (requires sway)
- sway-interactive-screenshot (requires sway)
- sway-keyboard-layout (requires sway)
- sway-new-workspace (requires sway) (optional)
- sway-nvidia (requires sway)
- sway-scratch (requires sway) (optional)
- sway-services-git (requires sway)
- sway-systemd (requires sway)
- sway-systemd-git (requires sway)
- sway-trans-git (requires sway)
- swaycwd (requires sway)
- swayhide (requires sway)
- swaylay-git (requires sway)
- swaylock-blur-fast-git (requires sway)
- swaymonad-git (requires sway)
- swaymsg-root (requires sway)
- swaynagmode (requires sway)
- swayrandr-git (requires sway)
- swayshot (requires sway)
- swaytools (requires sway)
- swic-git (requires sway)
- sxmo-utils-sway-git (optional)
- sxmo-utils-sway-git (requires sway)
- wlprop (requires sway)
- wlstreamer-git (requires sway)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »
GreyXor commented on 2024-05-30 16:01 (UTC)
fixed in wlroots-git
markimget commented on 2024-05-28 04:39 (UTC)
https://gitlab.freedesktop.org/wlroots/wlroots/-/commits/dc5996a8b45362a3add882f4510b535388b17e01
I'm guessing this commit broke sway-git. wlroots-git is now providing libwlroots.so.13 instead of the libwlroots-0.18.so this package expects. Had to symlink locally to get sway-git to work.
taba commented on 2024-05-10 03:59 (UTC)
Seems I had to update other things in the dependency chain.
markimget commented on 2024-05-09 22:00 (UTC)
@GreyXor you're right. paru installs it correctly and pacaur let me down there. thanks!
tkna commented on 2024-04-13 04:27 (UTC) (edited on 2024-04-13 04:32 (UTC) by tkna)
@taba No problem in my environment. Try
paru -Sd wlroots-git sway-git
etc.taba commented on 2024-04-05 02:45 (UTC)
yrlf commented on 2024-01-15 13:07 (UTC) (edited on 2024-01-21 11:39 (UTC) by yrlf)
Hi! Quick heads-up:
As of commit 7e69a70 2 weeks ago, OpenGL acceleration in Xwayland is broken on
sway-git
. This is because sway is dropping the legacywl_drm
protocol, which is still used by Xwayland for Glamor (2D OpenGL acceleration for X11). This results in OpenGL breaking for Xwayland clients (at least on my AMD system).One solution for users is to stay on fa294a9 for the time being, or switching to the
v1.9
stable branch and usingwlroots
instead ofwlroots-git
.The upstream fixes for Xwayland are PR #818 (merged) and PR #1236, so another solution could be to build
xorg-xwayland-git
from that branch.UPDATE:
xorg-xwayland-git
now has the fix merged.yrlf commented on 2024-01-10 15:40 (UTC) (edited on 2024-01-10 15:42 (UTC) by yrlf)
Hi! The current
pkgver()
scheme is cool, but doesn't really work right with the sway repo since stable releases are branched off before the first tag is set, sogit describe
doesn't find the relevant tags, leading to the reported version being1.6.rc2...
instead of1.9...
.One idea would be to do what
wlroots-git
does and extract the version from the meson project info. This yields1.9-dev
.wlroots-git
removes the-dev
from the version as well.Here's a patch that implements that:
GreyXor commented on 2023-11-23 10:41 (UTC)
markimget, The dependencies you mention are already dependencies of wlroots-git, which itself is a dependency of sway-git. If you had compiled wlroots-git first, you wouldn't have this problem. Normally, a paru -S sway-git is enough to install all dependencies correctly.
markimget commented on 2023-11-22 22:04 (UTC)
this wouldn't build for me unless I manually installed seatd, libdisplay-info and xcb-util-errors. missing dependencies?
« First ‹ Previous 1 2 3 4 5 6 7 .. 19 Next › Last »