On Tue, 2010-10-26 at 13:45 -0400, Ray Strode wrote:
> Hi,
> > Finally, if you require 2 modules to be loaded in a certain order,
> > you'll need to define the X-GTK-Module-Name as "module1:module2". This
> > is the case for the a11y modules.
> Any reason the list separator isn't a ';' ? That's th
Hi,
> Finally, if you require 2 modules to be loaded in a certain order,
> you'll need to define the X-GTK-Module-Name as "module1:module2". This
> is the case for the a11y modules.
Any reason the list separator isn't a ';' ? That's the typical
separator in key files (or less commonly "," which wa
On Tue, Oct 26, 2010 at 1:04 PM, Bastien Nocera wrote:
> On Tue, 2010-10-26 at 18:31 +0200, Piñeiro wrote:
>>
>> > The only big change is that enabling a11y in GSettings will now
>> change
>> > the GTK+ modules list on the fly. I'd expect quite a few bits of
>> code
>> > breaking if they monitor t
On Tue, 2010-10-26 at 18:31 +0200, Piñeiro wrote:
>
> > The only big change is that enabling a11y in GSettings will now
> change
> > the GTK+ modules list on the fly. I'd expect quite a few bits of
> code
> > breaking if they monitor the list of GTK+ modules at run-time.
>
> Do you have any speci
From: Bastien Nocera
>> Ok, so explaining that in a rough way, this is equivalent to set the
>> env var GTK_MODULES to the modules you want.
>
> The changes I documented are unrelated to the env var.
>
>> > This will make the libsupermodule.so GTK+ module be loaded by GTK+.
>> >
>> > If you ne
On Tue, 2010-10-26 at 17:52 +0200, Piñeiro wrote:
> From: Bastien Nocera
>
> Hi, thanks for the announce. But I have some doubts.
>
> > This will affect you if you install a GTK+ module.
> >
> > The latest version of gnome-settings-daemon[1] will load GTK+ modules
> > using .desktop files in th
From: Bastien Nocera
Hi, thanks for the announce. But I have some doubts.
> This will affect you if you install a GTK+ module.
>
> The latest version of gnome-settings-daemon[1] will load GTK+ modules
> using .desktop files in the
> $(libdir)/gnome-settings-daemon-3.0/gtk-modules/ directory.
>
Heya,
This will affect you if you install a GTK+ module.
The latest version of gnome-settings-daemon[1] will load GTK+ modules
using .desktop files in the
$(libdir)/gnome-settings-daemon-3.0/gtk-modules/ directory.
The desktop files are fairly simple:
[GTK Module]
Name=My module
Description=My s