Running Linux Applications Under Sugar: Difference between revisions
mNo edit summary |
formatting |
||
| Line 1: | Line 1: | ||
'''Note:''' This article is about running Linux applications inside Sugar, not launching them in Terminal. | '''Note:''' This article is about running Linux applications inside Sugar, not launching them in Terminal. | ||
To run Linux | To run standard Linux program 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. | A woman named CatMoran created a script that automates most of the steps of Sugar Coating Linux applications to run under Sugar. | ||
| Line 24: | Line 24: | ||
wget http://www.catmoran.com/olpc/ff.svg | wget http://www.catmoran.com/olpc/ff.svg | ||
wget http://www.catmoran.com/olpc/l.svg | wget http://www.catmoran.com/olpc/l.svg | ||
</ol> | |||
===To Run:=== | ===To Run:=== | ||
<ol> | |||
Locate an icon you want to use/reuse. | <li>Locate an icon you want to use/reuse.</li> | ||
*You can copy any .svg file located in /usr/share/activities/*.activity/activity/*.svg | |||
You can copy any .svg file located in /usr/share/activities/*.activity/activity/*.svg | *Or you can use one of the icons I've created. (wget commands above.) plain.svg is a plain circle, ff.svg is a circle with the letters FF (for Firefox) inside, l.svg is a circle with the single letter L inside. Bot of these files can be easily edited using any text editor and one or both character(s) changed.Each letter is in plain text just before the </tspan> tags, replace them and save the file. | ||
Or you can use one of the icons I've created. (wget commands above.) plain.svg is a plain circle, ff.svg is a circle with FF (for | |||
Enter the following commands, to log in as root and execute the sug script. | Enter the following commands, to log in as root and execute the sug script. | ||
| Line 49: | Line 48: | ||
The script will give you a success message. Reboot sugar to see the new task in the Sugar taskbar. | The script will give you a success message. Reboot sugar to see the new task in the Sugar taskbar. | ||
</ol> | |||
===Sugarize Mirror Servers=== | ===Sugarize Mirror Servers=== | ||