Re: using gsettings / gconf in extensions

2011-05-31 Thread Milan Bouchet-Valat
Le mardi 31 mai 2011 à 16:02 +1000, Tim Cuthbertson a écrit : > On Fri, May 27, 2011 at 5:21 AM, Giovanni Campagna > wrote: > > A good question, I didn't think of that. In which case, the only > > solution (except for env var hacks) lies in glib loading schemas from > > ~/.local/share/glib-2.0/sch

Re: using gsettings / gconf in extensions

2011-05-30 Thread Tim Cuthbertson
On Fri, May 27, 2011 at 5:21 AM, Giovanni Campagna wrote: > Il giorno gio, 26/05/2011 alle 10.38 -0700, Adam Williamson ha scritto: >> On Thu, 2011-05-26 at 17:50 +0200, Giovanni Campagna wrote: >> >> > Why not installing system-wide? It's just a matter of "pkcon install >> >> What if you have oth

Re: using gsettings / gconf in extensions

2011-05-26 Thread Giovanni Campagna
Il giorno gio, 26/05/2011 alle 10.38 -0700, Adam Williamson ha scritto: > On Thu, 2011-05-26 at 17:50 +0200, Giovanni Campagna wrote: > > > Why not installing system-wide? It's just a matter of "pkcon install > > What if you have other users on the system who don't want that > extension? A good

Re: using gsettings / gconf in extensions

2011-05-26 Thread Adam Williamson
On Thu, 2011-05-26 at 17:50 +0200, Giovanni Campagna wrote: > Why not installing system-wide? It's just a matter of "pkcon install What if you have other users on the system who don't want that extension? -- Adam Williamson Fedora QA Community Monkey IRC: adamw | Fedora Talk: adamwill AT fedorap

Re: using gsettings / gconf in extensions

2011-05-26 Thread Giovanni Campagna
Il giorno gio, 26/05/2011 alle 22.09 +1000, Tim Cuthbertson ha scritto: > On Wed, May 25, 2011 at 11:55 PM, Giovanni Campagna > wrote: > > Il giorno mer, 25/05/2011 alle 22.14 +1000, Tim Cuthbertson ha scritto: > >> Hi all, > >> > >> I'm planning to add some gsettings or gconf integration to Erick

Re: using gsettings / gconf in extensions

2011-05-26 Thread Florian Müllner
2011/5/26 Tim Cuthbertson > On Wed, May 25, 2011 at 11:55 PM, Giovanni Campagna > wrote: > > PS: note that extensions with GSettings must be installed system-wide, > > so you'd better have them in gnome-shell-extensions repo, so they're > > picked up by distribution packages. > > Really? can I a

Re: using gsettings / gconf in extensions

2011-05-26 Thread Tim Cuthbertson
On Wed, May 25, 2011 at 11:55 PM, Giovanni Campagna wrote: > Il giorno mer, 25/05/2011 alle 22.14 +1000, Tim Cuthbertson ha scritto: >> Hi all, >> >> I'm planning to add some gsettings or gconf integration to Erick >> Pérez's workspace indicator extension >> (https://github.com/erick2red/shell-ext

Re: using gsettings / gconf in extensions

2011-05-25 Thread Milan Bouchet-Valat
Le mercredi 25 mai 2011 à 15:55 +0200, Giovanni Campagna a écrit : > Currently, extensions that use GSettings use > "org.gnome.shell.extensions." and > "/org/gnome/shell/extensions/", yes. I think you can > follow that prefix, if you plan to have it hosted by > gnome-shell-extensions GIT. > Otherwi

Re: using gsettings / gconf in extensions

2011-05-25 Thread Giovanni Campagna
Il giorno mer, 25/05/2011 alle 22.14 +1000, Tim Cuthbertson ha scritto: > Hi all, > > I'm planning to add some gsettings or gconf integration to Erick > Pérez's workspace indicator extension > (https://github.com/erick2red/shell-extensions) to allow the user to > configure the label text format. S

Re: using gsettings / gconf in extensions

2011-05-25 Thread Jasper St. Pierre
On Wed, May 25, 2011 at 8:14 AM, Tim Cuthbertson wrote: > Hi all, > > I'm planning to add some gsettings or gconf integration to Erick > Pérez's workspace indicator extension > (https://github.com/erick2red/shell-extensions) to allow the user to > configure the label text format. So I have a coup

using gsettings / gconf in extensions

2011-05-25 Thread Tim Cuthbertson
Hi all, I'm planning to add some gsettings or gconf integration to Erick Pérez's workspace indicator extension (https://github.com/erick2red/shell-extensions) to allow the user to configure the label text format. So I have a couple of questions: - Is gsettings or gconf preferred for extension cod