From 593205c0a905ab1f0263b2a4d41616f61719aeb2 Mon Sep 17 00:00:00 2001 From: Celestia Ludenberg Date: Tue, 30 Jun 2026 21:15:35 +0200 Subject: [PATCH] fix: add wallpaper autostart for live session user --- .../antergos/.config/autostart/antergos-wallpaper.desktop | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 iso-profiles/antergos/live-overlay/home/antergos/.config/autostart/antergos-wallpaper.desktop diff --git a/iso-profiles/antergos/live-overlay/home/antergos/.config/autostart/antergos-wallpaper.desktop b/iso-profiles/antergos/live-overlay/home/antergos/.config/autostart/antergos-wallpaper.desktop new file mode 100644 index 0000000..91309bc --- /dev/null +++ b/iso-profiles/antergos/live-overlay/home/antergos/.config/autostart/antergos-wallpaper.desktop @@ -0,0 +1,8 @@ +[Desktop Entry] +Type=Application +Name=Set Antergos NeXT Wallpaper +Comment=Apply Antergos NeXT default wallpaper on live session start +Exec=/usr/local/bin/set-antergos-wallpaper.sh +Terminal=false +X-KDE-autostart-phase=2 +NoDisplay=true