(joyride-1822 and earlier) lines 97-99;
(joyride-1823 and later) lines 94-96:
- Code: Select all
# registry = activity.get_registry()
# if registry.get_activity('org.laptop.JournalActivity'):
# self.start_activity('org.laptop.JournalActivity')
You can comment the lines to start nothing, or you an change 'org.laptop.JournalActivity' to start another activity (like 'org.laptop.Terminal', 'org.laptop.WebActivity', or 'org.laptop.AbiWordActivity').
The change takes effect the next time Sugar is restarted. I do not know what negative consequences this change might have. The change will not survive an 'olpc-update'.
