gtk_button_new_from_stock () does not find icons.

2010-06-04 Thread N James Bridge
I don't know if this is a fedora problem or a gtk one... I have been writing some short gtk programs, as a learning exercise. So far as I can see, I should be able to add items from stock, but the images are missing and all I get are the default items as mnemonics. I have attached a short

Re: gtk_button_new_from_stock () does not find icons.

2010-06-04 Thread Colomban Wendling
Le 04/06/2010 21:33, N James Bridge a écrit : I don't know if this is a fedora problem or a gtk one... I have been writing some short gtk programs, as a learning exercise. So far as I can see, I should be able to add items from stock, but the images are missing and all I get are the default

Installing gtk-modules to gnome-settings-daemon

2010-06-04 Thread Richard Hughes
I'm currently working on porting gnome-packagekit to using GSettings. GPK used to install a key (with schema) to /apps/gnome-settings-daemon/gtk-modules to autoload the pk-gtk-module which provides the hooks required to do the font auto-installation thing. In a GSettings world, I'm not sure I can

Looking to pay someone to improve gtk+ on osx.

2010-06-04 Thread Lucas Meijer
Hi, My company (Unity3d.com) cares about getting MonoDevelop to run great on osx. MonoDevelop uses gtk+, which on osx has a whole array of problems, especially on multi monitor setups. I'm looking for a hacker who would like to do some contracting work to find these bugs and fix them. (lots of

Re: Installing gtk-modules to gnome-settings-daemon

2010-06-04 Thread Matthias Clasen
On Fri, Jun 4, 2010 at 9:25 AM, Richard Hughes hughsi...@gmail.com wrote: In a GSettings world, I'm not sure I can install new schema in a foreign tree like this, and I'm not sure if gnome-settings-daemon would be able to walk the tree of keys like it used to with GConf. that is part of the

Re: Looking to pay someone to improve gtk+ on osx.

2010-06-04 Thread Kristian Rietveld
On Jun 4, 2010, at 3:27 PM, Lucas Meijer wrote: My company (Unity3d.com) cares about getting MonoDevelop to run great on osx. MonoDevelop uses gtk+, which on osx has a whole array of problems, especially on multi monitor setups. Have you tried a recent version of GTK+? Last December, a

GtkApplication

2010-06-04 Thread Matthias Clasen
So, I've been dragging my feet a little bit on getting GApplication/GtkApplication merged. After looking at the stuff again for the last two evenings, I think we should probably just get over it and merge most of what is currently there. I don't think the current functionality - uniqueness -

Re: GtkApplication

2010-06-04 Thread Colin Walters
On Fri, Jun 4, 2010 at 12:50 PM, Matthias Clasen matthias.cla...@gmail.com wrote: So, I've been dragging my feet a little bit on getting GApplication/GtkApplication merged. Thanks a lot for the work on looking at it! One thing that I've proposed to Colin to make this at least somewhat less

Re: GtkApplication

2010-06-04 Thread Mike Massonnet
2010/6/4 Matthias Clasen matthias.cla...@gmail.com: 3)   /* TODO look up .desktop file on freedesktop platform, initialize title etc. */ On a more-or-less unrelated topic, I have been wondering if GApplication can take care of setting the application name (g_set_application_name) it is one of

Re: GtkApplication

2010-06-04 Thread Richard Hughes
On 4 June 2010 17:50, Matthias Clasen matthias.cla...@gmail.com wrote: - uniqueness - actions - standard actions (Quit, Activate) For me, I kinda hoped that the GtkApplication stuff could have easily told me when the launched binary changed, so we can deal with GSettings schema changes and