Archlinux三步安装e17

发布时间:2007-01-01 23:53:00  
1、加入e17的源
编辑/etc/pacman.conf加入如下内容:
#E17 for 686
[takhis]
Server=ftp://takhis.net/arch
#E17 for x86_64
#[takhis]
#Server=ftp://takhis.net/arch/x86_64
#E17 for PPC
#[takhis]
#Server=ftp://takhis.net/arch/powerp
   2、安装
$ sudo pacman -Sy e-cvs e_modules-cvs entrance-cvs
   3、开机自动启动e17
在/etc/rc.conf文件的DAEMONS段内加入entranced模块,如:
DAEMONS=(syslog-ng network @alsa entranced)
如果你在开机重启时,出现entranced无法启动的问题,请在终端执行如下命今:
$ sudo /etc/rc.d/entranced start启可。
 
*******************************************
 FC8安装E17,酷!原创
FC8安装E17
1、到http://sps.nus.edu.sg/~didierbe/页面;
2、下载dc-fc4-yum-repo-1.2-1.fc4.noarch.rpm并安装;
#rpm –ivh dc-fc4-yum-repo-1.2-1.fc4.noarch.rpm
3、运行yum check-update进行升级;
4、运行yum install enlightenment直到安装完成;
5、在你登陆的用户主目录下创建文件一个名为.xinitrc的文件 并且在里面写一行
exec /path/to/enlightenment
6、logout系统,在session一项中选择enlightenment,然后设为默认即可。
7、资源:
官方网址http://www.enlightenment.org/
主题资源http://www1.get-e.org/Themes/E17/
By ahalinux
 
原文地址:https://www.cnblogs.com/huapox/p/3299978.html