Hello,
I was able to apply the testing.sh patch to Cnchi and install Antergos to a spare partition. Having first endeavored into Archlinux over a year ago on the back of Antergos (back then as Cinnarch), I decided to give the new setup a try. However, I have run into a few challenges along the way, mostly addressed by this forum. Thanks for staying on top of this effort!
However, there is a problem I couldn’t find resolved elsewhere. The Light DM Lock Screen Extension was not installed by default for GNOME. I installed it using pacman from the Antergos repos. The results were disappointing as the extension doesn’t shown anywhere in the TWEAK tool or otherwise impact Gnome-Shell… A quick research, and I think I found why:
[[email protected] [email protected]]$ ls -la
total 16
drwxr-xr-x 2 root root 4096 Apr 17 00:10 .
drwxr-xr-x 16 root root 4096 Apr 17 00:09 ..
lrwxrwxrwx 1 root root 97 Apr 3 20:20 extension.js -\> /home/faidoc/Antergos/git/antergos-packages/gnome-shell-extension-lockscreen-lightdm/extension.js
lrwxrwxrwx 1 root root 98 Apr 3 20:20 metadata.json -\> /home/faidoc/Antergos/git/antergos-packages/gnome-shell-extension-lockscreen-lightdm/metadata.json
However, this linked-to location doesn’t exist:
[[email protected] [email protected]]$ cd /home/faidoc/
bash: cd: /home/faidoc/: No such file or directory
I believe the error comes from the PKGBUILD, which uses “cp -dpr…”. The -d indicates no de-referencing is to be done. Can you please update or otherwise point me in the correct direction. Thanks.
Ken