Comment 6 for bug 996484

Revision history for this message
Cody Pisto (cpisto) wrote :

This is because of a bug in libvte9.

The path it uses for gnome-pty-helper is:

strings /usr/lib/libvte.so.9|grep gnome-pty-helper
/usr/lib/vte/gnome-pty-helper

whereas the libvte9 package puts it in:
/usr/lib/libvte9/gnome-pty-helper

ln -s /usr/lib/libvte9 /usr/lib/vte solves it until the package is fixed.