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
Do not set the cursor globally #670
Conversation
|
Some background ea803cb What if the user's starting 'cursor-theme' was not 'default', this would alter that user's choice of themes. Might want to read the current setting, save it and use the observed value to restore the user's previous setting in place of using 'default'. |
|
@jvonau, It now gets reset to the user's original cursor. |
|
should address inadvertent changing of a user setting, currently untested by myself. |
|
Would like also to support running /usr/bin/sugar in GNOME or Unity desktop; the cursor should be private to Sugar and activities, not infect all other desktop apps. |
|
@quozl ,how do you think I should proceed to get that done? |
|
@erilyth, look for a more subtle way to set the cursor. Changing GSettings is overkill, and dates from the time that Sugar was alone on a device. |
|
I filed an issue on bugs.sugarlabs.org about this but it awaits moderation
|
|
@davelab6, i'm not even sure who does moderation duties on bugs.sugarlabs.org. |
Aha! :) @walterbender do you know who does moderate bugs.sugarlabs.org? When I submit tickets it says,
|
|
Ah, okay, thanks. Not being subject to moderation means I'm ignorant. Samuel Cantero is regularly responsive on systems@ mailing list. (fragmentation again). |
|
Okay cool, I'll post there and CC him as I found his email :) |
|
@quozl There are ways to set the cursor using Gdk, but the problem is that the cursor needs to be set individually for every activity. Since the cursor is set on a given window. Would this be okay or should I look for something better? |
|
@erilyth, that's great, sounds like what we need. So you'll be able to put that in sugar-toolkit-gtk3 in the activity common code. Once you show us that, I can look at whether I can backport it to sugar-toolkit (gtk2). |
b6f54cf
to
bf9af6e
Compare
|
@quozl , I'll send a PR to sugar-toolkit-gtk3 |
Issue where the cursor is not being reset even when we exit 'Sugar'.
Discussed on mailing list - '[Sugar-devel] Mouse pointer changes into sugar style pointer in ubuntu'