[Bug 169092] text entered in external editor not passed to composer window
Ruchir Brahmbhatt
ruchir.brahmbhatt at ecosmob.com
Tue Apr 14 10:28:41 BST 2009
https://bugs.kde.org/show_bug.cgi?id=169092
Ruchir Brahmbhatt <ruchir.brahmbhatt at ecosmob.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |UNCONFIRMED
Version|1.10.0 |1.11.2
Resolution|FIXED |
--- Comment #12 from Ruchir Brahmbhatt <ruchir brahmbhatt ecosmob com> 2009-04-14 11:28:34 ---
Finally reproduced on 1.11.2 using following information provide from Garry.
If it matters, here's a script that produces the bug:
#!/bin/sh
mv $1 $1.sav
echo test message >$1
I saved this as ~/test-editor.sh, made it executable and then
configured Kmail to use this program as the composer editor. This
script clearly creates a file with desired content, but since my
version of Kmail opens that file name before calling this "editor",
Kmail never "sees" the editor's results. If you remove line two of
this script (the mv command), the Kmail composer receives the "editor"
text as you would expect.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list