Hi, Christopher Bergeron <[EMAIL PROTECTED]> writes:
> Is it possible to change themes on-the-fly with the directfb gtk > theme engine? > > To be more specific: I have code that modifies the gtkrc-2.0 file. > I'd like to be able to change the theme without having to build > gnome-settings-daemon for directfb. Does anyone know of a way I can > force the GTK application to re-read the gtkrc-2.0 file and apply > the changes without killing the app (and directfb). IIRC, theme changes are implemented using properties on the X11 root window. This concept doesn't translate to DirectFB so I don't see a way to change themes on the fly with the existing code. However you could of course install a signal handler (real UNIX signals, not GObject signals) that reloads the gtkrc. Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
