LGFae / swww

A Solution to your Wayland Wallpaper Woes
GNU General Public License v3.0
2.38k stars 70 forks source link

layer shell is not available: NotPresent #295

Closed orcbolg3612 closed 6 months ago

orcbolg3612 commented 6 months ago

I tried install swww from dnf copr enable alebastr/sway-extras. I am using fedora 40 on GNOME. wayland should be enabled. I got this errors:

keyhost505@fedora:~$ swww-daemon thread 'main' panicked at daemon/src/main.rs:287:57: layer shell is not available: NotPresent note: run with RUST_BACKTRACE=1 environment variable to display a backtrace 05:35:28 [INFO] (main) Removed socket at "/run/user/1000/swww.socket"

How to fix this?

orcbolg3612 commented 6 months ago

Error: "Socket file not found. Are you sure swww-daemon is running?"

LGFae commented 6 months ago

As the error indicates, Gnome does not implement the LayerShell protocol, and so swww cannot run in it. There have been multiple issues similar to this already, such as: #162