| Summary: | No cursor when I capture an active window by pressing meta+print | ||
|---|---|---|---|
| Product: | [Applications] Spectacle | Reporter: | Patrick Silva <bugseforuns> |
| Component: | General | Assignee: | Boudhayan Gupta <me> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nate |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Patrick Silva
2017-11-02 22:47:35 UTC
Can you confirm that "Include Mouse Pointer" is checked? Is this when using X11, or Wayland? yes, it's checked. under X11. meta+print is not working under Wayland. Interesting, I can't reproduce with Spectacle from git master on X11 in KDE Neon. I just created a new user account to test: same bug. Weird... Same thing on Arch Linux, plasma 5.11.3. Found the issue. Go to System Settings > Shortcuts > Global Shortcuts > Screenshots > Take Active Window Screenshot > Action. Then change "true, false" to "true, true". Evidently the second argument concerns whether or not the cursor is included with the screenshot. Here's a patch that changes it: https://phabricator.kde.org/D8893 (In reply to Nate Graham from comment #6) > Go to System Settings > Shortcuts > Global Shortcuts > > Screenshots > Take Active Window Screenshot > Action. Then change "true, > false" to "true, true". Correct way on my neon dev unstable is System Settings > Shortcuts > Custom Shortcuts > Screenshots > Take Active Window Screenshot > Action Your tip works, cursor is captured now. Thank you Nate. We haven't achieved consensus on whether this should be made the default or not, and there is a way to change the setting as a user, so I'm afraid I have to close the bug. |