码迷,mamicode.com
首页 > 其他好文 > 详细

debian小巧好看的桌面

时间:2014-11-11 15:56:41      阅读:297      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   io   color   ar   sp   for   

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

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栏也可自行设置大小稍大些

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

bubuko.com,布布扣

bubuko.com,布布扣

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

debian小巧好看的桌面

标签:des   style   blog   http   io   color   ar   sp   for   

原文地址:http://www.cnblogs.com/cungen/p/4089442.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!