-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Installing properly #6
Comments
I think we can let the script copy everything in |
For Ubuntu, the proper way of doing this would be:
I will add this to README.md soon. |
the only difference between the 2 directories is ~/.icons is for the current user and /usr/share/icons is for every user. it should still work for every app for the user logged in during install, if not, I'd would imagine it's a Ubuntu problem, though I don't ever recall experiencing that problem back when I used ubuntu? |
It is a Ubuntu problem indeed. You cannot make the cursors work in every application, if you don't install it globally. |
i'm currently on vacation, I don't know if I'll have time to do anything until I get back home on Wednesday or Thursday, but I'll try and make the time. If we install the icons to ~/.icons and then make a link to /usr/share/icons like you suggest, then there will be two listings for "custom-cursors" (or whatever name we decide on) in the list. The only way to fix everything would be to install them only to /usr/share/cursors and that is going to require the users password. |
By just coping the files in the folder
.icons
, the cursor will only work in a few applications. For making this work everywhere, you have to install it as root in/usr/share/icons/
and withsudo update-alternatives
like I described it in the originalREADME.md
in branchmaster
and choose it as default. This will install and change the cursor for all users, but there is no other way for now, to make it work in all applications without doing so.The text was updated successfully, but these errors were encountered: