| Summary: | kde-open5 converts numbers to IPs for scheme URLs | ||
|---|---|---|---|
| Product: | [Plasma] kde-cli-tools | Reporter: | My1 <teamhydro55555> |
| Component: | general | Assignee: | Aleix Pol <aleixpol> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | 6yearold |
| Priority: | NOR | ||
| Version First Reported In: | 5.12.9 | ||
| Target Milestone: | --- | ||
| Platform: | Kubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
My1
2020-01-26 18:12:54 UTC
Could be related to bug 408632. Could you test a recent live distribution? I can reproduce this on 5.17.4. Running kioclient exec wayk://123456 result in "Can't open wayk://0.1.226.64" error message. This isn't specific for wayk protocol - running kioclient exec http://123456 pops out browser trying to open http://0.1.226.64/ Ok, this is on Qt side. Calling
QUrl::fromUserInput("blabla://123456")
returns
blabla://0.1.226.64/
Should this be reported to Qt our worked-around on our side?
|