------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=130709 phil kde org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW everconfirmed|0 |1 Summary|can not open openoffice |can't open attachments using |attachments |apps that immediately return ------- Additional Comments From phil kde org 2006-11-30 20:43 ------- As per bug 138102, here's an analysis: kmail calls amarok, which (almost immediately) returns, having run some subprocess, or whatever. KMail/KIO says "oh, the app's done" and removes the file from /tmp, so amarok can't open it. For an easy example, try opening an mp3 with the following shell script: #!/bin/sh nohup mpg123 $1 & exit It will fail :-). If you remove the 'nohup' and the '&' it works fine. _______________________________________________ KMail developers mailing list KMail-devel@kde.org https://mail.kde.org/mailman/listinfo/kmail-devel