Bug 483260 - Incorrect numbering sequence when saving screenshots.
Summary: Incorrect numbering sequence when saving screenshots.
Status: RESOLVED FIXED
Alias: None
Product: Spectacle
Classification: Applications
Component: General (show other bugs)
Version: 24.02.0
Platform: Arch Linux Linux
: NOR minor
Target Milestone: ---
Assignee: Noah Davis
URL:
Keywords: qt6, wayland
Depends on:
Blocks:
 
Reported: 2024-03-11 16:23 UTC by Jeff Gila
Modified: 2024-04-18 02:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 24.05


Attachments
Screenshot of the observed result. (252.54 KB, image/png)
2024-03-11 16:23 UTC, Jeff Gila
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Gila 2024-03-11 16:23:07 UTC
Created attachment 166967 [details]
Screenshot of the observed result.

SUMMARY

Incorrect numbering sequence when using the Sequential numbering placeholder (Configure > Image Saving > Filename:)

STEPS TO REPRODUCE
1. Go to Configure > Image Saving
2. Add "Test_<#>" in the Filename: input box
3. Empty the save location.
4. Take a couple of screenshots.

I used the same steps with Test_<##> and Test_<###>

OBSERVED RESULT

Test_<#>

    Test_1.png
    Test_2.png
    Test_2-1.png
    Test_2-2.png
    Test_2-3.png
    Test_2-4.png

Test_<##>

    Test_01.png
    Test_03.png
    Test_03-1.png
    Test_03-2.png
    Test_03-3.png
    Test_03-4.png

Test_<###>

    Test_001.png
    Test_004.png
    Test_004-1.png
    Test_004-2.png
    Test_004-3.png
    Test_004-4.png


EXPECTED RESULT

Test_<#>

    Test_1.png
    Test_2.png
    Test_3.png
    Test_4.png
    Test_5.png
    Test_6.png

Test_<##>

    Test_01.png
    Test_02.png
    Test_03.png
    Test_04.png
    Test_05.png
    Test_06.png

Test_<###>

    Test_001.png
    Test_002.png
    Test_003.png
    Test_004.png
    Test_005.png
    Test_006.png

SOFTWARE/OS VERSIONS
Windows:
macOS:
Linux/KDE Plasma: EndeavourOS (Arch)
(available in About System)
KDE Plasma Version: 6.0.1
KDE Frameworks Version: 6.0.0
Qt Version: 6.6.2
Comment 1 Bug Janitor Service 2024-04-17 09:48:41 UTC
A possibly relevant merge request was started @ https://invent.kde.org/graphics/spectacle/-/merge_requests/350