Difference between revisions of "Platform Team/Sweets Distribution/Factory/Features"

From Sugar Labs
Jump to navigation Jump to search
 
(7 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
== Users oriented ==
 
== Users oriented ==
  
The following features are oriented to end users
+
The following features are oriented to end users.
  
=== Sugar Network integration ===
+
=== Default configuration changes ===
  
By default, Sugar Shell looks the same as in pristine Glucose. To start using Sugar Network related improvements in Shell UI, go to ''Sweets Distribution'' component in Control Panel and enable integration checkbox and restart Sugar. After restarting, Sugar Network client will be available from activities tray and by {{Code|F8}} shortkey.
+
The following changes were made in the default Sugar Shell configuration.
  
== Deployment oriented ==
+
* Registration on school servers is disabled by default<br>Sugar Shell support registration on OLPC XS school server. Sweets Distribution does not provide OLPS XS, and this functionality is disabled by default. To revert to the original behavior, set the {{Code|/desktop/sugar/show_register}} GConf key to {{Code|true}}.
  
The following features are being targeted to Sugar distributors who create downstream solutions based on Sweets Distribution and experienced users who enable these features on their own risk.
+
* On initial start, Sugar Shell will ask for a user nickname. To revert to the original behavior (when Shell reuses the system user name), set the {{Code|/desktop/sugar/user/default_nick}} GConf key to {{Code|system}}.
 
 
=== Blacklist Shell components ===
 
 
 
{{:Platform_Team/Sweets_Distribution/Features/Blacklists}}
 
 
 
=== Shell plugins ===
 
 
 
{{:Platform_Team/Sweets_Distribution/Features/Plugins}}
 
 
 
Factory repository provides the following plugins:
 
 
 
* [http://git.sugarlabs.org/desktop/sugar-telepathy-plugin telepathy] from {{Code|sugar-telepathy-plugin}} package<br>Alternative implementation of Neighborhood collaboration in Sugar Shell that is assumed to make Telepathy related code more robust.
 
 
 
* [http://git.sugarlabs.org/network/shell-plugin sn] from {{Code|sugar-network-plugin}} package<br>Plugin adds Sugar Network integration to Sugar Shell. It is also working example how to replace original sugar-datastore with new implementation.
 
 
 
* [http://git.sugarlabs.org/server/client client] from {{Code|sugar-client}} package<br>Plugin to initiate various deployment related routines on end user side.
 
 
 
=== Misc ===
 
 
 
* Registration on school servers is disabled by default<br>Sugar Shell support registration on OLPC XS school server. Sweets Distribution does not provide OLPS XS and this functionality is disabled by default. To revert original behavior, set {{Code|/schemas/desktop/sugar/show_register}} GConf key to {{Code|true}}.
 
 
 
* Closer integration with login managers<br>Sugar Shell will reuse language setting from GDM manager, [http://bugs.sugarlabs.org/ticket/2603 #2603].
 

Latest revision as of 01:47, 12 June 2013

Users oriented

The following features are oriented to end users.

Default configuration changes

The following changes were made in the default Sugar Shell configuration.

  • Registration on school servers is disabled by default
    Sugar Shell support registration on OLPC XS school server. Sweets Distribution does not provide OLPS XS, and this functionality is disabled by default. To revert to the original behavior, set the /desktop/sugar/show_register GConf key to true.
  • On initial start, Sugar Shell will ask for a user nickname. To revert to the original behavior (when Shell reuses the system user name), set the /desktop/sugar/user/default_nick GConf key to system.