Summary: | No IPv6 support anymore | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Henning <boredsquirrel> |
Component: | sshmanager | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | justin.zobel, sh.yaron |
Priority: | NOR | ||
Version First Reported In: | 22.12.3 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/konsole/-/commit/80785a9c0ffba28defdaa53c0a4402bdcf618d02 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | attachment-4027096-0.html |
Description
Henning
2023-05-08 10:11:28 UTC
Can confirm in the git master Qt6 build, cannot type : in the hostname field. Created attachment 159471 [details] attachment-4027096-0.html Does it work on master / qt5? From what I know no one from the Konsole team has a qt6 build yet. On Mon, 5 Jun 2023 at 04:25 Justin Zobel <bugzilla_noreply@kde.org> wrote: > https://bugs.kde.org/show_bug.cgi?id=469474 > > Justin Zobel <justin.zobel@gmail.com> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > CC| |justin.zobel@gmail.com > Status|REPORTED |CONFIRMED > Ever confirmed|0 |1 > > --- Comment #1 from Justin Zobel <justin.zobel@gmail.com> --- > Can confirm in the git master Qt6 build, cannot type : in the hostname > field. > > -- > You are receiving this mail because: > You are the assignee for the bug. Issue occurs on Qt5 Git master as well. Still happening on Specified App: konsole5-23.04.1-1.fc38.x86_64 --- Software --- OS: Fedora Linux 38.20230609.0 (Kinoite) KDE Plasma: 5.27.5 KDE Frameworks: 5.106.0 Qt: 5.15.9 Kernel: 6.3.5-200.fc38.x86_64 Compositor: wayland Created a new MR to handle this project, it requires a rather complicated regex, I tested it with some cases and it looks fine but there are probably some blindspots I couldn't recognize, feel free to test and comment. https://invent.kde.org/utilities/konsole/-/merge_requests/1065 A possibly relevant merge request was started @ https://invent.kde.org/utilities/konsole/-/merge_requests/1105 Git commit 80785a9c0ffba28defdaa53c0a4402bdcf618d02 by Christoph Cullmann. Committed on 01/06/2025 at 20:17. Pushed by tcanabrava into branch 'master'. allow all hostnames and more ports skip bogus host name validation, the most common error is a wrong one, not an invalid one allow full port range, people can setup ssh servers on any ports fixes IPv6 addresses as hostnames M +2 -12 src/plugins/SSHManager/sshmanagerpluginwidget.cpp https://invent.kde.org/utilities/konsole/-/commit/80785a9c0ffba28defdaa53c0a4402bdcf618d02 |