Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 15:36, William Mills wrote: > How about transparent when last user input was touch-screen but normal > when last input was mouse/touchpad? > > This would be done on a per DISPLAY basis not a per app basis. > > Of course I don't know where to put that code and if

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread William Mills
On 03/02/2016 07:48 AM, Burton, Ross wrote: > > On 2 March 2016 at 12:45, Johannes Pointner > wrote: > > I didn't know this option. > But I think there is still a use case for the > xcursor-transparent-theme. Because the cursor

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Of course its a hack :) I will test the changes and send the patches. Thanks, Hannes 2016-03-02 13:50 GMT+01:00 Burton, Ross : > > On 2 March 2016 at 12:48, Burton, Ross wrote: >> >> How do you handle users switching between applications in that

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 12:48, Burton, Ross wrote: > How do you handle users switching between applications in that case? Or > the application crashing and leaving you without a cursor? If a particular > application should hide the cursor them it should just hide the cursor,

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
On 2 March 2016 at 12:45, Johannes Pointner wrote: > I didn't know this option. > But I think there is still a use case for the > xcursor-transparent-theme. Because the cursor theme can be set before > starting a new application without restarting X11. > How do you handle

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Johannes Pointner
Hello Ross, thanks. I didn't know this option. But I think there is still a use case for the xcursor-transparent-theme. Because the cursor theme can be set before starting a new application without restarting X11. 2016-03-02 13:19 GMT+01:00 Burton, Ross : > Hi Johannes,

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
Hi Johannes, On 2 March 2016 at 12:19, Burton, Ross wrote: > This and the other patch have been merged, thanks. > I've also merged in the patches that oe-core was carrying and did a bit of a spring clean, so if you can test and submit a srcrev bump and patch removal for

Re: [yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-02 Thread Burton, Ross
Hi Johannes, This and the other patch have been merged, thanks. However I just realised that we don't actually need this anymore and should instead be passing -nocursor when starting X11. Ross On 1 March 2016 at 23:52, Johannes Pointner wrote: > This patch adds

[yocto] [xcursor-transparent-theme][Patch] Add several cursors

2016-03-01 Thread Johannes Pointner
This patch adds several cursor to the transparent-theme which are used by Qt for example. Signed-off-by: Johannes Pointner --- cursors/Makefile.am | 24 1 file changed, 24 insertions(+) diff --git a/cursors/Makefile.am b/cursors/Makefile.am