Comment 25 for bug 469365

Revision history for this message
rekcuFniarB (retratserif) wrote :

Found out how to make it work.
Download old libgtk package (i used Hardy version, http://packages.ubuntu.com/hardy/libgtk2.0-0) and unpacked libraries from that .deb file into ~/.terminatorX/lib

Launch it with command sudo -u $USER env LD_LIBRARY_PATH="/home/$USER/.terminatorX/lib" GTK2_RC_FILES="/usr/share/themes/Raleigh/gtk-2.0/gtkrc" terminatorX

If I start without sudo it returns error terminatorX: symbol lookup error: /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so: undefined symbol: gtk_widget_is_drawable

You don't need define GTK2_RC_FILES variable if You don't use KDE or QtCurve style.