Adobe AIR 更新版本到 18.0.0.180,在安裝 Scratch 2.0 和 Mindomo Desktop 時會用到。
下載網址:
http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe
在 Ubuntu MATE 14.04.2 上使用 Scratch 2 來開啟 .sb2 檔
之前是利用 Ubuntu Tweak 來處理:
頭城國小資訊組 | 在 Ubuntu Linux 上使用 Scratch 2 來開啟 .sb2 檔
1. 在 .sb2 檔上按滑鼠右鍵,選擇 以其它應用程式開啟(A)…
[@more@]2. 選擇 使用自訂指令(U)
Scratch 2.0 Offline Editor v437
Adobe AIR 18.0.0.144
Adobe AIR 更新版本到 18.0.0.144,在安裝 Scratch 2.0 和 Mindomo Desktop 時會用到。
下載網址:
http://airdownload.adobe.com/air/win/download/18.0/AdobeAIRInstaller.exe
在 Windows XP 上執行 Scratch 2.0 離線版
Scratch 2.0 Offline Editor v436
Scratch 2.0 Offline Editor v436
下載網址:https://scratch.mit.edu/scratch2download/
Windows 版本
Mac 版本
Linux 版本
Scratch 2.0 Offline Editor v435.2
Scratch 2.0 Offline Editor v435.2 
下載網址:https://scratch.mit.edu/scratch2download/
Windows 版本
Mac 版本
Linux 版本
在 Ubuntu Linux x64 上安裝 Scratch 2 – 失敗篇
因為之前在 Ubuntu Linux 安裝 Adobe Air / Scratch 2 時,都是在 x86 平台上安裝,特地在 Ubuntu MATE 14.04-2 x64 平台試試!
加入 i386 平台
$ sudo dpkg –add-architecture i386
$ dpkg –print-architecture
amd64
$ dpkg –print-foreign-architectures
i386
進行套件庫更新及安裝套件
$ sudo apt-get update
$ sudo apt-get install lib32bz2-1.0 lib32ncurses5 lib32tinfo5 lib32z1 libc6-i386
$ sudo dpkg -i adobeair_2.6.0.19170-franklin_amd64.deb[@more@]開始安裝 Scratch 2.x 及解決錯誤訊息
$ sudo /etc/alternatives/airappinstaller ./Scratch-435.air
/etc/alternatives/airappinstaller: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory
$ sudo apt-get install libstdc++6:i386
$ sudo /etc/alternatives/airappinstaller ./Scratch-435.air
Error loading the runtime (libgtk-x11-2.0.so.0: cannot open shared object file: No such file or directory)
$ sudo apt-get install libgtk2.0-0:i386
$ sudo /etc/alternatives/airappinstaller ./Scratch-435.air
Error loading the runtime (libxml2.so.2: cannot open shared object file: No such file or directory)
$ sudo apt-get install libxml2:i386
$ sudo /etc/alternatives/airappinstaller ./Scratch-435.air
Error loading the runtime (libnss3.so: cannot open shared object file: No such file or directory)
$ sudo apt-get install libnss3:i386
$ /usr/bin/Adobe AIR Application Installer ./Scratch-435.air
Gtk-Message: Failed to load module “gail”
Gtk-Message: Failed to load module “atk-bridge”
Gtk-Message: Failed to load module “canberra-gtk-module”
unexpected error: ArgumentError: Absolute path of the air file needs to be specified.
$ sudo apt-get install libatk-adaptor:i386 libgail-common:i386
$ /usr/bin/Adobe AIR Application Installer ./Scratch-435.air
Gtk-Message: Failed to load module “canberra-gtk-module”
unexpected error: ArgumentError: Absolute path of the air file needs to be specified.
$ sudo apt-get install libcanberra-gtk-module:i386
出現
(Adobe AIR Application Installer:9911): Gtk-WARNING **: 無法在 module_path 中找出佈景主題引擎:‘murrine’
$ sudo apt-get install gtk2-engines-murrine:i386
Scratch 2.0 Offline Editor v435
Scratch 2.0 Offline Editor v435
下載網址:https://scratch.mit.edu/scratch2download/
Windows 版本
Mac 版本
Linux 版本[@more@]
感覺這個版本的中文化又更徹底了些!
不過編輯器中的 文字工具,仍然無法輸入中文。
Scratch 2.0 Offline Editor v434a
Scratch 2.0 Offline Editor v434a 新版本
新版本下載:https://scratch.mit.edu/scratch2download/
下載:
Mac OS X
Windows
Linux
這個版本比較特別的是,功能表中文化已經非常完整,除了 檔案下的 Quit 之外,其它部分都是中文的,不用再像之前還要特別去處理過。
不過編輯器中的 文字工具,仍然無法輸入中文。

















