The Undiscoverable: Difference between revisions

 
(4 intermediate revisions by 3 users not shown)
Line 224: Line 224:
  restart
  restart


===Sugar-emulator and sugar-runner Screen Size Adjustment===
===sugar-emulator, sugar-runner, and sweets-sugar-emulator===
sugar-emulator is used in Fedora 19 and earlier versions.
:sugar-emulator is used in Fedora 19 and earlier versions.
sugar-runner is used in Fedora 20 and later versions.
:sugar-runner is used in Fedora 20 and later versions.
:sweets-sugar-emulator is used in [[Sweets_Distribution|Ubuntu and its derivatives with sweets-desktop]]


Documentation
Documentation
* {{Code|sugar-emulator --help}}
* {{Code|sugar-emulator --help}}
* {{Code|sugar-runner --help}}
* {{Code|sugar-runner --help}}
 
* {{Code|sweets-sugar-emulator --help}}
Fit the screen for a 10" Netbook as a window:
Fit the screen for a 10" Netbook as a window:
* in Terminal,
* in Terminal,
Line 241: Line 242:
*: {{Code|sugar-emulator -f}}
*: {{Code|sugar-emulator -f}}
*: {{Code|sugar-runner}}  (defaults to full screen)
*: {{Code|sugar-runner}}  (defaults to full screen)
*: {{Code|sweets-sugar-emulator -f, --fullscreen }}
Edit the launcher icon file to change the default:
: {{Code|sudo gedit /usr/share/applications/sugar-runner.desktop}}
:: edit the line {{Code|Exec=sugar-runner --resolution 832x624}} for example.


* [[Emulator/Full Screen|How to make a desktop icon that starts Sugar full screen]] {{highlight|bgcolor=yellow|'''Only needed for Fedora 19 and earlier versions.'''}}
* [[Emulator/Full Screen|How to make a desktop icon that starts Sugar full screen]] {{highlight|bgcolor=yellow|'''Only needed for Fedora 19 and earlier versions.'''}}
Line 387: Line 393:


===[http://wiki.laptop.org/go/Xo-get xo-get]===
===[http://wiki.laptop.org/go/Xo-get xo-get]===
'''NOTE''': This script does not work with Sugar 0.98 or later and needs to be updated.


The obsolete xo-get script and Activity accessed a repository of Activities for installation and updates. Use [http://Activities.sugarlabs.org/ Activities.sugarlabs.org] instead.
The obsolete xo-get script and Activity accessed a repository of Activities for installation and updates. Use [http://Activities.sugarlabs.org/ Activities.sugarlabs.org] instead.
Line 392: Line 400:
* [http://wiki.laptop.org/go/Xo-get#Installation_of_xo-get Script] [http://xo-get.olpc.at/xo-get.py Download]
* [http://wiki.laptop.org/go/Xo-get#Installation_of_xo-get Script] [http://xo-get.olpc.at/xo-get.py Download]
* [http://wiki.laptop.org/go/Xo-get#Installation_of_xo-get_GUI Activity]
* [http://wiki.laptop.org/go/Xo-get#Installation_of_xo-get_GUI Activity]
To install an activity from a downloaded .xo file from the cli, one can use <tt>sugar-install-bundle</tt> instead


===Terminal===
===Terminal===