debian小巧好看的桌面

先看完,不然,你一定会后悔的。。不好看,你打我。。

sudo apt-get install xfce4
sudo apt-get install xfce4-goodies
sudo apt-get install vnc4server

在debian的终端中执行这3个命令就可以了,然后还要配置vnc,在.vnc/xstartup更改为如下内容:

  1 #!/bin/sh
  2
  3 # Uncomment the following two lines for normal desktop:
  4 unset SESSION_MANAGER
  5 # exec /etc/X11/xinit/xinitrc
  8 startxfce4 &
  9
 10 [ -x /etc/vnc/xstartup ] && exec /etc/vnc/xstartup
 11 [ -r $HOME/.Xresources ] && xrdb $HOME/.Xresources
 12 xsetroot -solid grey
 13 vncconfig -iconic &
 14 # x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop"
     &
 15 # x-window-manager &

然后vnc重启一下,vncserver -kill :0,再vncserver :0就可以了

安装中文环境(解决乱码问题):

sudo apt-get install locales
sudo dpkg-reconfigure locales
sudo apt-get install xfonts-wqy ttf-wqy-zenhei ttf-wqy-microhei

然后在.bash_profile中或.zshrc中添加如下:export LANG=zh_CN.utf8,然后重启即可

在桌面中做如下配置:

  1. 在菜单->设置->设置管理器中->窗口管理器中,样式选Agualemon,字体设置为Source Code Pro,如果没有,自行下载
  2. 在菜单->设置->设置管理器中->外观中,风格选择xfce,图标选faba-mono-Dark,字体同样选择Source Code Pro
  3. 在菜单->设置->设置管理器中->外观中,字体DPI可以自己调高一些,下面dark栏也可自行设置大小稍大些

设置完成之后的整体效果如下:

关于zsh的配置,可以参考我的这个:http://blog.csdn.net/i_am_root/article/details/39483443

posted @ 2014-11-11 14:42  iamroot  阅读(5073)  评论(2编辑  收藏  举报