[Blends-commit] [SCM] ezgo branch, master, updated. c4c461e3d7b1812feaa4bc7944cc2d6c2a179c15
Franklin
franklin at goodhorse.idv.tw
Thu Feb 26 15:13:09 UTC 2015
The following commit has been merged in the master branch:
commit 8e859870b11503fff4c1f0240a7bde6a806baa99
Author: Franklin <franklin at goodhorse.idv.tw>
Date: Wed Jan 14 20:02:30 2015 +0800
Remove oracle-java-installer7 (since they agreed us to pre-install) and add google-chrome
diff --git a/ezgo-misc/media_pak_install/chrome.png b/ezgo-misc/media_pak_install/chrome.png
new file mode 100644
index 0000000..06599af
Binary files /dev/null and b/ezgo-misc/media_pak_install/chrome.png differ
diff --git a/ezgo-misc/media_pak_install/media_pak_install.py b/ezgo-misc/media_pak_install/media_pak_install.py
index 7916ab4..903e8e3 100755
--- a/ezgo-misc/media_pak_install/media_pak_install.py
+++ b/ezgo-misc/media_pak_install/media_pak_install.py
@@ -25,9 +25,9 @@ gettext.textdomain('media_pak_install')
gettext.bindtextdomain('media_pak_install', MY_PATH+'locales')
_ = gettext.gettext
-third_party_software = [ 'ubuntu-restricted-extras', 'pepperflashplugin-nonfree', 'skype', 'oracle-java7-installer' ]
-third_party_sw_desc = [ _('Necessary tools for multimedia, like flash and codecs.\nWith this you can watch youtube video or many other video format files.'), _('Flash plugin for Google Chrome and Chromium.\nIf you are using Google chrome or Chromium, you need to\ninstall this to use Flash.'), _('A famous instant messages and voice communication software.'), _('Oracle Java Runtime environment, necessary for PhET and other Java applets.') ]
-third_party_icon = [ MY_PATH+'ubuntu.png', MY_PATH+'flash.png', MY_PATH+'skype.png', MY_PATH+'Java.jpg' ]
+third_party_software = [ 'ubuntu-restricted-extras', 'pepperflashplugin-nonfree', 'skype', 'google-chrome-stable' ]
+third_party_sw_desc = [ _('Necessary tools for multimedia, like flash and codecs.\nWith this you can watch youtube video or many other video format files.'), _('Flash plugin for Google Chrome and Chromium.\nIf you are using Google chrome or Chromium, you need to\ninstall this to use Flash.'), _('A famous instant messages and voice communication software.'), _('Google chrome browser') ]
+third_party_icon = [ MY_PATH+'ubuntu.png', MY_PATH+'flash.png', MY_PATH+'skype.png', MY_PATH+'chrome.png' ]
current_check_button = 0
total_check_button = len(third_party_software)
--
Blend for educatipn with asian specific adaptations
More information about the Blends-commit
mailing list