Bug 511583 - Configured status bar items (Word and Line Count, Encoding, EOL Style) are not displayed
Summary: Configured status bar items (Word and Line Count, Encoding, EOL Style) are no...
Status: REPORTED
Alias: None
Product: kile
Classification: Applications
Component: general (other bugs)
Version First Reported In: 2.9.94
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Michel Ludwig
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-11-03 18:54 UTC by Roger Júnio
Modified: 2025-11-03 18:55 UTC (History)
0 users

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


Attachments
This screenshot displays the "General" tab within Kile's configuration, highlighting that "Show word count" and "Show line count" options are checked. (153.96 KB, image/jpeg)
2025-11-03 18:54 UTC, Roger Júnio
Details
This screenshot shows the "Status bar" tab in Kile's configuration window, where "Show file encoding" and "Show line ending style" options are checked. (244.32 KB, image/png)
2025-11-03 18:55 UTC, Roger Júnio
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Roger Júnio 2025-11-03 18:54:21 UTC
Created attachment 186469 [details]
This screenshot displays the "General" tab within Kile's configuration, highlighting that "Show word count" and "Show line count" options are checked.

SUMMARY
Status bar does not display some information (line count, word count, file encoding, and line ending style) even when configured.

STEPS TO REPRODUCE
1. Open Kile and open a LaTeX document.
2. Go to Settings → Configure Kile... → Appearance.
3. In the General tab (as seen in "Word and line count.jpg" image), ensure the following options are checked/enabled:
    • Mostrar número de linhas (Show line count)
    • Mostrar quantidade de palavras (Show word count)
4. Switch to the Status bar tab (as seen in "File encoding and end-of-line style.png" image), and ensure the following options are checked/enabled:
    • Mostrar codificação do arquivo (Show file encoding)
    • Mostrar estilo de fim de linha (Show line ending style)
5. Close the configuration window and observe the status bar at the bottom right of the Kile window.

OBSERVED RESULT
The status bar is minimal and does not display the word and line count, file encoding, or line ending style, despite these options being explicitly checked in the Kile configuration (Appearance → General and Appearance → Status bar).

While the line and column numbers are partially shown (e.g., Linha: 10 Col: 24), the other configured elements (Word Count, Line Count, File Encoding, Line Ending Style) are missing. This is unexpected behavior, as these items are typically displayed in the status bar in other KDE applications when configured.

EXPECTED RESULT
The status bar should display the following information, as configured:

• The current Line number and Column number (which are currently shown)
• The Word count
• The Line count
• The File encoding (e.g., UTF-8)
• The Line ending style (e.g., LF, CRLF)

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.5.1
KDE Frameworks Version: 6.19.0
Qt Version: 6.10.0
Kernel Version: 6.17.6-arch1-1 (64-bit)
Graphics Platform: Wayland
Processors: 16 × AMD Ryzen 7 5700U with Radeon Graphics
Memory: 16 GiB of RAM (15.0 GiB usable)
Graphics Processor: AMD Radeon Graphics

ADDITIONAL INFORMATION
The Kile package was installed via the official Arch Linux repository.
Comment 1 Roger Júnio 2025-11-03 18:55:20 UTC
Created attachment 186470 [details]
This screenshot shows the "Status bar" tab in Kile's configuration window, where "Show file encoding" and "Show line ending style" options are checked.