2011-09-06

修複 GTK 關於 murrine 的錯誤《Ubuntu/Arch》

這問題通常出現在終端機開啟GTK的程式時,所出現的錯誤訊息,這問題不只修過一次,從Ubuntu就處理過了,但是很快又忘記了,到了Arch又出現了處理好了留下紀錄。
Gtk-WARNING **: Unable to locate theme engine in module_path: "murrine",

2011-08-26

Arch 修復 network 開機錯誤

學習Arch中間中斷一些時間,為了上次提到的稿子持續使用Ubuntu,這幾天稿子寫完才繼續使用,最近接觸Arch發覺開機都會出現network錯誤訊息。

Warning: Your network settings are deprecated.
Please refer to /etc/rc.conf on how to define a single wired
connection, or use a utility such as netcfg.

2011-05-21

Arch 編譯出錯: make[1]: *** [libx264.o] Error

我用 yaourt 安裝 mencoder 出現 make[1]: *** [libx264.o] Error 錯誤,手動安裝 x264 無法解決,後來找到資料編譯時 x264-git 修改 PKGBUILD 即可解決,此問題同樣發生在 ffmpeg-mt-git 解法是相同的。


sudo yaourt -S x264-git

修改 PKGBUILD
搜尋

./configure --prefix=/usr 

取代

./configure --prefix=/usr   --enable-shared 


參考資料:
AUR (en) - ffmpeg-mt-git