Bug 389052

Summary: YMP for 1click not recognised
Product: [openSUSE] openSUSE 11.0 Reporter: Andrew Wafaa <awafaa>
Component: YaST2Assignee: E-mail List <bnc-team-screening>
Status: RESOLVED INVALID QA Contact: Jiri Srain <jsrain>
Severity: Normal    
Priority: P5 - None CC: benji
Version: Factory   
Target Milestone: ---   
Hardware: Other   
OS: Other   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Andrew Wafaa 2008-05-09 23:04:39 UTC
For some reason YMPs are no longer recognised/registered.  When clicking on a YMP link FireFox/Epiphany/Konqueror all show them as unrecognised files and only present the "save file" option and no "open with one click install".

The YMP worked earlier in the week.  The YMPs are multi release ones and work on 10.3.  They can be found at either http://www.wafaa.eu on the right hand side or at http://www.forcev.net/mojoportal/1clickdirectory.aspx
Comment 1 Benjamin Weber 2008-05-09 23:27:32 UTC
Server is not serving them as x-suse-ymp see:

curl -I http://www.forcev.net/mojoportal/Data/Sites/1/YMP/tasque.ymp
...
Content-Type: text/html; charset=utf-8
...


c.f. 


benji@lcars:~> curl -I http://software.opensuse.org/ymp/GNOME:Community/openSUSE_10.3/tasque.ymp
...
Content-Type: text/x-suse-ymp; charset=utf-8
...

Comment 2 Benjamin Weber 2008-05-09 23:39:13 UTC
If you can't modify the server config create a link using YMU like so:

<a href="data:text/x-suse-ymu,http://www.forcev.net/mojoportal/Data/Sites/1/YMP/bongo.ymp">
Link Text Here
</a>

Closing this bug as invalid. See bug #377151 about the konqueror breakage.