#3906 closed defect (fixed)
Screenshot taking is broken
| Reported by: | erikos | Owned by: | manuq |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | |
| Component: | Sugar | Version: | 0.97.x |
| Severity: | Blocker | Keywords: | 13.1.0 |
| Cc: | erikos | Distribution/OS: | OLPC |
| Bug Status: | Assigned |
Description
Attachments (1)
Change History (5)
comment:1 Changed 11 years ago by erikos
comment:2 Changed 11 years ago by manuq
- Cc erikos added
- Keywords 13.1.0 added
- Owner changed from erikos to manuq
- Status changed from new to assigned
Besides the API fix (we now have get_width and get_height instead of get_size), the code needed to be ported to Cairo. The proposed patch does it.
comment:3 Changed 11 years ago by manuq
- Resolution set to fixed
- Status changed from assigned to closed
Pushed as 898827d8 .
Note: See
TracTickets for help on using
tickets.
Traceback (most recent call last): File "/home/erikos/sugar-build/install/lib/python2.7/site-packages/jarabe/view/keyhandler.py", line 182, in _key_pressed_cb action.handle_key_press(key) File "/home/erikos/sugar-build/install/share/sugar/extensions/globalkey/screenshot.py", line 41, in handle_key_press width, height = window.get_size() AttributeError: 'X11Window' object has no attribute 'get_size'