diff -Nru sddm-0.19.0/debian/changelog sddm-0.19.0/debian/changelog --- sddm-0.19.0/debian/changelog 2022-12-02 17:45:39.000000000 +0000 +++ sddm-0.19.0/debian/changelog 2023-03-02 20:34:28.000000000 +0000 @@ -1,3 +1,11 @@ +sddm (0.19.0-2ubuntu2.3) jammy; urgency=medium + + * Patch Xsetup script to use bash (LP: #2009074) + - Allows previous patch to actually run as it + requires arrays + + -- Erich Eickmeyer Thu, 02 Mar 2023 12:34:28 -0800 + sddm (0.19.0-2ubuntu2.2) jammy; urgency=medium * Patch to fix build diff -Nru sddm-0.19.0/debian/patches/series sddm-0.19.0/debian/patches/series --- sddm-0.19.0/debian/patches/series 2022-12-02 17:45:20.000000000 +0000 +++ sddm-0.19.0/debian/patches/series 2023-03-02 20:34:13.000000000 +0000 @@ -7,3 +7,4 @@ revert_prefer-wayland-sessions-over-X11.patch sddm-fix-build.patch organize-screens-avoid-inset.patch +use-bash-for-xsetup.patch diff -Nru sddm-0.19.0/debian/patches/use-bash-for-xsetup.patch sddm-0.19.0/debian/patches/use-bash-for-xsetup.patch --- sddm-0.19.0/debian/patches/use-bash-for-xsetup.patch 1970-01-01 00:00:00.000000000 +0000 +++ sddm-0.19.0/debian/patches/use-bash-for-xsetup.patch 2023-03-02 19:19:12.000000000 +0000 @@ -0,0 +1,23 @@ +From 105c60457a76be651dc2b993e5b416c7f5546635 Mon Sep 17 00:00:00 2001 +Message-Id: <105c60457a76be651dc2b993e5b416c7f5546635.1677784752.git.erich@ericheickmeyer.com> +From: Erich Eickmeyer +Date: Thu, 2 Mar 2023 11:18:53 -0800 +Subject: [PATCH] use bash for xsetup + +--- + data/scripts/Xsetup | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/scripts/Xsetup b/data/scripts/Xsetup +index 1b5c76e..99e616b 100755 +--- a/data/scripts/Xsetup ++++ b/data/scripts/Xsetup +@@ -1,4 +1,4 @@ +-#!/bin/sh ++#!/bin/bash + # Xsetup - run as root before the login dialog appears + + if [ -e /sbin/prime-offload ]; then +-- +2.38.1 +