RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1327456 - During installation, screenshot can not be taken with Shift + Printscreen key combination in RHEL7.2
Summary: During installation, screenshot can not be taken with Shift + Printscreen key...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: anaconda
Version: 7.2
Hardware: All
OS: Linux
unspecified
medium
Target Milestone: rc
: ---
Assignee: Martin Kolman
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-15 07:47 UTC by Keigo Noha
Modified: 2019-12-16 05:40 UTC (History)
9 users (show)

Fixed In Version: anaconda-21.48.22.83-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-11-03 23:24:20 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2016:2158 0 normal SHIPPED_LIVE anaconda bug fix and enhancement update 2016-11-03 13:13:55 UTC

Description Keigo Noha 2016-04-15 07:47:17 UTC
Description of problem:
During installation, screenshot can not be taken with Shift + Printscreen key combination in RHEL7.2

Version-Release number of selected component (if applicable):
anaconda-19.31.123-1.el7

How reproducible:
Always

Steps to Reproduce:
1. Press 'Shift + Printscreen' at Hub menu.
2. Attached error occurs and screenshot is not taken.
3.

Actual results:
Screenshot can not be taken.

Expected results:
Screenshot can be taken.

Additional info:
Once you move to a spoke, the issue does not occur.
RHEL7.1 anaconda does not occur this issue. This issue is regression.

Comment 2 Jan Stodola 2016-04-27 11:01:14 UTC
This is the traceback I got with RHEL-7.2:

anaconda 21.48.22.56-1 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 211, in take_screenshot
    root_window.get_width(),
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/__init__.py", line 187, in _handlePrntScreen
    self.take_screenshot()
AttributeError: 'NoneType' object has no attribute 'get_width'

Comment 9 Michal Kovarik 2016-08-03 12:30:02 UTC
Tested on anaconda-21.48.22.81-1. No traceback appeared but all screenshots in /tmp/anaconda-screenshots/ are same (as first screenshot).

Comment 10 Martin Kolman 2016-08-10 12:55:54 UTC
PH posted for review:
https://github.com/rhinstaller/anaconda/pull/728

Comment 12 Peter Kotvan 2016-09-06 08:14:27 UTC
Reproduced on RHEL-7.2 GA with anaconda-21.48.22.56-1.el7, verified on RHEL-7.3-20160901.1 with anaconda-21.48.22.86-1.el7.

Comment 13 Renco Bar 2016-09-27 00:09:46 UTC
Hello all,

I'm new to Fedora / Red Hat and I had the error on the screen as well. 

I took a picture in case that would give additional information to the developers, but is it possible to upload pictures?

The version I used is Fedora 24 Live Workstation (Fedora-Workstation-Live-i386-24-1.2.iso)

I'm not using VMware or Virtual Box. I was installing on a separate partition on my notebook. If information regarding the specific hardware is needed, let me know.

When the message appears the windows containing the message freezes. When clicking the link "more info" or the button "cancel" in the window, nothing happens. The window stays there. The installation process that was started seems to continue behind the window.

I hope this information in useful for those zooming into the topic.

Let me know if there's a way to upload a picture and I'll upload it.

Cheers, Renco.

Comment 14 Adam Williamson 2016-09-27 00:54:01 UTC
renco: your problem is not the same as this bug. This bug's cause is specific to RHEL 7 and is known, it is not what you're experiencing.

If you take a screenshot during install and want to get it out, the easiest way is probably to plug in a USB stick and mount it manually. Use 'dmesg' or 'journalctl' to see what device the stick ends up as after you plug it in (probably sdb or sdc or something) then do:

mkdir -p /mnt/temp
mount /dev/sd(whatever) /mnt/temp
cp /tmp/anaconda-screenshots/(filename) /mnt/temp
umount /mnt/temp

then you will have the screenshot on your USB stick.

Comment 16 errata-xmlrpc 2016-11-03 23:24:20 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://rhn.redhat.com/errata/RHEA-2016-2158.html


Note You need to log in before you can comment on or make changes to this bug.