Bug 499404 - line numbers obscured in terminal compiler output
Summary: line numbers obscured in terminal compiler output
Status: REPORTED
Alias: None
Product: konsole
Classification: Applications
Component: general (other bugs)
Version First Reported In: 24.12.0
Platform: Fedora RPMs Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-02-02 00:46 UTC by ITwrx
Modified: 2025-02-04 15:39 UTC (History)
2 users (show)

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


Attachments
obscured line number in kate terminal (6.84 KB, image/png)
2025-02-02 00:46 UTC, ITwrx
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ITwrx 2025-02-02 00:46:29 UTC
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
Comment 1 Christoph Cullmann 2025-02-03 17:48:44 UTC
That output is in the integrated terminal emulator in Kate?
Comment 2 ITwrx 2025-02-04 14:37:52 UTC
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
Comment 3 Waqar Ahmed 2025-02-04 15:21:25 UTC
Could be a Konsole bug, but could also be that the compiler you are using sends something that results in garbage.
Comment 4 ITwrx 2025-02-04 15:27:00 UTC
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.
Comment 5 Waqar Ahmed 2025-02-04 15:29:38 UTC
try turning off colored output, also try some other terminal to see if the issue is reproducible there
Comment 6 ITwrx 2025-02-04 15:39:30 UTC
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