From a84fec343a4afe507fca6a74e0ccf18d13ba244f Mon Sep 17 00:00:00 2001 From: Philip Mueller Date: Wed, 12 Jul 2023 11:34:28 +0200 Subject: [PATCH] [rog-ally-plasma] fix pacman-key populate --- presets/rog-ally-plasma/overlay/rogally-post-install | 2 +- presets/steam.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/presets/rog-ally-plasma/overlay/rogally-post-install b/presets/rog-ally-plasma/overlay/rogally-post-install index 2e258b6..e62b412 100755 --- a/presets/rog-ally-plasma/overlay/rogally-post-install +++ b/presets/rog-ally-plasma/overlay/rogally-post-install @@ -24,7 +24,7 @@ systemctl disable rogally-post-install.service # Pacman Init pacman-key --init -pacman-key --populate archlinuxarm manjaro manjaro-arm +pacman-key --populate archlinux manjaro # Disable the root login passwd --lock root diff --git a/presets/steam.toml b/presets/steam.toml index 0b0147e..583075e 100644 --- a/presets/steam.toml +++ b/presets/steam.toml @@ -11,7 +11,7 @@ echo "DisplayServer=wayland" >> /etc/sddm.conf.d/manjaro.conf echo "[Autologin]" >> /etc/sddm.conf.d/manjaro.conf echo "Relogin=true" >> /etc/sddm.conf.d/manjaro.conf echo "Session=gamescope-session.desktop" >> /etc/sddm.conf.d/manjaro.conf -echo "User=$ALMA_USER" >> /etc/sddm.conf.d/manjaro.conf +echo "User=${ALMA_USER}" >> /etc/sddm.conf.d/manjaro.conf echo "[X11]" >> /etc/sddm.conf.d/manjaro.conf echo "# Janky workaround for wayland sessions not stopping in sddm, kills" >> /etc/sddm.conf.d/manjaro.conf echo "# all active sddm-helper sessions on teardown" >> /etc/sddm.conf.d/manjaro.conf