Development Team/Jhbuild: Difference between revisions
| Line 53: | Line 53: | ||
== Configure the mode and resolution of Sugar == | == Configure the mode and resolution of Sugar == | ||
You can make Sugar run in a window as well as specify a resolution. Within the sugar-jhbuild directory, backup, then edit the python program file ''' | You can make Sugar run in a window as well as specify a resolution. Within the /sugar-jhbuild/build/share/sugar/shell directory, backup, then edit the python program file '''emulator.py''': | ||
cp build/ | cp /sugar-jhbuild/build/share/sugar/shell/emulator.py /sugar-jhbuild/build/share/sugar/shell/emulator.py.backup | ||
nano build/bin/sugar-emulator | nano build/bin/sugar-emulator | ||
| Line 86: | Line 86: | ||
</PRE> | </PRE> | ||
Sugar will now run on a 800x600 window. This file may be replaced next time you update sugar-jhbuild, and you'll have to do this again. | Sugar will now run on a 800x600 window. This file may be replaced next time you update sugar-jhbuild, and you'll have to do this again. Also note that 800x600 is not an optimal resolution for the window, because the activity circle will be vertically off center. 1024x768 is a more useable resolution. | ||
== Other commands == | == Other commands == | ||