Ticket #1692 (new defect)
Add sugar-settings-manager
| Reported by: | sayamindu | Owned by: | tomeu |
|---|---|---|---|
| Priority: | Unspecified by Maintainer | Milestone: | 0.90 |
| Component: | sugar | Version: | Unspecified |
| Severity: | Unspecified | Keywords: | r! |
| Cc: | sdz, erikos | Distribution/OS: | Unspecified |
| Bug Status: | New |
Description
The code for sugar-settings-manager lives in
http://git.sugarlabs.org/projects/sugar-settings-manager
Patch for starting up the manager:
diff --git a/bin/sugar.in b/bin/sugar.in
index 498b573..813b189 100644
--- a/bin/sugar.in
+++ b/bin/sugar.in
@@ -36,6 +36,8 @@ while [ $# -ne 0 ] ; do
shift
done
+sugar-settings-manager &
+
if test -z "$SUGAR_SCALING"; then
export SUGAR_SCALING=72
fi
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

