Summary: | line numbers obscured in terminal compiler output | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | ITwrx <info> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | christoph, waqar.17a |
Priority: | NOR | ||
Version First Reported In: | 24.12.0 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | obscured line number in kate terminal |
That output is in the integrated terminal emulator in Kate? On 2/3/25 11:48 AM, Christoph Cullmann wrote: > https://bugs.kde.org/show_bug.cgi?id=499404 > > Christoph Cullmann <christoph@cullmann.io> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |christoph@cullmann.io > > --- Comment #1 from Christoph Cullmann <christoph@cullmann.io> --- > That output is in the integrated terminal emulator in Kate? > Yes Could be a Konsole bug, but could also be that the compiler you are using sends something that results in garbage. On 2/4/25 9:21 AM, Waqar Ahmed wrote: > https://bugs.kde.org/show_bug.cgi?id=499404 > > Waqar Ahmed <waqar.17a@gmail.com> changed: > > What |Removed |Added > ---------------------------------------------------------------------------- > CC| |waqar.17a@gmail.com > > --- Comment #3 from Waqar Ahmed <waqar.17a@gmail.com> --- > Could be a Konsole bug, but could also be that the compiler you are using sends > something that results in garbage. > Thanks for the info and the Konsole bug. I'm fairly certain this only started happening with my last Kate update(or deps), and that the Nim compiler was at 2.2.0 for previous and current Kate versions. try turning off colored output, also try some other terminal to see if the issue is reproducible there On 2/4/25 9:29 AM, Waqar Ahmed wrote: > https://bugs.kde.org/show_bug.cgi?id=499404 > > --- Comment #5 from Waqar Ahmed <waqar.17a@gmail.com> --- > try turning off colored output, also try some other terminal to see if the > issue is reproducible there > Where is the colored output setting? Just now tested. This doesn't happen in gnome terminal or xfce4-terminal. Thanks |
Created attachment 177895 [details] obscured line number in kate terminal SUMMARY For some reason the line numbers in compiler error output are obscured for me. Highlighting the area in a certain way can reveal the number as a work around but sometimes that doesn't work that well, so it's not a great problem to have when programming by compiler error. :) STEPS TO REPRODUCE 1. use kate in fedora 40 w xfce 4.18 2. cause compiler error with the program you are writing 3. try to read line number OBSERVED RESULT can't read line number EXPECTED RESULT can read line number SOFTWARE/OS VERSIONS Qt Version: 1:4.8.7-76.fc40 fedora 40 with xfce 4.18 Kate package: 24.12.0-1.fc40 ADDITIONAL INFORMATION Thanks