Difference between revisions of "Deployment Platform/Client Configuration"

From Sugar Labs
Jump to navigation Jump to search
(Created page with "== Summary == This page describes the {{Code|sweets.conf}} configuration file, the common way to configure Sugar clients within the Sweets Distribution, thus, [[Deploymen...")
 
Line 8: Line 8:
  
 
* {{Code|/etc/sweets.conf}}<br>system-wide configuration file,
 
* {{Code|/etc/sweets.conf}}<br>system-wide configuration file,
 +
* {{Code|/etc/sweets.d}}<br>directory with system-wide configuration files,
 
* {{Code|~/.config/sweets/config}}<br>user-wide configuration file,
 
* {{Code|~/.config/sweets/config}}<br>user-wide configuration file,
 
* {{Code|~/.sugar/''PROFILE''/sweets.conf}}<br>configuration related to particular Sugar profile.
 
* {{Code|~/.sugar/''PROFILE''/sweets.conf}}<br>configuration related to particular Sugar profile.

Revision as of 19:54, 4 June 2013

Summary

This page describes the sweets.conf configuration file, the common way to configure Sugar clients within the Sweets Distribution, thus, Deployment Platform. Configuration does not intersect with Sugar Shell settings, stored in GConf, and contains parameters related only to new functionality introduced by Sweets Distribution.

Configuration files

The configuration occurs based on several sources (sorted by applied order):

  • /etc/sweets.conf
    system-wide configuration file,
  • /etc/sweets.d
    directory with system-wide configuration files,
  • ~/.config/sweets/config
    user-wide configuration file,
  • ~/.sugar/PROFILE/sweets.conf
    configuration related to particular Sugar profile.

Configuration files should be formatted as regular INI files.

Configuration sections

This is a list of configuration sections in sweets.conf files. Each section belongs to particular application and might be optional in the final system.

[client]

Configure sugar-network-client, a Sugar Network client application from sugar-network package. To get the full list of available configure options, call the sugar-network-client config command.

[shell]

Configure Sugar Shell extra functionality implemented by version packaged in Sweets Distribution. There are the following settings:

[blacklist]

Blacklist Sugar Shell components.

[sugar-plugin-*]

Configure particular Shell plugin.