Changes

Jump to navigation Jump to search
Line 65: Line 65:  
Maximum launches:
 
Maximum launches:
 
# From terminal gconftool-2 -t int -s /desktop/sugar/maximum_number_of_open_activities 4
 
# From terminal gconftool-2 -t int -s /desktop/sugar/maximum_number_of_open_activities 4
 +
# reboot
 
# See if more than 4 activities can be launched
 
# See if more than 4 activities can be launched
 
# From terminal gconftool-2 -u /desktop/sugar/maximum_number_of_open_activities
 
# From terminal gconftool-2 -u /desktop/sugar/maximum_number_of_open_activities
 +
# reboot
 
# See if there is any limit to the number of activities that can be launched
 
# See if there is any limit to the number of activities that can be launched
 +
 +
===Notes on using Gconf===
 +
The previous "how to test" section assumes familiarity with Gconf. Gconf is the Gnome preferences configuration system. It is being used to store Sugar preferences in this case. You can start the tool from the command line in Terminal. The -2 in gconftool-2 means that you are using version 2 of Gconf. Typical switches are
 +
-s    set a value
 +
-u    unset a value
 +
-g    get (print) a value
 +
-t    set the type (eg int) of a value
    
== User Experience ==
 
== User Experience ==
2,486

edits

Navigation menu