Bug 415480 - Get new wallpaper: Show link destination
Summary: Get new wallpaper: Show link destination
Status: CONFIRMED
Alias: None
Product: frameworks-knewstuff
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.65.0
Platform: Other Linux
: NOR wishlist
Target Milestone: ---
Assignee: Dan Leinir Turthra Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-23 12:04 UTC by postix
Modified: 2024-04-03 03:25 UTC (History)
6 users (show)

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


Attachments
Screenshot of the dialog. Links are bold and underlined. (223.43 KB, image/png)
2019-12-23 12:04 UTC, postix
Details

Note You need to log in before you can comment on or make changes to this bug.
Description postix 2019-12-23 12:04:25 UTC
Created attachment 124667 [details]
Screenshot of the dialog. Links are bold and underlined.

SUMMARY

There are plenty of clickable links in the "Get new wallpaper" download dialog. However, those links do not only point to *.kde.org but also to external sites. 

Surprises on Christmas are fine. However, here it would be very convenient to know the link destination before opening a link.



SOFTWARE/OS VERSIONS
Operating System: Manjaro Linux 
KDE Plasma Version: 5.17.4
KDE Frameworks Version: 5.66.0
Qt Version: 5.13.2
Kernel Version: 5.4.6-1-MANJARO
Comment 1 Dan Leinir Turthra Jensen 2019-12-23 12:24:58 UTC
This would indeed be a good thing to get sorted (also important for the sake of privacy and security in general), but as to exactly how to fix it i'm unsure. We could, perhaps, do an overlay indicator the same way it's done in all manner of different browsers when you hover a link.

Given the screenshot here, it feels important to mention that this would be done in the Qt Quick components, rather than the widget dialogues (unless, of course, someone else feels like doing it). The impact for this report would be that the fix is two-fold: It would require implementing the solution as suggested (or another like it), and also require the swap to the Qt Quick dialogue to be performed. The latter is already planned anyway, but even then it seems reasonable to mention it.
Comment 2 John Veness 2024-04-01 15:00:37 UTC
Rather than an overlay like web browsers use (at the bottom of the window), I think it would be OK to show a tooltip with the link destination when hovering over these links. Would that be easier to implement?
Comment 3 Nate Graham 2024-04-03 03:25:47 UTC
Sure, that would be fine. Better than the status quo, at least.