Bug 1766616
Summary: | [regression] gsd-media-keys unable to put screenshot into clipboard | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Jonathan Haas <jonha87> |
Component: | gnome-settings-daemon | Assignee: | Rui Matos <tiagomatos> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 31 | CC: | awilliam, cgarnach, djasa, faber, fmuellner, gnome-sig, mcatanzaro+wrong-account-do-not-cc, mkasik, ofourdan, rhbz, robin.a.meade, rstrode, tiagomatos, vesuri, yaneti |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-03-17 00:11:33 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Jonathan Haas
2019-10-29 14:03:45 UTC
I believe this deserves a CommonBugs entry, see bug 1751646 comment 23, as it's a major regression for people who use this keyboard combination and a proper fix is unlikely to happen before Gnome 3.36. Workaround with clearing clipboard before taking screenshot still works for me using the command/script from bug 1751646: #!/bin/sh echo -n | xclip -selection clipboard https://gitlab.gnome.org/GNOME/gnome-settings-daemon/merge_requests/139 This merge request (for 3.34) solves the issue. I recommend this patch be backported. There are also two crash fixes on master, so ideally we'd release gnome-settings-daemon 3.34.2 so other distros benefit rather than just backporting here. Carlos, do you have time for it? A 3.34.2 happened and was built on Dec 18, then went stable on Dec 20: https://bodhi.fedoraproject.org/updates/FEDORA-2019-b71870b03e so I'm gonna go ahead and figure this is fixed now. |