Merge lp:~gerboland/unity8/demo-disable-broken-screenshooter into lp:unity8

Proposed by Gerry Boland
Status: Work in progress
Proposed branch: lp:~gerboland/unity8/demo-disable-broken-screenshooter
Merge into: lp:unity8
Diff against target: 14 lines (+2/-2)
1 file modified
qml/Rotation/NinetyRotationAnimation.qml (+2/-2)
To merge this branch: bzr merge lp:~gerboland/unity8/demo-disable-broken-screenshooter
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+286654@code.launchpad.net

Commit message

Disable broken screenshooter - prevents U8 trying to take screenshot while screens are changing, which can cause a crash in GL

To post a comment you must log in.

Unmerged revisions

2204. By Gerry Boland

Disable broken screenshooter

2203. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2202. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2201. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

2200. By Launchpad Translations on behalf of unity-team

Launchpad automatic translations update.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'qml/Rotation/NinetyRotationAnimation.qml'
2--- qml/Rotation/NinetyRotationAnimation.qml 2015-07-15 15:07:19 +0000
3+++ qml/Rotation/NinetyRotationAnimation.qml 2016-02-19 13:00:34 +0000
4@@ -30,8 +30,8 @@
5
6 ScriptAction { script: {
7 info.transitioning = true;
8- windowScreenshot.take();
9- windowScreenshot.visible = true;
10+// windowScreenshot.take(); // Disabled as broken on silo10
11+// windowScreenshot.visible = true;
12 shell.orientationAngle = root.toAngle;
13 shell.x = 0;
14 shell.width = flipShellDimensions ? orientedShell.height : orientedShell.width;

Subscribers

People subscribed via source and target branches