[kde-freebsd] [SVN Commit] area51/KDE/x11/kdebase4/files

David Bruce Naylor naylor.b.david at gmail.com
Thu Mar 17 20:21:43 CET 2011


SVN commit 7040 by DragonSA:

Fix directory navigation in Dolphin::Terminal

When navigating in Dolphin it attempts to keep any open Terminal (F4)
in sync by changing the directory in the shell.  It does this by
sending a "^C; cd $DIRECTORY" however shells under FreeBSD treat "^C"
as a literal string and not SIGINT.  Fix this by sending SIGINT to the
shell instead of "^C".

It appears Linux does not exhibit this behaviour.  

Reviewed by:	avilla@


 A             patch-dolphin__src__panels__terminal__terminalpanel.cpp  




More information about the kde-freebsd mailing list