(Trunk) blank/gray pads

Asked by Mumia W.

After building xpad from trunk, I get
these messages when I run it:

> (xpad:4680): GLib-GObject-WARNING **: IA__g_object_set_valist: construct property "type" for object `XpadPad' can't be set after construction
>
> (xpad:4680): GLib-GObject-WARNING **: IA__g_object_set_valist: construct property "type" for object `XpadPad' can't be set after construction

None of the text of my pads displays; only a gray background
displays on each pad. How can I fix this?

Question information

Language:
English Edit question
Status:
Solved
For:
Xpad Edit question
Assignee:
No assignee Edit question
Solved by:
Mumia W.
Solved:
Last query:
Last reply:
Revision history for this message
Mumia W. (mumia-w-18) said :
#1

Debian created a patch for xpad 4.0 that fixes this bug:

Index: xpad-4.0/src/xpad-pad.c
===================================================================
--- xpad-4.0.orig/src/xpad-pad.c 2010-04-11 18:19:18.000000000 +0200
+++ xpad-4.0/src/xpad-pad.c 2010-04-11 18:22:32.000000000 +0200
@@ -275,7 +275,6 @@
   "gravity", GDK_GRAVITY_STATIC, /* static gravity makes saving pad x,y work */
   "skip-pager-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
   "skip-taskbar-hint", !xpad_settings_get_has_decorations (xpad_settings ()),
- "type", GTK_WINDOW_TOPLEVEL,
   "type-hint", GDK_WINDOW_TYPE_HINT_NORMAL,
   "window-position", GTK_WIN_POS_MOUSE,
   "child", vbox,