Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Commit

Permalink
try fixing tdm
Browse files Browse the repository at this point in the history
  • Loading branch information
Rippanda12 committed Dec 7, 2022
1 parent e03ad5d commit 655d5da
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion etc/calamares/post_install/pre_post_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@ else
systemctl enable mdm.service || true
systemctl enable sddm.service || true
if [ -f /opt/trinity/bin/tdm ] ; then
{ echo "MaxShowUID=65000"; echo "MinShowUID=1000"; echo "ShowUsers=NotHidden"; } >> /opt/trinity/config/tdm/tdmrc
touch /var/log/tdm.log
cat <<EOF >> /opt/trinity/share/config/tdm/tdmrc
MaxShowUID=65000
MinShowUID=1000
ShowUsers=NotHidden
EOF
fi
echo "Removinging LXQt..."
pacman -Rncsu --noconfirm rebornos-cosmic-lxqt
Expand Down

0 comments on commit 655d5da

Please sign in to comment.