-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wayland native applications do not start on alpine + zfs on root #4918
Comments
Please ask for help in the IRC channel (either Sway's or Alpine's). Closing because this isn't a Sway bug. |
@emersion
I use ZFS and it does not support fallocate strace
Line that causes crash Musl does not consider this a problem, they argue that application must have a fallback behavior when fallocate is not supported ZFS guys argue that it is hard ot do fallocate on COW file system Opened wayland issue: https://gitlab.freedesktop.org/wayland/wayland/issues/137 I fixed my issue by using tmpfs for /tmp |
Hi @ddevault I am on fresh Alpine Linux edge.
Just installed sway according to this https://wiki.alpinelinux.org/wiki/Sway
X11 applications work, but Wayland applications crash - all seem to complain about failing to load cursor
For example firefox
Alacritty
I did install gtk3, and a bunch of themes, tried exporting
GTK_THEME
and tried suggestions from wikw https://github.com/swaywm/sway/wiki/GTK-3-settings-on-WaylandNothing works.
It is worth mentioning it is a pretty bare-bones alpine install, so I might be missing some libs. Not sure where to proceed from here, please advice
The text was updated successfully, but these errors were encountered: