Changes

Jump to navigation Jump to search
Line 136: Line 136:  
*'''Ctrl-Q''' quits an activity
 
*'''Ctrl-Q''' quits an activity
 
*'''Alt+Q''' quits Sugar
 
*'''Alt+Q''' quits Sugar
*'''Alt+N''' and '''Alt+P''' switch applications within sugar (like alt-tab on the device)
+
*'''Alt+N''' and '''Alt+P''' switch applications within Sugar (like alt-tab on the device)
 +
 
 +
=== Creating an xsession for Sugar-jhbuild ===
 +
Create the file /usr/share/xsessions/sugar-jhbuild.desktop with the following content:
 +
 
 +
[Desktop Entry]
 +
Encoding=UTF-8
 +
Name=Sugar jhbuild
 +
GenericName=Sugar
 +
Exec=/usr/bin/sugar-jhbuild
 +
Type=Application
 +
 
 +
Create the file /usr/bin/sugar-jhbuild with the following content:
 +
 
 +
#!/bin/sh
 +
 
 +
export GTK2_RC_FILES=/home/walter/sugar-jhbuild/install/share/sugar/data/sugar-xo.gtkrc
 +
exec /home/walter/sugar-jhbuild/sugar-jhbuild run dbus-launch /home/walter/sugar-jhbuild/install/bin/sugar-shell
 +
 
 +
where you substitute the path of wherever you installed sugar-jhbuild for "/home/walter"
    
== Customize ==
 
== Customize ==

Navigation menu