Just installed ubuntu on my box recently, found it better than windows 7.
Package I installed as below (will keep updating, ~cheers~) :
- Skype
sudo add-apt-repository “deb http://archive.canonical.com/ $(lsb_release -sc) partner”
sudo apt-get update && sudo apt-get install skype - Skype chinese character input (credited to mrxuri.com)
sudo apt-get install ibus ibus-qt4 ibus-gtk
sudo vim /etc/X11/xinit/xinput.d/default
Then paste the text into editor, save it and restart machine - ISync (Google drive replacement)
sudo apt-add-repository ppa:trebelnik-stefina/insync
sudo apt-get update && sudo apt-get install insync-beta-ubuntu - Cairo Dock (Mac OS X looks dock)
sudo add-apt-repository ppa:cairo-dock-team/ppa
sudo apt-get update
sudo apt-get install cairo-dock cairo-dock-plug-ins - Compiz Manager (Desktop effect)
sudo apt-get install compizconfig-settings-manager - Screensaver
sudo apt-get purge gnome-screensaver
sudo apt-get install xscreensaver xscreensaver-gl-extra xscreensaver-data-extra
sudo gedit /etc/xdg/autostart/screensaver.desktop
(Paste 4 lines below and save the file)
[Desktop Entry]
Name=Screensaver
Type=Applicaton
Exec=xscreensaver -nosplash - Synaps (Dash of unity)
sudo apt-get install synapse - Classic menu in Unity desktop (Since unity desktop does not have programs menu)
sudo apt-add-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install classicmenu-indicator - English to Chinese dictionary
sudo apt-get install dict-stardic - Cinnamon 1.8 desktop environment
sudo add-apt-repository ppa:gwendal-lebihan-dev/cinnamon-stable
sudo apt-get update
sudo apt-get install cinnamon nemo - StarDict (Chinese – English) dictionary
Download and install StarDict here
Download dictionary file here and untar it to /usr/share/stardict/dic/ - GDebi (install *.deb package with dependency management)
sudo apt-get install gdebi-core - Media Codec
sudo add-apt-repository ppa:gstreamer-developers/ppasudo apt-get update
sudo apt-get install gstreamer1.0* - Unity tweak tool
sudo add-apt-repository ppa:freyja-dev/unity-tweak-tool-dailysudo apt-get update
sudo apt-get install unity-tweak-tool
Or download here - Chinese input
Refer here for more info - If wine does not show Chinese application font properly
Run : export LANG=zh_CN.UTF-8 before run wine xxxx.exe - Install OpenOffice
Download deb package here
tar -vxzf filename (unzip it)
sudo apt-get remove –purge libreoffice* (uninstall pre-installed libre office)
sudo dpkg -i *.deb (cd to unzipped dir and install deb package)
cd desktop-integration (cd to dir mentioned for menu integration)
sudo dpkg -i *.deb