Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 921233 Details for
Bug 1123580
System becomes unresponsive when opening GTK File Dialog or calling "get_from_drawable"
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
python script that triggers the bug
trigger_bug.py (text/x-python), 464 bytes, created by
F. Noelscher
on 2014-07-26 20:23:12 UTC
(
hide
)
Description:
python script that triggers the bug
Filename:
MIME Type:
Creator:
F. Noelscher
Created:
2014-07-26 20:23:12 UTC
Size:
464 bytes
patch
obsolete
>#!/usr/bin/python ># grabs screenbuffer and calculates dominant color >import gtk.gdk > > >def get_screenshot(): > root_window = gtk.gdk.get_default_root_window() > size = root_window.get_size() > > print "The size of the window is %d x %d" % size > > buf = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB,False,8,size[0],size[1]) > # this call will block: > buf = buf.get_from_drawable(root_window,root_window.get_colormap(),0,0,0,0,size[0],size[1]) > >get_screenshot()
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1123580
:
921232
| 921233