Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-16 Thread Pekka Paalanen
On Wed, 16 May 2012 10:03:55 +0100 Daniel Stone wrote: > Hi, > > On 16 May 2012 08:21, Pekka Paalanen wrote: > > On Tue, 15 May 2012 11:09:36 -0400 > > Kristian Høgsberg wrote: > >> Right, we only parse that in the desktop-shell client.  I don't know > >> then, maybe we should go back to shipp

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-16 Thread Daniel Stone
Hi, On 16 May 2012 08:21, Pekka Paalanen wrote: > On Tue, 15 May 2012 11:09:36 -0400 > Kristian Høgsberg wrote: >> Right, we only parse that in the desktop-shell client.  I don't know >> then, maybe we should go back to shipping a cursor theme with weston >> that we can fall back on if loading f

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-16 Thread Pekka Paalanen
On Tue, 15 May 2012 11:09:36 -0400 Kristian Høgsberg wrote: > On Tue, May 15, 2012 at 09:21:37AM +0300, Pekka Paalanen wrote: > > On Mon, 14 May 2012 14:39:39 -0400 > > Kristian Høgsberg wrote: > > > > > On Mon, May 14, 2012 at 9:59 AM, Kristian Høgsberg > > > wrote: > > > > On Mon, May 14, 2

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-15 Thread Kristian Høgsberg
On Tue, May 15, 2012 at 09:21:37AM +0300, Pekka Paalanen wrote: > On Mon, 14 May 2012 14:39:39 -0400 > Kristian Høgsberg wrote: > > > On Mon, May 14, 2012 at 9:59 AM, Kristian Høgsberg > > wrote: > > > On Mon, May 14, 2012 at 02:01:50PM +0300, Pekka Paalanen wrote: > > >> Toytoolkit clients wil

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-14 Thread Pekka Paalanen
On Mon, 14 May 2012 14:39:39 -0400 Kristian Høgsberg wrote: > On Mon, May 14, 2012 at 9:59 AM, Kristian Høgsberg > wrote: > > On Mon, May 14, 2012 at 02:01:50PM +0300, Pekka Paalanen wrote: > >> Toytoolkit clients will now use two new environment variables: > >> > >> TOYTOOLKIT_CURSOR_THEME=the

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-14 Thread Kristian Høgsberg
On Mon, May 14, 2012 at 9:59 AM, Kristian Høgsberg wrote: > On Mon, May 14, 2012 at 02:01:50PM +0300, Pekka Paalanen wrote: >> Toytoolkit clients will now use two new environment variables: >> >> TOYTOOLKIT_CURSOR_THEME=theme >> TOYTOOLKTI_CURSOR_SIZE=size >> >> where 'theme' can be e.g. whiteglas

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-14 Thread Kristian Høgsberg
On Mon, May 14, 2012 at 02:01:50PM +0300, Pekka Paalanen wrote: > Toytoolkit clients will now use two new environment variables: > > TOYTOOLKIT_CURSOR_THEME=theme > TOYTOOLKTI_CURSOR_SIZE=size > > where 'theme' can be e.g. whiteglass if you have the basic X.Org cursor > themes installed. 'size' i

Re: [PATCH weston] window: allow changing cursor theme and size

2012-05-14 Thread Pekka Paalanen
On Mon, 14 May 2012 14:01:50 +0300 Pekka Paalanen wrote: > Toytoolkit clients will now use two new environment variables: > > TOYTOOLKIT_CURSOR_THEME=theme > TOYTOOLKTI_CURSOR_SIZE=size > > where 'theme' can be e.g. whiteglass if you have the basic X.Org cursor > themes installed. 'size' is a c

[PATCH weston] window: allow changing cursor theme and size

2012-05-14 Thread Pekka Paalanen
Toytoolkit clients will now use two new environment variables: TOYTOOLKIT_CURSOR_THEME=theme TOYTOOLKTI_CURSOR_SIZE=size where 'theme' can be e.g. whiteglass if you have the basic X.Org cursor themes installed. 'size' is a cursor size hint 4-64, by default 32. See the Xcursor man page for how cu