From df0e7ddf4cb7f6e6bcfe222fce3a8e57e77946d6 Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Fri, 8 Dec 2023 19:43:52 +0400 Subject: [PATCH] Remove bashism from start-tileos --- debian/changelog | 6 ++++++ usr/bin/start-sway | 7 ++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0e12387..03a9a49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +tileos-settings-sway (1.0.5~tileos) unstable; urgency=medium + + * Remove bashism in start-tileos + + -- Aleksey Samoilov Fri, 08 Dec 2023 19:43:17 +0400 + tileos-settings-sway (1.0.4~tileos) unstable; urgency=medium * Small fixes diff --git a/usr/bin/start-sway b/usr/bin/start-sway index 882a4a0..026df21 100755 --- a/usr/bin/start-sway +++ b/usr/bin/start-sway @@ -9,11 +9,12 @@ export XDG_SESSION_TYPE=wayland case "$(systemd-detect-virt)" in qemu) export WLR_RENDERER=pixman - ;& -qemu|kvm|oracle) export WLR_NO_HARDWARE_CURSORS=1 ;; -esac +kvm) + export WLR_NO_HARDWARE_CURSORS=1 + ;; +oracle) # Apply Nvidia-specific variables if [ -d /sys/module/nvidia ]; then