Re: gtk3: FileChooser schema not found

2011-04-12 Thread A. da Mek
I downloaded the mingw32-gtk3-3.0.6-1.6.noarch.rpm and everthing would work fine, except that there is this unfortunate affair with Glib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed Shall I copy the org.gtk.Settings.FileChooser.gschema.xml to some other place

Re: gtk3: FileChooser schema not found

2011-02-16 Thread Emmanuele Bassi
On Wed, 2011-02-16 at 11:19 +0100, David Nečas wrote: > > > Gtk+ itself (not any dependency) installs this scheme file. > > > It knows exactly, at compile time, where the file will be installed. > > > So why it cannot find the file? > > > > it could be that XDG_SHARE_DIR is unset, or not set to i

Re: gtk3: FileChooser schema not found

2011-02-16 Thread David Nečas
On Wed, Feb 16, 2011 at 09:49:09AM +, Emmanuele Bassi wrote: > On Wed, 2011-02-16 at 09:42 +0100, David Nečas wrote: > > On Wed, Feb 16, 2011 at 08:20:59AM +, Emmanuele Bassi wrote: > > > in any case, this is a pointless discussion: the schema for the file > > > chooser configuration *is* p

Re: gtk3: FileChooser schema not found

2011-02-16 Thread Emmanuele Bassi
On Wed, 2011-02-16 at 09:42 +0100, David Nečas wrote: > On Wed, Feb 16, 2011 at 08:20:59AM +, Emmanuele Bassi wrote: > > in any case, this is a pointless discussion: the schema for the file > > chooser configuration *is* part of the gtk+-3 installation; if it's not > > installed then it's eithe

Re: gtk3: FileChooser schema not found

2011-02-16 Thread David Nečas
On Wed, Feb 16, 2011 at 08:20:59AM +, Emmanuele Bassi wrote: > in any case, this is a pointless discussion: the schema for the file > chooser configuration *is* part of the gtk+-3 installation; if it's not > installed then it's either a bug in gtk+ or a packaging issue. it's the > equivalent of

Re: gtk3: FileChooser schema not found

2011-02-16 Thread Emmanuele Bassi
On Tue, 2011-02-15 at 17:10 -0500, Allin Cottrell wrote: > On Tue, 15 Feb 2011, Emmanuele Bassi wrote: > > > Requiring the schema for settings is the fundamental tenet of the GSettings > > design. By not having the schema like in GConf you are trading a bit of > > convenience for less safety... >

Re: gtk3: FileChooser schema not found

2011-02-15 Thread Allin Cottrell
On Tue, 15 Feb 2011, Emmanuele Bassi wrote: > Requiring the schema for settings is the fundamental tenet of the GSettings > design. By not having the schema like in GConf you are trading a bit of > convenience for less safety... > > A schema in GSettings is the equivalent of the UI file for GtkBui

Re: gtk3: FileChooser schema not found

2011-02-15 Thread Emmanuele Bassi
Requiring the schema for settings is the fundamental tenet of the GSettings design. By not having the schema like in GConf you are trading a bit of convenience for less safety; a lot of bugs in GConf-using applications were due to missing schemas or wrong fallbacks for unset keys, so when I say "co

Re: gtk3: FileChooser schema not found

2011-02-14 Thread Kevin DeKorte
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/14/2011 04:08 PM, Allin Cottrell wrote: > On Sun, 13 Feb 2011, Allin Cottrell wrote: > >> I have glib 2.28.0 installed, along with gtk 2.24.0 and gtk 3.0.0. >> Calls to the FileChooser in my app work as expected in 2.24, but >> in 3.0.0 they pro

Re: gtk3: FileChooser schema not found

2011-02-14 Thread Allin Cottrell
On Sun, 13 Feb 2011, Allin Cottrell wrote: > I have glib 2.28.0 installed, along with gtk 2.24.0 and gtk 3.0.0. > Calls to the FileChooser in my app work as expected in 2.24, but > in 3.0.0 they produce: > > GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' > is not installed > > a

gtk3: FileChooser schema not found

2011-02-13 Thread Allin Cottrell
I have glib 2.28.0 installed, along with gtk 2.24.0 and gtk 3.0.0. Calls to the FileChooser in my app work as expected in 2.24, but in 3.0.0 they produce: GLib-GIO-ERROR **: Settings schema 'org.gtk.Settings.FileChooser' is not installed and the program aborts. The file org.gtk.Settings.FileChoos