arc-kde icon indicating copy to clipboard operation
arc-kde copied to clipboard

Enable local install, mirroring approach in icons repo.

Open jaccarmac opened this issue 6 years ago • 4 comments

jaccarmac avatar Nov 09 '18 14:11 jaccarmac

Kvantum themes should be installed to $HOME/.config/Kvantum. That is why I didn't add an option for the local install. Maybe adding make local-install task will be enough?

SmartFinn avatar Nov 09 '18 14:11 SmartFinn

Ah, didn't realize that. That or another environment variable for Kvantum themes I suppose. Thanks for pointing it out, I don't use Kvantum :)

jaccarmac avatar Nov 09 '18 14:11 jaccarmac

I had also missed the Makefile at first, that seems like a nice way to do things. My Make is really bad, so I need to figure out variable-setting and the way to set up the dependencies to run in the correct order though. The _sudo stuff added is still necessary though I believe? So I'll be adding to the PR as opposed to redoing it.

jaccarmac avatar Nov 09 '18 14:11 jaccarmac

The _sudo stuff added is still necessary though I believe?

I don't see a case when it can be useful.

My Make is really bad

The task is not so easy. I try to do it a bit later.

SmartFinn avatar Nov 09 '18 14:11 SmartFinn