Bug 504768 - The link to org.kde.plasma.camera's website in plasma-discover-6.3.5-1 directs to a 404 URI.
Summary: The link to org.kde.plasma.camera's website in plasma-discover-6.3.5-1 direct...
Status: RESOLVED DOWNSTREAM
Alias: None
Product: plasma-mobile
Classification: Plasma
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Fedora RPMs Linux
: NOR minor
Target Milestone: ---
Assignee: Plasma Mobile Bugs
URL: https://src.fedoraproject.org/rpms/pl...
Keywords:
Depends on:
Blocks:
 
Reported: 2025-05-25 12:11 UTC by Roke Julian Lockhart Beedell
Modified: 2025-05-29 18:09 UTC (History)
5 users (show)

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


Attachments
A Screencast (534.66 KB, video/webm)
2025-05-25 12:11 UTC, Roke Julian Lockhart Beedell
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roke Julian Lockhart Beedell 2025-05-25 12:11:33 UTC
Created attachment 181730 [details]
A Screencast

SUMMARY

When I attempt to visit Plasma Camera's website, I'm directed to https://apps.kde.org/en-gb/404.html.

STEPS TO REPRODUCE

1. Visit appstream://org.kde.plasma.camera.

2. Select "Visit the project's website".

OBSERVED RESULT

I'm directed to https://apps.kde.org/en-gb/404.html#title:~:text=404:%20Page%20not%20found%20error, which states "404: Page not found error".

EXPECTED RESULT

I should be directed to somewhere useful, else the link should be removed.

SOFTWARE/OS VERSIONS

> Operating System: Fedora Linux 42  
> KDE Plasma Version: 6.3.5  
> KDE Frameworks Version: 6.14.0  
> Qt Version: 6.9.0  
> Kernel Version: 6.14.6-300.fc42.x86_64 (64-bit)  
> Graphics Platform: Wayland

ADDITIONAL INFORMATION

The sole URI in file:///usr/share/metainfo/org.kde.plasma.camera.appdata.xml is to a screenshot, which does load.
Comment 1 John Kizer 2025-05-29 17:58:49 UTC
Looks like a Fedora RPM appdata issue - the URL is correct in KDE Invent: https://invent.kde.org/plasma-mobile/plasma-camera/-/blob/54f5ea0281c5ceb3c7254c758b880e67f8c3459a/org.kde.plasma.camera.appdata.xml#L107

But replaced a . with a - in the RPM spec: https://src.fedoraproject.org/rpms/plasma-camera/blob/f42/f/plasma-camera.spec#_10
Comment 2 Roke Julian Lockhart Beedell 2025-05-29 18:08:17 UTC
(In reply to John Kizer from comment #1)

Thanks. Reported at https://bugzilla.redhat.com/show_bug.cgi?id=2369232#short_desc_nonedit_display.
Comment 3 Roke Julian Lockhart Beedell 2025-05-29 18:09:14 UTC
(In reply to John Kizer from comment #1)

Ah. I missed https://src.fedoraproject.org/rpms/plasma-camera/pull-request/1. I'll close mine when yours is merged. Apologies for the noise.