[Bug 425874] Re: No screenshot available handling / non-ubuntu branding

2009-10-05 Thread Launchpad Bug Tracker
** Branch linked: lp:~mvo/software-center/ubuntu-404 -- No screenshot available handling / non-ubuntu branding https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 425874] Re: No screenshot available handling / non-ubuntu branding

2009-10-05 Thread Michael Vogt
** Changed in: software-center (Ubuntu) Status: Confirmed = In Progress -- No screenshot available handling / non-ubuntu branding https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 425874] Re: No screenshot available handling / non-ubuntu branding

2009-10-05 Thread Launchpad Bug Tracker
** Branch linked: lp:software-center -- No screenshot available handling / non-ubuntu branding https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 425874] Re: No screenshot available handling / non-ubuntu branding

2009-10-05 Thread Launchpad Bug Tracker
This bug was fixed in the package software-center - 0.4.5 --- software-center (0.4.5) karmic; urgency=low * softwarecenter/view/appdetailsview.py: - avoid blocking if the authentication dialog comes up (LP: #436413) * softwarecenter/view/appdetailsview.py: - switch

[Bug 425874] Re: No screenshot available handling / non-ubuntu branding

2009-10-02 Thread Michael Vogt
** Summary changed: - No screenshot available handling + No screenshot available handling / non-ubuntu branding ** Changed in: software-center (Ubuntu) Milestone: None = ubuntu-9.10 -- No screenshot available handling / non-ubuntu branding https://bugs.launchpad.net/bugs/425874 You

[Bug 425874] Re: No screenshot available handling

2009-09-30 Thread Michael Vogt
I just played with the JS code and I don't think we can use xmlhttp here because the security model will prevent access from a file:/// url to a http:// url (request not going to the same site). So we need to code this in python. -- No screenshot available handling

[Bug 425874] Re: No screenshot available handling

2009-09-28 Thread István Nyitrai
** Attachment added: Ubuntu specific thumbnail http://launchpadlibrarian.net/32585876/dummy-thumbnail-ubuntu.xcf -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 425874] Re: No screenshot available handling

2009-09-28 Thread István Nyitrai
** Attachment added: Ubuntu specific screenshot http://launchpadlibrarian.net/32585914/dummy-screenshot-ubuntu.xcf -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 425874] Re: No screenshot available handling

2009-09-18 Thread Christoph Haas
I talked to Michael Vogt and we decided that at first I'll implement a http://screenshots.debian.net/screenshots-ubuntu/%s URL schema that will return a 404 if no screenshot is available. I'll get back to you as soon as the web site is updated. I hope I find time this evening to do that. The

[Bug 425874] Re: No screenshot available handling

2009-09-18 Thread Michael Vogt
I made it send the user-agent string now. -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 425874] Re: No screenshot available handling

2009-09-17 Thread Matthew Paul Thomas
I will ask Canonical's IS team to set up a proxy that initially passes requests directly to screenshots.debian.net, but that could cache heavily-requested screenshots in the future if necessary, as well as providing its own 404 image. In the meantime, the Store should be sending its own

[Bug 425874] Re: No screenshot available handling

2009-09-14 Thread Christoph Haas
** Attachment added: Dummy Screenshot http://launchpadlibrarian.net/31802683/dummy-screenshot.xcf -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 425874] Re: No screenshot available handling

2009-09-14 Thread Christoph Haas
I couldn't find an SVG (or another high-resolution) version of the Ubuntu logo. Attached to this bug are the Gimp files (XCF) for the large and small dummy screenshot I created for Debian. If someone uses these to provide Ubuntu dummy graphics files then I can concentrate on adding Ubuntu support.

[Bug 425874] Re: No screenshot available handling

2009-09-14 Thread Christoph Haas
** Attachment added: Dummy Thumbnail http://launchpadlibrarian.net/31802686/dummy-thumbnail.xcf -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. --

[Bug 425874] Re: No screenshot available handling

2009-09-14 Thread rugby471
sorry for messing you around Christoph but with regards to a feature request it might be best if there was a way we could detect whether there was no screenshot available :-( Also this way the branding would be easy for other distros, say Linux Mint wanted to brand it; without putting more work

[Bug 425874] Re: No screenshot available handling

2009-09-13 Thread rugby471
I was thinking that method 4) with: http://screenshots.debian.net/screenshot-ubuntu/PACKAGENAME or http://screenshots.debian.net/thumbnail-ubuntu/PACKAGENAME Would be the easiest to implement for us and hopefully for you as well. Michael will be back tomorrow and so can put his point of view

[Bug 425874] Re: No screenshot available handling

2009-09-12 Thread Christoph Haas
Hi, I'm the creator and admin of screenshots.debian.net. I've already worked with Michael Vogt to get screenshot support running in Synaptic which I think is a great feature. I'll be happy to help you brand screenshots.debian.net to make it more ubuntu-ish. Let me know which way you prefer. (1)

[Bug 425874] Re: No screenshot available handling

2009-09-09 Thread Michael Vogt
** Changed in: software-store (Ubuntu) Status: New = Confirmed ** Changed in: software-store (Ubuntu) Importance: Undecided = Medium -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 425874] Re: No screenshot available handling

2009-09-08 Thread rugby471
We shall have to speak to the screenshots.debian.net guys to work this one out. To retrieve a screenshot thumbnail, we simple have an image pointing to screenshot.debian.net/thumbnail/PACKAGENAME When there is no screenshot, the site simply returns that placeholder image instead, there is no

[Bug 425874] Re: No screenshot available handling

2009-09-08 Thread Matthew Paul Thomas
Is the placeholder image at least returned with a 404 response code? -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

Re: [Bug 425874] Re: No screenshot available handling

2009-09-08 Thread Kiwinote
@mpt: no, the placeholder image doesn't come with a 404 response code. A not so clean workaround would be to check the filesize and the last modified date of the image. If you looked at both of them you could be reasonably sure if the image returned is or isn't the placeholder image. The only

Re: [Bug 425874] Re: No screenshot available handling

2009-09-08 Thread Kiwinote
screenshots.debian.net that should be.. On Tue, Sep 8, 2009 at 4:48 PM, Kiwinote kiwin...@gmail.com wrote: @mpt: no, the placeholder image doesn't come with a 404 response code. A not so clean workaround would be to check the filesize and the last modified date of the image. If you looked

[Bug 425874] Re: No screenshot available handling

2009-09-07 Thread Kiwinote
** Attachment added: Screenshot-Ubuntu Software Store-1.png http://launchpadlibrarian.net/31455536/Screenshot-Ubuntu%20Software%20Store-1.png -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu

[Bug 425874] Re: No screenshot available handling

2009-09-07 Thread Kiwinote
** Summary changed: - No screenshot available handling + No screenshot available handling -- No screenshot available handling https://bugs.launchpad.net/bugs/425874 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs