gardotd426/regolith-de

Rofication not installing properly

Closed this issue · 6 comments

I did multiple installs on arcolinux recently and rofication always seems to be installed wrong. The executables are copied to /usr/bin/, but the python lib doesn't seem to be installed so all rofication files give the error "module rofication not found".

The issue can be fixed by cloning the original regolith-rofication repository and running the setup,py there.

Gotcha all taken care of, I had to work out some weirdness where Ubuntu (and therefore Regolith) has debhelper which can handle python package installation automagically so some necessary installation files weren't included in the .deb, but it should all be functioning as expected now, I tested it myself and it's working well.

Will test it next time I do a fresh install (Which probably will be soon because of distrohopping 😄 )

I mean if you have it on your current machine, you can just do a git pull and then makepkg -sfi.

Did a new arch install today, seems to work :)

Awesome, I'll go ahead and close, feel free to file any additional issues you come across.