So it looks like the install script attempts to install my selected packages, and nothing happens, the next entry is myself attempting to install lightdm manually.
Welcome to the forums @fluxx.
That is odd, let me do some digging. I do know installing any distro into another distro’s home directory is going to cause issues. But I don’t see how it would prevent package installation…let me use some google-fu to see whats up.
I’ve tried entering the pacman string manually, with and without the --needed --noconfirm commands, and all that happens is packages that i’ve installed myself get reinstalled, so i’m going through each one installing one at a time, about 1/3 of the way through the list and each one has installed without issue so far.
Also the first one, archlabs-scripts was already installed.
Did you create a new user with the archlabs install script?
As long as the username and group settings are matched from your previous linux installation you should be able to chown the home directory to your user. Not entirely sure though, this is just a guess.
So it would look something like this from the root account.
# chown -R username: /home/user/
You wouldnt create a new user with a new home with archlabs if you wanted to keep the previous linux installations home though, you would create a user after a root only installation and then manually add in a user to match the wanted home directory.
Same user name, different password, not sure about the group settings.
I mainly kept the old home directory to save having to move files around, and partly to see what would happen, but for the sake of trying to shed light on this issue i think i’ll create a fresh home for this install and see if that makes a difference.
I’ve already hit the big red button i’m afraid, formatted and done a clean install.
After comparing what i had to what an install of archlabs should look like it was clear that things were not configured correctly even after manually installing everything, so felt if i did get the cause figured out i’d probably always have doubt that something wasn’t right.
Looks like after nuking my old home directory everything has installed and configured correctly.