Bug 391524 - appdata screenshots broken
Summary: appdata screenshots broken
Status: RESOLVED FIXED
Alias: None
Product: zanshin
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: already done
Assignee: Kevin Ottens
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-07 15:31 UTC by Harald Sitter
Modified: 2022-03-18 20:10 UTC (History)
3 users (show)

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 Harald Sitter 2018-03-07 15:31:50 UTC
appdata points screenshot at

```
      <image>http://kde.org/images/screenshots/zanshin.png</image>
```

which is coming back 404

```
curl -o /dev/null -D - -sSL http://kde.org/images/screenshots/zanshin.png
HTTP/1.1 302 Found
Date: Wed, 07 Mar 2018 15:31:20 GMT
Server: Apache/2.4.7 (Ubuntu)
Strict-Transport-Security: max-age=15768000
Location: https://www.kde.org/images/screenshots/zanshin.png
Cache-Control: max-age=0
Expires: Wed, 07 Mar 2018 15:31:20 GMT
Content-Length: 306
Content-Type: text/html; charset=iso-8859-1

HTTP/1.1 404 Not Found
Date: Wed, 07 Mar 2018 15:31:20 GMT
Server: Apache/2.4.7 (Ubuntu)
X-Powered-By: PHP/5.5.9-1ubuntu4.23
Strict-Transport-Security: max-age=15768000
Transfer-Encoding: chunked
Content-Type: text/html
```

Please fix and ideally switch to the KDE product screenshot hosting @ https://phabricator.kde.org/source/websites-product-screenshots/browse/master/README.md
Comment 1 Eike Hein 2018-03-08 08:48:15 UTC
Harald, could you take care of this for me? Super spread thin atm ...
Comment 2 Harald Sitter 2018-03-08 10:01:45 UTC
Wrong product actually! Sorry Eike.
Comment 3 Kevin Ottens 2018-03-08 10:51:11 UTC
I guess it used to not be 404 though, how did it end up going away? Beside I didn't write that file and have no time to look into it at the moment.

Any chance someone could lend a hand there? Probably the screenshot on the front page of https://zanshin.kde.org/ (scroll down) is a viable option?
Comment 4 Harald Sitter 2018-03-08 10:59:48 UTC
I can't find it in the svn history, so it may well have been 404 all the time.

The screenshot on the website has rounded corners which aren't ideal. If you have an original version of the screenshot that'd be better.
Comment 5 Kevin Ottens 2018-03-08 16:10:40 UTC
Don't think I do unfortunately... surely can be cropped a bit?
Comment 6 Harald Sitter 2018-03-08 17:43:56 UTC
I suppose. I'll have a look tomorrow unless I forget ;)
Comment 7 Christoph Feck 2018-03-30 03:58:24 UTC
You forgot :)
Comment 8 Christoph Feck 2018-04-26 21:39:48 UTC
What is the status of this issue?
Comment 9 Amir Khan 2022-03-18 14:26:30 UTC
It looks as if the original link reported as invalid now points to the screenshot as expected. Would the reporter of the bug please check and close the bug if it is fixed? Thanks.