Wednesday, April 2, 2014

after install



My Notes:

to get back the lock button in gnome 3.10, just install gdm, and enable it via:

sudo systemctl disable lightdm
sudo pacman -S gdm
sudo systemctl enable gdm

nautilus not opening as root

edit your sudoers file (BE CAREFUL!)
#nano /etc/sudoers
change this line:
#Defaults env_keep += "HOME"
to
Defaults env_keep += "HOME DISPLAY XAUTHORITY"
save(ctrl+x) and reboot

installer not working

$ wget http://antergos.info/testing.sh
$ chmod +x testing.sh
$ sudo -E ./testing.sh

No comments:

Post a Comment