Mousepad works fine with GTK+ 2.10.6. However, as soon as GTK+ is upgraded from 2.6.10 to 2.16.7 (the latest GTK+ version), Mousepad segfaults, even after a recompilation with GTK+ 2.10.7 installed. $ pkg-config --modversion glib-2.0 2.12.7 bash-3.1$ pkg-config --modversion gtk+-2.0 2.10.7 $ gdb mousepad GNU gdb 6.5 Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-slackware-linux"...Using host libthread_db library "/lib/tls/libthread_db.so.1". (gdb) run Starting program: /usr/bin/mousepad [Thread debugging using libthread_db enabled] [New Thread -1218914624 (LWP 10872)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread -1218914624 (LWP 10872)] 0xb7b2a7ef in gdk_drawable_get_screen () from /usr/lib/libgdk-x11-2.0.so.0 $
I mean GTK+ 2.10.6 and GTK+ 2.10.7 ...
remove the config or edit it and disable line numbers. enabling line numbers makes mousepad segfault with 2.10.7
*** This bug has been marked as a duplicate of bug 2718 ***