Skip to content
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

Open
uloco opened this issue May 14, 2015 · 5 comments
Open

Installing properly #6

uloco opened this issue May 14, 2015 · 5 comments

Comments

@uloco
Copy link
Owner

uloco commented May 14, 2015

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 with sudo update-alternatives like I described it in the original README.md in branch master 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.

@uloco uloco added bug and removed bug labels May 14, 2015
@uloco
Copy link
Owner Author

uloco commented May 14, 2015

I think we can let the script copy everything in .icons as you did, but have to specify in the readme again, what to do, if the cursor is not shown in every application. I think this is more a problem with ubuntu, than the cursor. You are right, every distro has some little differences with installing this, so probably the solution as it is for now is okay.

@uloco
Copy link
Owner Author

uloco commented May 14, 2015

For Ubuntu, the proper way of doing this would be:

  1. sudo ln -s ~/.icons/Numix-Cursor /usr/share/icons/Numix-Cursor
  2. sudo update-alternatives --install /usr/share/icons/default/index.theme x-cursor-theme /usr/share/icons/Numix-Cursor/cursor.theme 90
  3. sudo update-alternatives --set x-cursor-theme /usr/share/icons/Numix-Cursor/cursor.theme

I will add this to README.md soon.

@osendott
Copy link
Collaborator

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?

@uloco
Copy link
Owner Author

uloco commented May 26, 2015

It is a Ubuntu problem indeed. You cannot make the cursors work in every application, if you don't install it globally.

@osendott
Copy link
Collaborator

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants