|
发表于 2005-10-7 12:55:54
|
显示全部楼层
Post by 木文子者
又有新的问题要问一下~~。
装是可以装了,但是我apt-cache show enlightenment显示的版本是0.16.999,但是我查看已安装的enlightenment的版本却是0.16.7多少的,为什么
另外,我的GDM会话里面没有启动enlightenment,不知道怎么去启动它~~~
gdm会话的问题请在/usr/share/xsessions里新建一个E17.desktop文件,文件内容如下
- [Desktop Entry]
- Encoding=UTF-8
- # The names/descriptions should really be better
- Name=Enlightenment DR 0.17
- Comment=This is the window manager Enlightenment DR 0.17
- Exec=/usr/local/bin/enlightenment
- Type=Application
复制代码 |
|