SUMMARY On opening file that fails to compile with rustc using the mouse, konsole tries to opens a non existing file when :LINE:COLUMN is specified. STEPS TO REPRODUCE 1. touch /tmp/aa 2. echo /tmp/aa:10:2 3. Press Alt + click on the output OBSERVED RESULT > The file or folder /tmp/aa:10 does not exist. EXPECTED RESULT File opening at the right line and column SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.2 KDE Plasma Version: 6.2.5 KDE Frameworks Version: 6.10.0 Qt Version: 6.8.1 ADDITIONAL INFORMATION [The code](https://github.com/KDE/konsole/blob/master/src/filterHotSpots/FileFilterHotspot.cpp#L80) expect the line to end with ':' (3 ':' in total) rustc output looks like this: ``` error[E0277]: the trait bound `Untyped: CompatibleType<AdditionalValueList, Pg>` is not satisfied --> src/additional_values.rs:35:32 | 35 | .load::<AdditionalValueList>(&mut conn) | ---- ^^^^^^^^^ the trait `CompatibleType<AdditionalValueList, Pg>` is not implemented for `Untyped` | | | required by a bound introduced by this call | = help: the trait `CompatibleType<U, DB>` is implemented for `Untyped` ``` maybe the regexp could be modified to accept both a ':' and '\n' ?
https://invent.kde.org/utilities/konsole/-/merge_requests/1086 can you test that patch?
*** This bug has been marked as a duplicate of bug 1004 ***
*** This bug has been marked as a duplicate of bug 501004 ***