From kmail-devel Thu Nov 30 19:43:47 2006 From: Philip Rodrigues Date: Thu, 30 Nov 2006 19:43:47 +0000 To: kmail-devel Subject: [Bug 130709] can't open attachments using apps that immediately Message-Id: <20061130194347.27673.qmail () ktown ! kde ! org> X-MARC-Message: https://marc.info/?l=kmail-devel&m=116491584600624 ------- 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