[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libglade and psppire
From: |
Jason Stover |
Subject: |
Re: libglade and psppire |
Date: |
Mon, 17 Jul 2006 21:06:59 -0400 |
User-agent: |
Mutt/1.5.10i |
I spent the day upgrading gtk, glib, pango, cairo and libglade
multiple times, and now it works.
For the record, I now get these warnings after creating a new
variable (with gtk+ 2.10.0, libglade 2.6.0):
(psppire:12230): libglade-WARNING **: could not find signal handler
'on_delete1_activate'.
(psppire:12230): libglade-WARNING **: could not find signal handler
'on_cut1_activate'.
(psppire:12230): libglade-WARNING **: could not find signal handler
'on_paste1_activate'.
(psppire:12230): libglade-WARNING **: could not find signal handler
'on_copy1_activate'.
** (psppire:12230): WARNING **: Widget "insert-variable" could not be found
** (psppire:12230): WARNING **: Widget "insert-cases" could not be found
(psppire:12230): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion
`GTK_IS_WIDGET (widget)' failed
(psppire:12230): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion
`GTK_IS_WIDGET (widget)' failed
** (psppire:12230): WARNING **: Widget "insert-variable" could not be found
** (psppire:12230): WARNING **: Widget "insert-cases" could not be found
(psppire:12230): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion
`GTK_IS_WIDGET (widget)' failed
(psppire:12230): Gtk-CRITICAL **: gtk_widget_set_sensitive: assertion
`GTK_IS_WIDGET (widget)' failed
I can create new variables in the variable tab, but placing the focus
on a cell, entering a number in that cell, then pressing 'Enter' will
not enter cases in the data set. Does psppire have that functionality
yet?
-Jason
On Sun, Jul 16, 2006 at 01:26:43PM -0700, Ben Pfaff wrote:
> Jason Stover <address@hidden> writes:
>
> > Any clues? Is gtk meant only for Gnome?
>
> I don't run Gnome, and psppire works fine for me (or it has, at
> least; I have not tried recently), although I do recall it
> printing a few warning messages.
>
> I use Window Maker as my window manager.
> --
> "Implementation details are beyond the scope of the Java virtual
> machine specification. One should not assume that every virtual
> machine implementation contains a giant squid."
> --"Mr. Bunny's Big Cup o' Java"
Re: libglade and psppire,
Jason Stover <=