Open main menu
Home
Random
Log in
Settings
About Sugar Labs
Disclaimers
Sugar Labs
Search
Changes
← Older edit
Newer edit →
Development Team/Jhbuild
(view source)
Revision as of 18:00, 23 July 2008
629 bytes added
,
18:00, 23 July 2008
→Creating an xsession for Sugar-jhbuild
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 ==
Walter
Bureaucrats
,
Administrators
10,579
edits