View Single Post
Old 09-06-2007, 07:48 AM   #6
yokos
Pac-Man caught my iLiad.
yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.yokos can teach chickens to fly.
 
yokos's Avatar
 
Posts: 807
Karma: 3595
Join Date: Apr 2006
Location: Germany; next to Baltic Sea
Device: Boox Max Lumi, iRex iLiad (RIP)
Hey tribble. You wanted grey font. This works this way:
Code:
./bin/gtkclock --format=%H:%M --foreground=grey --background=white
What is the name of local screen of a GtkWindow?
I get
Code:
(clock:1484): Gtk-WARNING **: gtk_migration not initialised yet

(clock:1484): Gtk-WARNING **: Screen for GtkWindow not set; you must always set
a screen for a GtkWindow before using the window

(clock:1484): Gdk-CRITICAL **: gdk_pango_context_get_for_screen: assertion `GDK_IS_SCREEN (screen)' failed
Segmentation fault
when trying to give the GTK window a name.

This is the most interesting option:
Code:
--class=CLASS Program class as used by the window manager
Right now I have hard encoded in sourcecode that it should behave as "GDK_WINDOW_TYPE_HINT_DIALOG".

Last edited by yokos; 09-06-2007 at 07:49 AM. Reason: spelling
yokos is offline   Reply With Quote