Difference between revisions of "Talk:Features/Revised Browse default-bookmarks.html"

From Sugar Labs
Jump to navigation Jump to search
m (Created page with ''''Please Put Comments and feedback here:'''')
 
m (move old parts to Discussion)
Line 1: Line 1:
 
'''Please Put Comments and feedback here:'''
 
'''Please Put Comments and feedback here:'''
 +
 +
==='''History of TESTING'''===
 +
* Tested on sugar-emulator in f12 (file locations and names may be different in Soas)
 +
* copied file:///usr/share/bookmarks/default-bookmarks.html to desktop,
 +
* opened and edited with OooWriter
 +
* added hyperlinks and saved
 +
* renamed index.html
 +
* opened terminal
 +
su
 +
gedit
 +
*opened modified file
 +
*saved as file:///usr/share/sugar/activities/Browse.activity/data/index.html
 +
*Started "sugar-emulator" and Browse as "Start new"
 +
*took this screenshot:
 +
 +
 +
http://people.sugarlabs.org/Tgillard/Modified-default-bookmark.png
 +
 +
 +
==='''Change-Browse.activity index.html-to-use-Modified-Browse-html in a live USB'''===
 +
 +
*In booted USB-soas-i386-20100611.15.iso:
 +
 +
*In Sugar Terminal;
 +
su
 +
yum install wget
 +
wget http://people.sugarlabs.org/Tgillard/Modified-Browse.html
 +
cd /home/liveuser
 +
chmod 777 Modified-Browse.html
 +
cp /home/liveuser/Modified-Browse.html /usr/share/sugar/activities/Browse.activity/data/index.html                                                                                               
 +
[root@localhost ~]# cp /home/liveuser/Modified-Browse.html /usr/share/sugar/activities/Browse.activity/data/index.html
 +
cp: overwrite `/usr/share/sugar/activities/Browse.activity/data/index.html'? y
 +
[root@localhost ~]# 
 +
 +
'''It worked after this. Browse has a new "Start-New" screen. SUCCESS  (06/12/2010)'''
 +
 +
*'''Note: One step farther:'''
 +
su
 +
mkdir /usr/share/library-common
 +
cp /usr/share/sugar/activities/Browse.activity/data/index.html usr/share/library-common/index.html
 +
* Sets up Firefox v 6 .xo (experimental on ASLO) to use the same index.html as Browse uses.
 +
*On live USB Stick (06/13/2010)

Revision as of 12:58, 16 June 2010

Please Put Comments and feedback here:

History of TESTING

  • Tested on sugar-emulator in f12 (file locations and names may be different in Soas)
  • copied file:///usr/share/bookmarks/default-bookmarks.html to desktop,
  • opened and edited with OooWriter
  • added hyperlinks and saved
  • renamed index.html
  • opened terminal
su
gedit
  • opened modified file
  • saved as file:///usr/share/sugar/activities/Browse.activity/data/index.html
  • Started "sugar-emulator" and Browse as "Start new"
  • took this screenshot:


Modified-default-bookmark.png


Change-Browse.activity index.html-to-use-Modified-Browse-html in a live USB

  • In booted USB-soas-i386-20100611.15.iso:
  • In Sugar Terminal;
su
yum install wget
wget http://people.sugarlabs.org/Tgillard/Modified-Browse.html
cd /home/liveuser
chmod 777 Modified-Browse.html
cp /home/liveuser/Modified-Browse.html /usr/share/sugar/activities/Browse.activity/data/index.html                                                                                                 
[root@localhost ~]# cp /home/liveuser/Modified-Browse.html /usr/share/sugar/activities/Browse.activity/data/index.html
cp: overwrite `/usr/share/sugar/activities/Browse.activity/data/index.html'? y
[root@localhost ~]#  

It worked after this. Browse has a new "Start-New" screen. SUCCESS (06/12/2010)

  • Note: One step farther:
su
mkdir /usr/share/library-common
cp /usr/share/sugar/activities/Browse.activity/data/index.html usr/share/library-common/index.html
  • Sets up Firefox v 6 .xo (experimental on ASLO) to use the same index.html as Browse uses.
  • On live USB Stick (06/13/2010)