From 4f12f3b8306ad9579e2b41278cc3332a3d067149 Mon Sep 17 00:00:00 2001 From: Orfeas <38209077+0xfea5@users.noreply.github.com> Date: Tue, 17 Feb 2026 18:16:39 +0200 Subject: xfce-base/xfdesktop: add Fix-the-broken-background-picture-setup-on-Wayland.patch Small hack that fixes setting up the wallpaper on wayland using xfdesktop. Taken from https://gitlab.xfce.org/xfce/xfdesktop/-/issues/413#note_109994 --- xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild') diff --git a/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild b/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild index cfecdd1..cb63940 100644 --- a/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild +++ b/xfce-base/xfdesktop/xfdesktop-4.20.1.ebuild @@ -48,6 +48,14 @@ BDEPEND=" virtual/pkgconfig " +PATCHES=( + "${FILESDIR}/0001-Fix-the-broken-background-picture-setup-on-Wayland.patch" +) + +src_prepare() { + default +} + src_configure() { local emesonargs=( $(meson_feature wayland) -- cgit v1.2.3