Fix directory navigation in Dolphin::Terminal.

Authored by rakuco on Apr 12 2011, 2:14 PM.

Description

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.

Patch originally written by David Naylor, from the KDE-FreeBSD team.

REVIEW: 101096
CCMAIL: naylor.b.david@gmail.com

Details

Committed
rakucoApr 12 2011, 2:15 PM
Parents
R318:43cebfda1324: SVN_SILENT made messages (.desktop file)
Branches
Unknown
Tags
Unknown