Ubuntu 源码安装fluxbox桌面环境

字体大小: 中小 标准 ->行高大小: 标准

Ubuntu 源码安装fluxbox桌面环境

注:可以apt-get,有deb包。本人纯为折腾。

1、官网下载 http://www.floxbox.org

2、解压,编译,安装;不多说了。

3、重要的是之后。

sudo apt-get install feh

4、编辑启动选项

cd /usr/share/xsessions

sudo nano -w fluxbox.desktop

加入以下内容:

[Desktop Entry]

Encoding=UTF-8

Name=Fluxbox 1.0rc2

# you change this name in here.

Comment=This is Fluxbox Windows Manager

Exec=startfluxbox

5、重启,fluxbox出现。

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/49733.html