at the end of the update of my AUR packages in pamac, I had the following message that I can now read in the /var/log/pacman.log: [ALPM-SCRIPTLET] parallel: Warning: $HOME not set. Using /tmp.
Since my shell used is bash and not zsh, I have found no ~/.zshrc on my computer. I have looked quickly on the parallel file for bash, namely ~/.bashrc and have not found a line with ZDOTDIR= in it.
Should I change my shell from bash to zsh?
Or what should I do? And what exactly this following line mean? [ALPM-SCRIPTLET] parallel: Warning: $HOME not set. Using /tmp.
I’m on cinnamon running bash and always get the same error about parallel and home not set using tmp. It doesn’t seem to have affected anything so I just ignored it. Be nice to know what it actually is though
Hello,
in the mean time I fixed this with ((!) additional entry (!)):
# due to parallel error:
# ZDOTDIR=$HOME
export HOME="/home/[username]"
.
That makes many things easier - as I am on Gnome, zsh is the default anyway.
“How to” is described in the forum.
A working .zshrc can be obtained by copying this file from an actual Live-USB (Gnome)
(start the Live-medium and copy file to another USB-flash-drive).