Running Linux Applications Under Sugar: Difference between revisions
No edit summary |
m formatting CatMoran section |
||
| Line 3: | Line 3: | ||
To run Linux apps under Sugar (i.e. making them to run in the Sugar interface, without the collaboration and other Sugar integration programmed into them), read these instructions. | To run Linux apps under Sugar (i.e. making them to run in the Sugar interface, without the collaboration and other Sugar integration programmed into them), read these instructions. | ||
A woman named CatMoran created a script that automates most of the steps of Sugar Coating Linux applications to run under Sugar. | |||
* | *The process has be confirmed to work with Firefox, Seamonkey, Midnight Commander and Totem.It it presumed to work with many other Linux programs. | ||
*It | *It doesn't work for roto's current mplayer configuration, because only programs that use the same command every time (ie, no input file name, in this case) can be set up to run this way. | ||
===To setup (one time):=== | ===To setup (one time):=== | ||
<ol> | |||
Start a Terminal activity. Enter the following commands. | <li>Start a Terminal activity.</li> | ||
<li>Enter the following commands. | |||
su | su | ||
wget http://www.catmoran.com/olpc/libsugarize.so | wget http://www.catmoran.com/olpc/libsugarize.so | ||
| Line 18: | Line 18: | ||
chmod 755 sug | chmod 755 sug | ||
Optional, if you want to use the icons | (What do those commands do? They log you in as root, gets a copy of Albert Cahalan's compiled libsugarize file, and gets the script CatMoran created.) | ||
</li> | |||
Optional, if you want to use one of the icons CatMoran created: | |||
wget http://www.catmoran.com/olpc/plain.svg | wget http://www.catmoran.com/olpc/plain.svg | ||
wget http://www.catmoran.com/olpc/ff.svg | wget http://www.catmoran.com/olpc/ff.svg | ||