https://bugs.kde.org/show_bug.cgi?id=508621

            Bug ID: 508621
           Summary: Binary clock shows each digit separately instead of
                    whole numbers
    Classification: Plasma
           Product: plasmashell
      Version First 6.3.6
       Reported In:
          Platform: Debian stable
                OS: Linux
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: Binary Clock widget
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: 1.0

SUMMARY

The Binary Clock widget used to show time in binary as follows: 8 bits (two
columns 4 bits each) for the hour number, 8 bits for the minutes number, 8 bits
for the seconds number. After the update to Debian Trixie and at the same time
to Plasma 6.3.6 the Binary Clock widget shows each decimal digit separately
using four bits for each, e.g. instead of showing 19 as 00010011 (literally the
decimal number 19 in binary) it shows 00011001 (the first four bits for decimal
1, the latter four bits for decimal 9).

STEPS TO REPRODUCE
1. Enable the Binary Clock widget.
2. Observe it as the number of seconds, minutes or hours goes to 9 and over.

OBSERVED RESULT
To show number 10 and more, one column (4 bits) shows 1, and the other column
starts from 0 again.

EXPECTED RESULT
The two columns (8 bits) are used to show the whole number, or there is a
toggle to change the behaviour in widget's settings.

SOFTWARE/OS VERSIONS
Operating System: Debian GNU/Linux 13
KDE Plasma Version: 6.3.6
KDE Frameworks Version: 6.13.0
Qt Version: 6.8.2

ADDITIONAL INFORMATION

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to