2008年2月14日 星期四

software

1. PCMan X pure GTK+ 2
sudo apt-get install pcmanx-gtk2

2.GCIN 無蝦米 輸入法
參考
安裝 嘸蝦米輸入法 於 Debian/Ubuntu(GCIN)


step1: 安裝Gcin

apt-get install gcin im-switch
im-switch -s gcin
重新登入

step2: Gcin安裝成功並重登後,安裝 無蝦米 輸入法

wget http://edt1023.sayya.org/misc/noseeing-6.tar.gz #下載 無蝦米的 table
mkdir tmp; cd tmp
tar zxvf ../noseeing-6.tar.gz
mv noseeing.gtab ~/.gcin

# 以下可做可不做~把不必要的檔案刪掉
cd ..
rm -rf tmp
rm noseeing-6.tar.gz

重新登入, Gcin圖示按右鍵設定內定輸入法, 即可使用


3. 影片播放
SMPlayer

[2010/3/24更新 ]
參考https://help.ubuntu.com/community/Medibuntu

增加medibuntu的來源到下載中心裡。
sudo wget --output-document=/etc/apt/sources.list.d/medibuntu.list http://www.medibuntu.org/sources.list.d/$(lsb_release -cs).list && sudo apt-get --quiet update && sudo apt-get --yes --quiet --allow-unauthenticated install medibuntu-keyring && sudo apt-get --quiet update


安裝w32codecc
sudo apt-get install w32codecs


=以下是舊寫=

參考Ubuntu 7.10 實用軟體 - Part 1 - w32codecs + SMPlayer

# 加入 medibuntu 的來源
sudo wget http://www.medibuntu.org/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/medibuntu.list

wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - && sudo apt-get update
#安裝codecs
sudo apt-get install w32codecs
#安裝播放器
到smplayer網站下載deb(如果之前沒裝mplayer要先裝)
可參考這篇
apt-get install mplayer mplayer-fonts mplayer-skin mozilla-mplayer smplayer
#設定編碼(系統沒有win32資料夾才可用,否則,複製codecs到其下)
ln -s /usr/lib/win32 /usr/lib/codecs

註:如果開了3D特效的..播放的影片會閃閃閃不停…要看時要先停止特效類- -
這好像是ATI顯卡的問題

* 讓 Mozilla/Firefox 支援播放影片
安裝 mozilla-mplayer 套件及安裝 codecs)
sudo apt-get install mozilla-mplayer
再重新啟動你的 mozilla/firefox,在網址列輸入 about:plugins 查是否正確安裝。


4.音樂播放
Audacious
安裝方法參考ubuntu網站

sudo apt-get install audacious
sudo apt-get install audacious-plugins audacious-plugins-extra #codec plugins


註:解決中文亂碼現象
在audacious上右鍵選擇「首選項」,在「播放列表」中,把標題格式改為「Custom",再把自定格式改為「%f」(不要引號)。

又註:
因為我大部分是中文歌~少部分日文~ (英文歌沒有問題)
直接在 preference裡播放列表 中 自動偵測 選擇 Taiwanese
就可以解決中文問題了~~~
只是有些日文標題會亂碼~還可以接受~!


plugins :
同步歌詞顯示
LyricZilla - Lyrics displaying plugin

sudo wget http://lyriczilla.googlecode.com/svn/trunk/package/lyriczilla.list -O /etc/apt/sources.list.d/lyriczilla.list

sudo apt-get update
sudo apt-get install lyriczilla
sudo apt-get install lyriczilla-plugin-audacious
(如果是用bmp 就改成 sudo apt-get install lyriczilla-plugin-bmp)

再到audacious 開啟plugins就可


5. 檔案管理程式
PCMan File Manager
可以直接更改為root權限~圖形化介面管理~

6. 解壓縮
7-zip

sudo apt-get install p7zip-full p7zip-rar


7. ftp client

sudo apt-get install filezilla filezilla-locales


8. pdf xchange-viewer
整理至nelson寫的文章
1) first get wine
2) download portable version http://www.docu-track.com/downloads/users/
3) tar it at ~/.wine/drive_c/Program Files/PDF XChange Viewer Portable
4) download the script
5) edit the script in line 23
change

appname='/home/nelson/.wine/drive_c/Program Files/PDF XChange Viewer Portable/PDFXCview.exe'

to your place
6) change script and move to /usr/bin

chmod a+x PDFXCview
sudo mv PDFXCview /usr/bin

7) 在wine裡手動增加PDFXCview的選單
Right click on menu bar -> Edit Menu -> Scroll down to Wine -> Select Add Menu

沒有留言: