Bug 77473 - kfmexec creates wrong filename for xmms
Summary: kfmexec creates wrong filename for xmms
Status: RESOLVED DUPLICATE of bug 57590
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: 4.0
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-03-13 15:03 UTC by Andreas Bergen
Modified: 2004-03-13 22:08 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Bergen 2004-03-13 15:03:49 UTC
Version:           4.0 (using KDE 3.1.4)
Installed from:    SuSE
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:          Linux (i686) release 2.4.21-99-athlon

Using ampache 3.1.3 and selecting an m3u-file to play this file gets saved as ~/.kde/share/apps/kfmexec/tmp/*.php and xmms gets this filename as argument and refuses to play it (as it doesn't know how to deal with php-files).

I think this is a bug in konqueror / kfmexec as the http-output of ampache gives a correct filename of "playlist.m3u". Why is it saved as php-file?
Using mozilla everything works perfectly.

Here is the complete output of a sample ampache-session:
----------- snip ----------------
telnet ampache 80
Trying 127.0.0.1...
Connected to ampache.
Escape character is '^]'.
GET /song.php?action=m3u&song=1172 HTTP/1.0
Cookie: ampache=39daf0889578b371905b1099697adfc6

HTTP/1.1 200 OK
Date: Sat, 13 Mar 2004 12:54:56 GMT
Server: Apache/1.3.28 (Linux/SuSE) PHP/4.3.3 mod_perl/1.28
X-Powered-By: PHP/4.3.3
Set-Cookie: ampache=39daf0889578b371905b1099697adfc6; path=/
Expires: Thu, 19 Nov 1981 08:52:00 GMT
Cache-Control: public
Pragma: no-cache
Content-Disposition: filename=playlist.m3u
Connection: close
Content-Type: audio/x-mpegurl;

#EXTM3U
#EXTINF:316,Amy Grant,Lover of My Soul
http://ampache.in-jesus.de/play.php?song=1172&uid=3&sid=39daf0889578b371905b1099697adfc6
Connection closed by foreign host.
Exitcode 1
--------------- snip ------------------
Comment 1 Maksim Orlovich 2004-03-13 22:08:10 UTC

*** This bug has been marked as a duplicate of 57590 ***