Merge pull request #2421 from pentoo/updates20250702

xfdesktop: whoop, flipped backdrop logic
This commit is contained in:
github-actions[bot] 2025-07-02 15:12:14 +00:00 committed by GitHub
commit 7fe0bcd36b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -54,9 +54,9 @@ PDEPEND="pentoo? ( pentoo/pentoo-desktop )"
src_configure() {
if use pentoo; then
if use pentoo-release; then
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/domo-roolz.jpg"
else
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/tux-winfly-killah.1600x1200.jpg"
else
backdrop="--with-default-backdrop-filename=/usr/share/pentoo/wallpaper/domo-roolz.jpg"
fi
else
backdrop=""