LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神,可以点击顶部导航 Contact 按钮进行投稿。

Related entries

在 Ubuntu 中安装 E17

E17 即 Enlightenment 窗口管理器的最新开发版。与 GNOME、KDE 等主流的桌面环境相比,E17 的优点是更加轻快。同时,E17 的外观也是相当漂亮,具有下拉阴影以及许多动态效果。如果你想完全感受 E17 的魅力,那么不如亲自去体验一番。

E17
E17 窗口管理器的外观

E17 在 Ubuntu 6.10 中的安装过程如下:

  1. 使用文本编辑器打开 /etc/apt/sources.list 文件,并添加下列内容:
    deb http://edevelop.org/pkg-e/ubuntu edgy e17
  2. 执行 wget http://lut1n.ifrance.com/repo_key.asc,这将下载 repo_key.asc 文件。然后,使用 sudo apt-key add repo_key.asc 添加密匙信息。
  3. 更新源,可执行 sudo apt-get update 指令。
  4. 安装 E17,在终端中执行 sudo apt-get install e17

E17 已经安装就绪,现在注销系统,在会话中选择 Enlightenment 即可登录进入 E17 环境。

署名 • 注明出处 • 非商业性使用

18 Comments

  1. 1 MKB Commented @ 2006-12-23 10:56 pmReply to this comment

    it dont work,
    because:”e17: 依赖: enlightenment-theme (>= 0.16.999)”
    and there is no “enlightenment-theme”can be found.

  2. 2 yang Commented @ 2006-12-23 11:36 pmReply to this comment

    如果是dapper的话,可以用下面的这个源(没有公钥,照样安装就行):
    deb http://SeerOfSouls.com/ dapper e17
    之后
    sudo apt-get install enlightenment emodules0-all
    可能出现无法显示中文(为方框),可以安装一个支持中文的字体(我用了微软的雅黑)。
    截图:http://bp0.blogger.com/_AX53zAbWJoE/RYepjNwfgVI/AAAAAAAAADg/wIJMTXScJ5k/s1600-h/snapshot17.png

  3. 3 无花果 Commented @ 2006-12-24 12:25 amReply to this comment

    同上,不过很想装上。

  4. 4 Toy Commented @ 2006-12-24 8:29 amReply to this comment

    @MKB, 无花果:再执行 sudo apt-get install enlightenment-theme 看看。

  5. 5 MKB Commented @ 2006-12-24 10:46 amReply to this comment

    正在读取软件包列表… 完成
    正在分析软件包的依赖关系树
    Reading state information… 完成
    软件包 enlightenment-theme 是一个由下面的软件包提供的虚拟软件包:
    enlightenment-theme-shinymetal 1:0.16.7.2-3ubuntu1
    enlightenment-theme-ganymede 1:0.16.7.2-3ubuntu1
    enlightenment-theme-brushedmetal 1:0.16.7.2-3ubuntu1
    enlightenment-theme-bluesteel 1:0.16.7.2-3ubuntu1
    请您明确地选择一个来进行安装。
    E: 软件包 enlightenment-theme 还没有可供安装的候选者

    也就是说,安装其中一个就可以了?然后再安装E17?

  6. 6 Toy Commented @ 2006-12-24 11:49 amReply to this comment

    @MKB:你还没安装 e17?在安装 e17 时,是会自动装上 enlightenment-theme 的。

  7. 7 ayanamilee Commented @ 2006-12-24 12:49 pmReply to this comment

    有点矛盾
    安装e17的时候需要依赖
    The following packages have unmet dependencies:
    e17: Depends: enlightenment-theme (>= 0.16.999)

    然而在安装enlightenment-theme时
    Reading package lists… Done
    Building dependency tree
    Reading state information… Done
    Package enlightenment-theme is a virtual package provided by:
    enlightenment-theme-shinymetal 1:0.16.7.2-3ubuntu1
    enlightenment-theme-ganymede 1:0.16.7.2-3ubuntu1
    enlightenment-theme-brushedmetal 1:0.16.7.2-3ubuntu1
    enlightenment-theme-bluesteel 1:0.16.7.2-3ubuntu1
    You should explicitly select one to install.
    E: Package enlightenment-theme has no installation candidate

    于是安装了其中的一个theme,但大概由于安装的version不符合要求(如前装e17是,要求theme version是要>= 0.16.999的),再装e17时仍提示需要安装依赖的enlightenment-theme的包

  8. 8 librancj Commented @ 2006-12-24 6:02 pmReply to this comment

    故障同上,执行install e17后提示
    e17:依赖:enlightenment-theme (>=0.16.9999)

    然后我在新得立搜索 enlighgtenment-theme 把相关的东西和theme都依次安装试验了 依旧是那个提示。

  9. 9 无花果 Commented @ 2006-12-24 7:46 pmReply to this comment

    还是没装上,就先装了enlightenment。

  10. 10 benben Commented @ 2006-12-24 7:49 pmReply to this comment

    benben@benben-desktop:~$ sudo apt-get install enlightenment
    Password:
    正在读取软件包列表… 完成
    正在分析软件包的依赖关系树
    Reading state information… 完成
    enlightenment 已经是最新的版本了。
    共升级了 0 个软件包,新安装了 0 个软件包,要卸载 0 个软件包,有 18 个软件未被升级。

    我也不能安装!

  11. 11 yves Commented @ 2006-12-25 12:04 amReply to this comment

    用aptitude install e17安装成功了。中文也没问题。

    依赖的提示是个虚拟包。

    可惜一运行beryl-manager就退出了。

  12. 12 RAh-XePhON Commented @ 2006-12-25 9:07 pmReply to this comment

    yang:
    我想問問你怎樣把微軟的雅黑偷過來用?

  13. 13 yang Commented @ 2006-12-25 9:31 pmReply to this comment

    RAh-XePhON
    下载微软的雅黑,拷贝到/usr/share/fonts/truetype,修改修改language-selector.conf文件(不知道你有没有用sudo fontconfig-voodoo -f -s zh_CN命令建立连接,用了调整firefox的过度柔化)。
    之后在 Bitstream Vera Seriffamily>下面一行添加 Microsoft YaHeifamily>。
    刷新字体缓存,然后按需调整字体渲染效果就ok了。
    我的系统是dapper。没有升级,升级后X不稳定,老出现重启。郁闷~

  14. 14 RAh-XePhON Commented @ 2006-12-26 7:50 pmReply to this comment

    我是6.10
    初初是不穩定
    但現在很好了
    不過一直都未試過重啟
    X也沒試過重啟

  15. 15 xtra Commented @ 2007-01-11 11:24 pmReply to this comment

    这个deb http://edevelop.org/pkg-e/ubuntu edgy e17 的源太慢了.试图下载好多次都超时失败,然后下一次又要全部下载所有软件包.

    deb http://SeerOfSouls.com/ dapper e17 速度倒还可以.但是似乎e17不是最新版本.

  16. 16 xxc Commented @ 2007-01-12 8:10 pmReply to this comment

    安装完后登录提示出错。
    they are very bad…

  17. 17 remus Commented @ 2007-01-25 3:47 pmReply to this comment

    edevelop.org连不上。。。找不到e17包。。=.=

  18. 18 remus Commented @ 2007-01-31 9:45 pmReply to this comment

    终于装上了,相当相当的酷呀~~
    但是,在启动的时候有个错误提示框,this is very bad…
    不知道是怎么回事。。