Hi, [EMAIL PROTECTED] writes:
> I am attempting to replicate the screenshot on directfb.org/gtk.xml page. > However, when I run the testgtk program, I receive the default look of directfb. > > I compiled and installed gtk+-directfb and directfb-engine along with many other >directfb sources. > What is the procedure to replicate that screenshot? the transparent windows are enabled by using the --transparent-unfocused command-line flag. This option can be used with all GTK+-DirectFB apps. The directfb theme engine reads the same file format as the standard GTK+ pixmap engine. I can't remember what pixmap theme we've used for that screenshot. Just pick a pixmap theme you like and include the relevant gtkrc in your ~/.gtkrc-2.0. For example to use the new bubble theme, your ~/.gtkrc-2.0 would look like this: pixmap_path "/usr/local/share/themes/bubble/gtk-2.0" include "/usr/local/share/themes/bubble/gtk-2.0/gtkrc" Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
