Zim

KDE installation

Asked by marcozar

Hi,

I couldn't manage to install Zim on KDE 3.5...

All the packages seems to be there still I cannot get over the following error when running 'test.py':

...
runTest (tests.pageview.TestTextView) ...
!! Two GtkWarnings expected here for gdk display !!
/home/marc/zim/zim-0.44/zim/gui/pageview.py:2107: GtkWarning: gdk_drawable_get_screen: assertion `GDK_IS_DRAWABLE (drawable)' failed
  elif not gtk.TextView.do_key_press_event(self, event):
/home/marc/zim/zim-0.44/zim/gui/pageview.py:2107: GtkWarning: gdk_screen_get_root_window: assertion `GDK_IS_SCREEN (screen)' failed
  elif not gtk.TextView.do_key_press_event(self, event):
/home/marc/zim/zim-0.44/zim/gui/pageview.py:2107: GtkWarning: gdkdrawable-x11.c:822 drawable is not a pixmap or window
  elif not gtk.TextView.do_key_press_event(self, event):
Segmentation fault

any idea ?

Cheers,

Question information

Language:
English Edit question
Status:
Solved
For:
Zim Edit question
Assignee:
No assignee Edit question
Solved by:
Jaap Karssenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Jaap Karssenberg (jaap.karssenberg) said :
#1

Did you try running the application? Might be just an issue in how the
test tries to simulate key strokes. Might well be that there is no
issue when actually running the application.

Revision history for this message
marcozar (marc-hausard) said :
#2

Thanks for the quick answer,

Actually you're right the application is running !
I thought there was a problem since I had this issue with the test.py script.

Thanks a lot,

Marc

Revision history for this message
Jaap Karssenberg (jaap.karssenberg) said :
#3

In that case please open a bug report with the output of the test
script, may need to improve the test case a bit more.

Revision history for this message
marcozar (marc-hausard) said :
#4

ok, done.