Re: Marquee panel supports theme update at runtime

2008-05-21 Thread Loïc Minier
On Wed, May 21, 2008, Li, Horace wrote: > Thanks for the information. I verified the gconf key change again this > afternoon, and gconf key does have persistence. And even removing > cached theme ~/.gtkrc-2.0, new selected theme could be applied when > system is rebooted. > So it is not necessary t

RE: Marquee panel supports theme update at runtime

2008-05-21 Thread Li, Horace
:45 To: Li, Horace Cc: Bill Filler; Kyle Nitzsche; Spencer, Bob; Guo, Young; Whalen, Mauri; Xie, May; [EMAIL PROTECTED]; ubuntu-mobile@lists.ubuntu.com Subject: Re: Marquee panel supports theme update at runtime On Mon, May 19, 2008, Li, Horace wrote: > Hildon-desktop theme update at runtime

Re: Marquee panel supports theme update at runtime

2008-05-21 Thread Loïc Minier
On Mon, May 19, 2008, Li, Horace wrote: > Hildon-desktop theme update at runtime is working fine without > listening to gconf key changes. Hildon-desktop only listens to gconf > key change to update the cached-theme, which is ~/.gtkrc-2.0. The main > purpose to update the cache is while updating th

RE: Marquee panel supports theme update at runtime

2008-05-18 Thread Li, Horace
: Re: Marquee panel supports theme update at runtime On Fri, May 16, 2008, Li, Horace wrote: > I worked out a patch to hildon-desktop 2.0.11, to support marquee > panel theme update at runtime. The patch will read what is set in > gconf key /desktop/gnome/interface/gtk_theme, apply the theme

Re: Marquee panel supports theme update at runtime

2008-05-16 Thread Loïc Minier
On Fri, May 16, 2008, Li, Horace wrote: > I worked out a patch to hildon-desktop 2.0.11, to support marquee > panel theme update at runtime. The patch will read what is set in > gconf key /desktop/gnome/interface/gtk_theme, apply the theme and then > monitor any changes of /desktop/gnome/interface/

Marquee panel supports theme update at runtime

2008-05-16 Thread Li, Horace
Hi, All, I worked out a patch to hildon-desktop 2.0.11, to support marquee panel theme update at runtime. The patch will read what is set in gconf key /desktop/gnome/interface/gtk_theme, apply the theme and then monitor any changes of /desktop/gnome/interface/gtk_theme at runtime. Meanwhile, I