配置e17的一些方法
e17尚在开发阶段,很多东西只能自己配置,且没相应文档列举几个重要的配置方法:
1.e17的开始菜单常用程序菜单的配置
<HOME>/.e/e/applications/all/*.eap 这些文件是程序快速启动的配置信息,像KDE
.desktop文件,其中有如下几项:
'app/info/name' 指是配置名称
'app/info/exe' 指定的程序名称
'app/window/class' 指定图标类型
然后在<HOME>/.e/e/applications/favorite/中的.order文件按这些配置信息显示图标
<HOME>/.e/e/applications/bar/中的.order显示ibar中的图标
以上文件都出自<src>/e17/apps/e/data/other/applications.tar.gz
2.如何在菜单栏中配置运行程序菜单项
a.创建.eap文件(已kwrite为例)
cd ~/.e/e/application/all
e_util_eapp_edit kwrite.eap
(以上操作也可以在启动程序后的系统菜单的编辑图标中设置)
在程序界面中
Set Icon设置图标
App name: Kwrite
Generic info: Editor
Executable: kwrite
Window class Kwrite
b.添加到菜单文件
打开<HOME>/.e/e/applications/favorite/.order文件
添加Kwrite.eap到该文件中
在系统重新加载*.eap也可以在[开始菜单]-配置-applications-menu editor中编辑
3.ibar的设置
与上面大同小意,只是配置文件为<HOME>/.e/e/applications/bar/.order而已。
4.添加模块
e17模块所在位置为("<>"内为注释以下同)
<HOME>/.e/e/modules
/usr/local/lib/enlightenment/modules </usr/local/lib 视安装时目录而定,也可能是/usr/lib>
/usr/local/lib/enlightenment/modules_extra
安装方法为
enlightenment_remote -module-load 模块名称 <一般为上面目录下的子目录名称>
比如:
enlightenment_remote -module-load snow <安装背景雪花动画效果>
enlightenment_remote -module-load flame <安装桌面下端的火焰动画效果>
enlightenment_remote -module-unload 模块名称 <卸载模块>
enlightenment_remote -module-list 模块名称 <列举模块>
enlightenment_remote -module-enable 模块名称 <打开模块>
enlightenment_remote -module-disable模块名称 <关闭模块> 兄台做的不错啊.
页:
[1]