[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#381979: keymap not changed in g-i after selection in kbd-chooser



Davide Viti wrote:
On Tue, Sep 19, 2006 at 10:04:47AM +0200, Frans Pop wrote:

On Monday 18 September 2006 23:45, Attilio Fiandrotti wrote:

I did not test this by myself, but davide did it and the patch proved
to work (Davide, any hint about how to reproduce a correct keymap
change in the g-i ?).

Davide?


this was discussed tonight on IRC.

GDK_WINDOWING_DIRECTFB is apparently not defined inside gtk.c
the following patch works for me

GDK_WINDOWING_[X11|DIRECTFB|...] is a macro defined at GTK configure time and in GTK 2.10.4 i can find it defined in gdk/gdkconfig.h, while sourcecode for package libgtk-directfb-2.0-0 doesn not contain it. The problem seems so bounded to GTK 2.8.x with backported DFB backend we currently use, and should be fixed when we switch to GTK 2.10.x. Removing the GDK backend check is harmless unless someone wants to build the GTK frontend against GTKX too, so i guess as a temporary solution it can do. I never noticed this missing define because i usually perform all my test using latest GTK from CVS, thanks to Davide who spotted this :)

cheers

Attilio



Reply to: