are using absolute paths and therefore when Juno is installed, these are not properly resolved. Please use relative (-r) paths for creating symbolic links.
cd /home/lara/github/Juno/assets
ln -fsr /home/lara/github/Juno/assets/maximize_unfocused.png /home/lara/github/Juno/assets/close_unfocused.png
ln -fsr /home/lara/github/Juno/assets/min_unfocused.png /home/lara/github/Juno/assets/close_unfocused.png
The following files:
are using absolute paths and therefore when Juno is installed, these are not properly resolved. Please use relative (
-r
) paths for creating symbolic links.Thanks