Development Team/Jhbuild: Difference between revisions

Morgs (talk | contribs)
Fixed reference to sugar-emulator, Garycmartin
Line 143: Line 143:
*'''Alt+Shift+R''' rotates the screen
*'''Alt+Shift+R''' rotates the screen


=== 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 ==