Changes

Jump to navigation Jump to search
1,384 bytes added ,  02:36, 27 May 2015
Line 224: Line 224:  
  restart
 
  restart
   −
===Sugar-Emulator Screen Size Adjustment===
+
===sugar-emulator, sugar-runner, and sweets-sugar-emulator===
 +
:sugar-emulator is used in Fedora 19 and earlier 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
 +
* {{Code|sugar-emulator --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, {{Code|sugar-emulator -i 600x500}}
+
* in Terminal,
 +
*: {{Code|sugar-emulator -i 600x500}} (Fedora 19 and earlier)
 +
*: {{Code|sugar-runner --resolution 600x500}}
   −
Fit entire screen size use it all for Sugar:
+
Fit full screen size use it all for Sugar:
* in Terminal, {{Code|sugar-emulator -f}}
+
* in Terminal,
 +
*: {{Code|sugar-emulator -f}}
 +
*: {{Code|sugar-runner}}  (defaults to full screen)
 +
*: {{Code|sweets-sugar-emulator -f, --fullscreen }}
   −
Documentation for sugar-emulator:
+
Edit the launcher icon file to change the default:
* {{Code|sugar-emulator --help}}
+
: {{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]]
+
* [[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.'''}}
    
Fit emulator to XO display dimensions by modifying the menu definition:
 
Fit emulator to XO display dimensions by modifying the menu definition:
Line 241: Line 254:  
* [right click]->[add launcher to desktop]
 
* [right click]->[add launcher to desktop]
 
* right click on icon on desktop
 
* right click on icon on desktop
* Properties, Command: {{Code|/usr/bin/sugar-emulator -i 832x624}}
+
* Properties, Command: {{Code|/usr/bin/sugar-emulator -i 832x624}} or {{Code|/usr/bin/sugar-runner --resolution 832x624}}
 
* Close
 
* Close
      −
: Adjust the default window size for Sugar by editing the menu item for Sugar to<br>{{Code|/usr/bin/sugar-emulator -i 1200x900}}
+
: Adjust the default window size for Sugar by editing the menu item for Sugar to<br>{{Code|/usr/bin/sugar-emulator -i 1200x900}} or {{Code|/usr/bin/sugar-runner --resolution 1200x900}}
 
:: to match the XO reflective screen resolution
 
:: to match the XO reflective screen resolution
: {{Code|/usr/bin/sugar-emulator -i 832x624}}
+
: {{Code|/usr/bin/sugar-emulator -i 832x624}} or {{Code|/usr/bin/sugar-runner --resolution 832x624}}
 
:: approximates the display proportions of the XO laptops, closely matching the toolbar, for example.
 
:: approximates the display proportions of the XO laptops, closely matching the toolbar, for example.
: {{Code|/usr/bin/sugar-emulator -i 600x500}}
+
: {{Code|/usr/bin/sugar-emulator -i 600x500}} or {{Code|/usr/bin/sugar-runner --resolution 600x500}}
 
:: fits the screen for a 10-inch netbook
 
:: fits the screen for a 10-inch netbook
: {{Code|/usr/bin/sugar-emulator -f}}
+
: {{Code|/usr/bin/sugar-emulator -f}} {{highlight|bgcolor=yellow|'''Only needed for Fedora 19 and earlier versions.'''}}
 
:: '''full screen on netbook'''
 
:: '''full screen on netbook'''
   Line 380: 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 385: 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===
Line 465: Line 482:     
* [[The Undiscoverable/Bookmarks|Bookmarks]]
 
* [[The Undiscoverable/Bookmarks|Bookmarks]]
 +
* The URI in the address box can be copied to the clipboard with a right-click palette Copy action.
 
* You can use browse to browse the file system and .py files
 
* You can use browse to browse the file system and .py files
 
* Uploading from Journal
 
* Uploading from Journal
 
* [[wikipedia:About:config|about]]:config    (Enter this in the address bar to see and set Browse configuration values, such as for  [[olpc:Our software#Proxy configuration]])
 
* [[wikipedia:About:config|about]]:config    (Enter this in the address bar to see and set Browse configuration values, such as for  [[olpc:Our software#Proxy configuration]])
* The fast way to cleanup address history is stopping Browse and removing all its local data by typing in Terminal activity:
+
* The fast way to cleanup address history is stopping Browse and removing all its local data by entering in Terminal Activity this command:
rm -rf ~/.sugar/default/org.laptop.WebActivity
+
*: {{Code|rm -rf ~/.sugar/default/org.laptop.WebActivity}}
    
===Jukebox===
 
===Jukebox===

Navigation menu