Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Journal: move data store 0 conversion code to modelmove-ds0-conversion-to-modelSascha Silbe2011-11-082-127/+121
| | | | | | | | Converting entries on an external storage device that were written by the data store version 0 happens to get triggered in the Journal Volumes toolbar, but it really belongs into the model. There's nothing UI specific about it. Signed-off-by: Sascha Silbe <silbe@activitycentral.com>
* Make sure we use the Sugar cursor in the intro screen, OLPC #10712Simon Schampijer2011-10-181-0/+4
| | | | | | | | | | | | | | | | | As stated in the ticket Metacity sets the cursor after it's startup, so we need to make sure Metacity is already running before we set the cursor. This is what the current code has been doing. We do show the intro screen before the window manager may be available. For a non invasive bug fix that avoids races we just call 'xsetroot -cursor_name' another time before the intro screen is displayed. We have a long history of setting the Sugar cursor with many races. To improve the situation SL #3204 is filed as a follow up. Signed-off-by: Simon Schampijer <simon@laptop.org> Acked-by: Sascha Silbe <silbe@activitycentral.com>
* Revert "factor out Sugar intro screen into separate script"Sascha Silbe2011-10-184-29/+3
| | | | | This reverts commit 9bcbda746abdc03747bb57e9e955940fd1bf135a that got pushed by accident.
* Revert "Don't break if we may not own NetworkManagerUserSettings"Sascha Silbe2011-10-182-14/+1
| | | | | This reverts commit ce2745c8cd3b0b8aaadd0a9900fb74df16eb619a that got pushed by accident.
*