Bug 507775 - 'Show capture instructions' is not being respected
Summary: 'Show capture instructions' is not being respected
Status: RESOLVED FIXED
Alias: None
Product: Spectacle
Classification: Applications
Component: General (other bugs)
Version First Reported In: 6.4.3
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Noah Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-08-02 08:55 UTC by xteamholy
Modified: 2025-10-03 17:10 UTC (History)
3 users (show)

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


Attachments
Spectacle settings (66.79 KB, image/png)
2025-08-02 08:55 UTC, xteamholy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description xteamholy 2025-08-02 08:55:43 UTC
Created attachment 183728 [details]
Spectacle settings

SUMMARY
While having the setting "Show capture instructions" unchecked and taking a rectangular screenshot, the tooltip giving instructions on how to take a screenshot is still present.

STEPS TO REPRODUCE
1. Disable 'Show capture instructions' in Spectacle configuration
2. Launch the rectangular screenshot tool

OBSERVED RESULT
Tooltip is still present

EXPECTED RESULT
Tooltip should not be present when 'Show capture instructions' is unchecked

SOFTWARE/OS VERSIONS
Operating System: Arch Linux
Kernel Version: 6.15.8-arch1-2 (64-bit)
KDE Plasma Version: 6.4.3
KDE Frameworks Version: 6.16.0
Qt Version: 6.9.1
Graphics Platform: Wayland

ADDITIONAL INFORMATION
Comment 1 TraceyC 2025-08-06 20:34:03 UTC
I confirm this on Spectacle 6.4.3 on Plasma built from git-master.
Comment 2 Nate Graham 2025-09-24 20:30:01 UTC
Oops, we actually removed the giant instructional text box, but I guess we forgot to remove the UI to toggle it on or off.
Comment 3 xteamholy 2025-09-25 16:16:27 UTC
(In reply to Nate Graham from comment #2)
> Oops, we actually removed the giant instructional text box, but I guess we
> forgot to remove the UI to toggle it on or off.

Could you clarify which text box you're talking about? Because as of 6.4.5.1 I am still seeing a textbox in the middle of the screen when capturing a region that says "Click and drag to make a selection"

I assumed that the checkbox mentioned in the bug was for that specific textbox, perhaps I was mistaken?
Comment 4 Bug Janitor Service 2025-09-25 19:24:53 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/spectacle/-/merge_requests/478
Comment 5 Nate Graham 2025-10-03 17:10:08 UTC
Git commit adb78c0eb10c35dc4ee8685e8eac5e4c79092b20 by Nate Graham.
Committed on 03/10/2025 at 17:07.
Pushed by ngraham into branch 'master'.

Remove unused "show capture instructions" option

Spectacle used to have a giant instructional text box in the Rectangular
Region UI. That was removed in Plasma 6.4, but the UI option to toggle
it remained, and now does nothing.

Rather than applying this UI option to the new very small "Click and
drag to make a section" label, just delete it.
FIXED-IN: 6.5.0

M  +4    -11   src/Gui/SettingsDialog/GeneralOptions.ui
M  +0    -4    src/Gui/SettingsDialog/spectacle.kcfg

https://invent.kde.org/plasma/spectacle/-/commit/adb78c0eb10c35dc4ee8685e8eac5e4c79092b20
Comment 6 Nate Graham 2025-10-03 17:10:29 UTC
Git commit 81375e64f194701d3f9f9cbc16053e9093a77bea by Nate Graham.
Committed on 03/10/2025 at 17:10.
Pushed by ngraham into branch 'Plasma/6.5'.

Remove unused "show capture instructions" option

Spectacle used to have a giant instructional text box in the Rectangular
Region UI. That was removed in Plasma 6.4, but the UI option to toggle
it remained, and now does nothing.

Rather than applying this UI option to the new very small "Click and
drag to make a section" label, just delete it.
FIXED-IN: 6.5.0


(cherry picked from commit adb78c0eb10c35dc4ee8685e8eac5e4c79092b20)

Co-authored-by: Nate Graham <nate@kde.org>

M  +4    -11   src/Gui/SettingsDialog/GeneralOptions.ui
M  +0    -4    src/Gui/SettingsDialog/spectacle.kcfg

https://invent.kde.org/plasma/spectacle/-/commit/81375e64f194701d3f9f9cbc16053e9093a77bea