From 44e6fced7baf95ab8e4b25ce2812edc9f45b58f1 Mon Sep 17 00:00:00 2001 From: Jiri Konecny Date: Feb 20 2023 09:25:40 +0000 Subject: This fix was moved to sway-config-fedora Right now this fix works just when you open terminal. However, we recommend users to use application launcher where this doesn't apply. Moving it to Sway configuration files will fix the issue. --- diff --git a/libexec/livesys/sessions.d/livesys-sway b/libexec/livesys/sessions.d/livesys-sway index dfa2fd5..fe72cb9 100755 --- a/libexec/livesys/sessions.d/livesys-sway +++ b/libexec/livesys/sessions.d/livesys-sway @@ -25,10 +25,6 @@ mkdir /home/liveuser/Desktop # echoing type liveinst to start the installer echo "echo 'Please type liveinst and press Enter to start the installer'" >> /home/liveuser/.bashrc -# fixing the installer non opening bug -# this should ideally go into the /home/liveuser/.profile but SDDM won't source that -echo "xhost si:localuser:root" >> /home/liveuser/.bashrc - # use sway configuration files for live environment if [ -n "$(ls /usr/share/sway/config.live.d/*.conf 2>/dev/null)" ]; then mkdir -p /home/liveuser/.config/sway/config.d/