edisile / walbox

An Openbox theme fueled by Pywal
27 stars 2 forks source link

installation error #2

Open AxiomaAbsurdo opened 3 years ago

AxiomaAbsurdo commented 3 years ago

Hey, I hope you are doing well. Last time I use Walbox was in OpenBox over Debian. Was greate, but right now I have these issue.

cp: cannot create regular file '/root/.config/wal/templates/themerc': No such file or directory cat: /root/.cache/wal/wal: No such file or directory install.sh: 11: install.sh: wal: not found cp: cannot create directory '/root/.themes/Walbox': No such file or directory ln: failed to create symbolic link '/root/.themes/Walbox/openbox-3/themerc': No such file or directory

Now I'm in a fresh new basic installation of debian and with only OpenBox as a Desktop Manager.

I create the files and directory that the error explain, I do it manualy, but the error still there. I apressiete if you have some advise or tips to solve these error.

Thanks in advance.

edisile commented 3 years ago

I think that your $XDG_CONFIG_HOME and $XDG_CACHE_DIR are either set incorrectly or not set at all and for some reason your $HOME env variable incorrectly points to /root/ where you don't have permission to write. Double check the value of those variables and let me know.