To install XFCE 4.0, do this:
Add the repo:
$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
Update the local repositories:
$ sudo apt-get update
Install XFCE:
$ sudo apt-get install xfce4
To remove XFCE, do this:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:xubuntu-dev/xfce-4.10
en版的ubuntu开机默认是不启动ibus的,所以如果不设置的话,用户必须每次自己手动启动输入法。
解决方法:
方法一. System >> Administration >> Language Support
然后设置"Keyboard Input Method System"为ibus
方法二:当然你也可以设置开机自己启动ibus
System >> Preferences >> Startup Applications
Click the button: Add
Name: ibus daemon
Command: /usr/bin/ibus-daemon -d
Comment: start ibus daemon when gnome start
ubuntu guest
gksudo gedit /etc/lightdm/lightdm.conf
添加 allow-guest=false 保存并退出
sudo restart lightdm
sudo apt-get purge ubuntuone* python-ubuntuone-storage*
系统beep,debian/ubuntu下默认开启的,确实比较烦,如果你不需要beep
就把它的模块删除掉吧
sudo gedit /etc/modprobe.d/blacklist
添加
#silly speaker beep
blacklist pcspkr
重启生效,不想重启就直接删除蜂鸣器模块
sudo rmmod pcspkr
Add the repo:
$ sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
Update the local repositories:
$ sudo apt-get update
Install XFCE:
$ sudo apt-get install xfce4
To remove XFCE, do this:
$ sudo apt-get install ppa-purge
$ sudo ppa-purge ppa:xubuntu-dev/xfce-4.10
en版的ubuntu开机默认是不启动ibus的,所以如果不设置的话,用户必须每次自己手动启动输入法。
解决方法:
方法一. System >> Administration >> Language Support
然后设置"Keyboard Input Method System"为ibus
方法二:当然你也可以设置开机自己启动ibus
System >> Preferences >> Startup Applications
Click the button: Add
Name: ibus daemon
Command: /usr/bin/ibus-daemon -d
Comment: start ibus daemon when gnome start
ubuntu guest
gksudo gedit /etc/lightdm/lightdm.conf
添加 allow-guest=false 保存并退出
sudo restart lightdm
sudo apt-get purge ubuntuone* python-ubuntuone-storage*
系统beep,debian/ubuntu下默认开启的,确实比较烦,如果你不需要beep
就把它的模块删除掉吧
sudo gedit /etc/modprobe.d/blacklist
添加
#silly speaker beep
blacklist pcspkr
重启生效,不想重启就直接删除蜂鸣器模块
sudo rmmod pcspkr