Bug 492981 - kde.org/goals/ webpage is displaying a broken image icon and the "alt" field "KDE Goals logo"
Summary: kde.org/goals/ webpage is displaying a broken image icon and the "alt" field ...
Status: RESOLVED FIXED
Alias: None
Product: www.kde.org
Classification: Websites
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Kubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kde-www mailing-list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-09-11 16:32 UTC by Daniel P Pflager
Modified: 2025-02-24 12:36 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Snapshot of the broken link on the kde.org/goals/ page (143.71 KB, image/png)
2024-09-11 16:32 UTC, Daniel P Pflager
Details
Chrome developer tools showing the offending <img> element. (444.50 KB, image/png)
2024-09-11 16:35 UTC, Daniel P Pflager
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel P Pflager 2024-09-11 16:32:58 UTC
Created attachment 173558 [details]
Snapshot of the broken link on the kde.org/goals/ page

SUMMARY
kde.org/goals/ webpage is displaying a broken image icon and the "alt" field "KDE Goals logo"

STEPS TO REPRODUCE
1.  From a browser (I reproduced the problem on both Chrome and Firefox) navigate to kde.org/goals/

OBSERVED RESULT
2.  Observe that the web page has a missing link as shown in the attached .png file.

EXPECTED RESULT
3. The web page displays the KDE Goals logo rather than the alt="KDE Goals logo" text.


SOFTWARE/OS VERSIONS
Windows: Not Tested
macOS: Not Tested

Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.11
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-44-generic (64-bit)
Graphics Platform: X11
Processors: 16 × Intel® Xeon® W-10885M CPU @ 2.40GHz
Memory: 62.4 GiB of RAM
Graphics Processor: Quadro T1000/PCIe/SSE2
Manufacturer: Dell Inc.
Product Name: Precision 7750

ADDITIONAL INFORMATION

Using developer tools on Chrome, I inspected the broken element, which was the following:

<img src="https://kde.org/content/goals/KGoals-logo.png" alt="KDE Goals logo">

It appears that the KGoals-logo.png is not being served by the web server.  Perhaps it's missing from the web server's file system.

To confirm this, I tried the url https://kde.org/content/goals/KGoals-logo.png in a Firefox session, and Firefox showed a 404: Page Not Found error
Comment 1 Daniel P Pflager 2024-09-11 16:35:42 UTC
Created attachment 173559 [details]
Chrome developer tools showing the offending <img> element.
Comment 2 Ben Cooksley 2024-09-11 21:22:22 UTC
Thanks for reporting this - I have fixed the incorrectly rendered goals icon now, however it is rendered significantly bigger than I suspect it really should be.

Adding author of the page for confirmation as I think the duplicated icon probably wasn't intended.
Comment 3 Bug Janitor Service 2024-09-11 22:52:03 UTC
A possibly relevant merge request was started @ https://invent.kde.org/websites/kde-org/-/merge_requests/304
Comment 4 Daniel P Pflager 2024-09-11 23:12:58 UTC
(In reply to Ben Cooksley from comment #2)
> Thanks for reporting this - I have fixed the incorrectly rendered goals icon
> now, however it is rendered significantly bigger than I suspect it really
> should be.
> 
> Adding author of the page for confirmation as I think the duplicated icon
> probably wasn't intended.

My pleasure.  I think it looks only a little bit too big.  Maybe width="80vw" instead?
Comment 5 Daniel P Pflager 2024-09-11 23:14:55 UTC
(In reply to Daniel P Pflager from comment #4)
> (In reply to Ben Cooksley from comment #2)
> > Thanks for reporting this - I have fixed the incorrectly rendered goals icon
> > now, however it is rendered significantly bigger than I suspect it really
> > should be.
> > 
> > Adding author of the page for confirmation as I think the duplicated icon
> > probably wasn't intended.
> 
> My pleasure.  I think it looks only a little bit too big.  Maybe
> width="80%" instead?