sugar-toolkit-gtk3/shell/view
Bernardo Innocenti 5c884c1435 unfreeze DCON when Sugar UI is (almost) ready to show
Marco Pesenti Gritti wrote:

> we need to get the hardware-manager part of this in before, otherwise we
> will traceback on startup.

Sorry, I sent the patches in reverse order.  Did you get
the next one?

>> +        # Unfreeze the display when it's stable
>> +        get_hardware_manager().set_dcon_freeze(0)
>> +
>
> Is this actually working? You need something like:
>
> from hardware import hardwaremanager
> ....

Oh, and actually I had that part too, but I've lost this hunk
while copying them to the sandbox.  That's what you get for
editing code right on the target.

Updated patch attached.

From b7bfbb7cc628afe29734557f56d92044d2d336d4 Mon Sep 17 00:00:00 2001
From: Bernardo Innocenti <bernie@codewiz.org>
Date: Wed, 13 Jun 2007 19:56:22 -0400
Subject: [PATCH] unfreeze DCON when Sugar UI is (almost) ready to show
Organization: One Laptop Per Child

This is part of a masterplan to implement #621 .
2007-06-14 17:25:28 +02:00
..
devices Cleanup of sugar device handling code 2007-04-04 23:48:09 -04:00
frame Always show frame on the homepage even when activating from the frame. 2007-06-13 14:39:16 +02:00
home Do not index icons by activity id. Raw X windows does not have one. 2007-06-01 14:19:14 +02:00
__init__.py Move the view to his own module 2006-09-15 13:23:21 +02:00
ActivityHost.py Ignore reply from share() (hack to quiet traceback, but unused anyway) 2007-04-13 16:58:12 -04:00
BuddyIcon.py Fix making someone your friend 2007-04-10 22:22:58 -04:00
BuddyMenu.py Handle buddy nick changes 2007-05-14 01:21:22 -04:00
ClipboardBubble.py Remove all the bubbles from the public API, yay ;) 2007-04-27 11:43:40 +02:00
clipboardicon.py set_state() could be called when there are still no formats. 2007-06-07 12:07:25 +01:00
clipboardmenu.py Remove all the bubbles from the public API, yay ;) 2007-04-27 11:43:40 +02:00
keyhandler.py s/get_hardware_manager/get_manager. 2007-06-14 10:25:58 +02:00
Makefile.am Remove all the bubbles from the public API, yay ;) 2007-04-27 11:43:40 +02:00
OverlayWindow.py Use screenshot for overlay window background 2007-01-31 11:31:52 -05:00
pulsingicon.py Suspend the mesh view when it's not active so that 2007-03-30 01:08:44 +02:00
Shell.py unfreeze DCON when Sugar UI is (almost) ready to show 2007-06-14 17:25:28 +02:00