[Linux] IEs4Linux 2.99.0 安裝問題
| 十二月 24, 2007 | 2個迴響| 1個引用| 3913 reads | Size: L, M, S | Edit: P, C, R || Category: Software, Ubuntu. and Tags: Linux, Ubuntu, IEs4Linux. |
IEs4Linux 2.99.0 出來後,因為標榜可以安裝 IE7,所以也嘗鮮的安裝了一下。不過卻發現,安裝的時候一直會有問題!暫時解法是不使用新版的 GUI 介面,而一樣使用 command line 安裝:
# ./ies4linux --no-gui
這樣就暫時解決了。
另外,因為作者在 2.99.0 裡面,正體中文的語系部份有寫錯,導致到 Microsoft 下載檔案的時候會失敗!
這些在 Ubuntu正體中文站 上有人提供了 解法:
# apt-get install wine cabextract
# wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
# tar zxvf ies4linux-latest.tar.gz
先到這邊停止,作些修正:
1. 編輯「ies4linux-latest/lib/messages.txt」檔案,將 1x 行的「tw . zhtw TW」改成「zh tw zhtw TW」。
2. 編輯「ies4linux-latest/lib/functions.sh」,將 9x 行的「pid=(wget ...)」改成「pid=(LANG=C wget ...) 」。
然後就可以繼續安裝了:
# cd ies4linux-latest
# ./ies4linux
然後就可以用新版的 GUI 來輕鬆安裝了。
隨機文章:
» IEs4Linux (IE4Linux)
» [Linux] 管理Grub的好工具 - StartUp Manager


版大你好, 小弟是ubuntu的菜鳥, 今天試裝ie4linux, 照你的作法裝會出現以下error...
bear@bear-desktop:~/ies4linux-2.99.0.1$ ./ies4linux
grep: : 沒有此一檔案或目錄
/home/bear/ies4linux-2.99.0.1/ui/pygtk/ies4linux-gtk.py:268: GtkWarning: gtk_text_layout_real_invalidate: assertion `layout->wrap_loop_count == 0' failed
self.textbuffer.insert_with_tags(self.textbuffer.get_end_iter(), line, tag)
Gtk-ERROR **: file /build/buildd/gtk+2.0-2.12.0/gtk/gtktextlayout.c: line 1221 (get_style): assertion failed: (layout->one_style_cache == NULL)
aborting...
ui/pygtk/python-gtk.sh: line 6: 11917 已經終止 (core dumped) python "$IES4LINUX"/ui/pygtk/ies4linux-gtk.py
bear@bear-desktop:~/ies4linux-2.99.0.1$ ./ies4linux
grep: : 沒有此一檔案或目錄
Gtk-ERROR **: file /build/buildd/gtk+2.0-2.12.0/gtk/gtktextlayout.c: line 1221 (get_style): assertion failed: (layout->one_style_cache == NULL)
aborting...
ui/pygtk/python-gtk.sh: line 6: 12386 已經終止 (core dumped) python "$IES4LINUX"/ui/pygtk/ies4linux-gtk.py
請問有解嗎?