E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

Ubuntu各种衍生版本
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 基於E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - 放出E17更新檔(09年2月9日)

#46

帖子 ellon » 2009-02-09 11:38

photor 写了: 最不喜欢的就是gnome-panel,又难看又耗资源。
你那个deb套件里有这个extramenu module吗?怎么打开?
有extramenu,加回去了。
要用extramenu,你要自己寫那些menu的配置文件,放在'~/.e/e/extra_menu' 或'/usr/share/menus',so time consuming....

如何寫,附上extramenu的Readme:
加油了! :em11


Extra Menu module for e17
==========================
This is a simple module I have initially written for the OpenGeu distribution.
The module is able to generate as many new submenu as you want in the
enlightenemnt main menu. The new menus can have unlimited submenus and the
names can be translated trough a simple file text file.
The menu are generated from .menu files as per FreeDesktop standars. So you
can also use all the existing (fdo compliant) menus.

The module will search in '~/.e/e/extra_menu' and '/usr/share/menus' directory
for new menu to create. Every menu need 3 files (the .menu, .directory and
optionally a .desktop for the menu icons).


The .menu file
===============
This is the first file searched in the user and the system directory.
It contains the menu name, the menu structure, all the menu items and even
other menus. It also contain a link to a .directory file.

it should look like this
-------------------------------------------------------------------------------
FILE: mymenu.menu
-------------------------------------------------------------------------------
<?xml version="1.0"?>
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN" "http://standards.freedesktop.org/menu-spec/menu-1.0.dtd">
<Menu>
<Name>MyMenu</Name>
<DefaultAppDirs/>

<!--Uncomment this to search the .directory file in /usr/share/desktop-directory -->
<!--<DefaultDirectoryDirs/> -->

<!--Or use this to search the .directory file where the .menu reside -->
<DirectoryDir>./</DirectoryDir>

<Directory>mymenu.directory</Directory>

<Include>
<Filename>xterm.desktop</Filename>
<Filename>firefox.desktop</Filename>
<Filename>anjuta.desktop</Filename>
<Filename>edje_editor.desktop</Filename>
</Include>
</Menu>
-------------------------------------------------------------------------------


The .directory file
====================
This file is used to get the icon and the (translated) text for the menu.
It should reside where the .menu is, but you can also place in other system
directory (see the comments in the .menu file).

-------------------------------------------------------------------------------
FILE: mymenu.directory
-------------------------------------------------------------------------------
[Desktop Entry]

Encoding=UTF-8
Type=Directory
Icon=mymenu
#Icon=mymenu.png
#Icon=/full/path/mymenu.png
X-Enlightenment-Menu=main/0

Name=My Own Menu
Name[it]=Il mio menu
-------------------------------------------------------------------------------

The icon
parameter can refer to a global .desktop file (if used without
the extension) or can directly link to an image file (if used with the extension)
The more reasonable place for icons (following the fdo spec) seems:
/usr/share/icons/hicolor/48x48/apps/mymenu.png
As a last chance you can also give the full path to the icon file... with the
extension :P

The X-Enlightenment-Menu
parameter tell the modules where to place your menu in the enlightenment main menu.
It is formed by the name of the parent menu and a number that is in some way
related with the position you want.
Example:
main/0 -> put in the top of the main menu
main/11 -> put in the bottom of the main menu
sys/0 -> put in the top of the system menu
E Menus: main(0-11), sys, config (0-2), ...
Note that if the number is too high your menu will not show up.


have fun :)
Dave



REFERENCE:
-----------
Freedesktop Menu Specification
http://standards.freedesktop.org/menu-spec/latest/

ExtraMenu module主頁:
http://code.google.com/p/e17mods/wiki/ExtraMenu
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: 基於E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - 放出E17更新檔(09年2月9日)

#47

帖子 photor » 2009-02-09 23:58

大致看了一下你贴的readme,感觉这个extramenu的用处是在主菜单上添加自定义的附加菜单,但是我现在最大的麻烦是e17默认的主菜单上就有死链接和重复的项目,这个默认的菜单能删掉吗?
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: 基於E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - 放出E17更新檔(09年2月9日)

#48

帖子 ellon » 2009-02-10 2:18

photor 写了:大致看了一下你贴的readme,感觉这个extramenu的用处是在主菜单上添加自定义的附加菜单,但是我现在最大的麻烦是e17默认的主菜单上就有死链接和重复的项目,这个默认的菜单能删掉吗?
默認菜單是可以不顯示的。
到[設置]->[Settings Panel]->[菜單]->[菜單設定]
把"在主菜單顯示所有應用程序"反選就okay了。
图片

對於重複的項目,主要是.desktop文件中的Category設定問題。可以去修正/usr/share/applications/中的.desktop文件。
也有一個簡單方法:
1. 把有重複的程式项目"添加"到IBar。(P.S. e17暫時有一個bug,不要使用那個"上下"移動)
图片

2. 到IBar那裡,選"改變圖標屬性"。
图片

3. 選擇高級,然後修改“分類" (把導致重複的分類刪除),並“應用"。
图片
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: 基於E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - 放出E17更新檔(09年2月9日)

#49

帖子 photor » 2009-02-10 18:17

感谢楼主,楼上方法管用,不过需要时间,有空了再慢慢折腾吧。主菜单上的死链接是.desktop文件有点毛病,改改就好了。
再说e17的稳定性还需要改进,下午折腾了不到两个小时就崩溃了两次。稳定版的出炉还遥遥无期啊 :em09
头像
linuin
帖子: 404
注册时间: 2008-06-15 14:47
来自: beijing
联系:

Re: 基於E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - 放出E17更新檔(09年2月9日)

#51

帖子 linuin » 2009-02-12 13:11

:em05
purewater
帖子: 686
注册时间: 2007-11-30 15:17
来自: 福建

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔和R3測試版(09年2月12日)

#52

帖子 purewater » 2009-02-26 23:08

(Firefox上下拉頁面時,看高清電影時,效能的提昇最明顯)
这个是怎么做到的?

这个版本的E17有时候开始菜单点不了,需要再点一下开始,又可以了,很奇怪
头像
myface
帖子: 74
注册时间: 2007-05-25 12:59

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔和R3測試版(09年2月12日)

#53

帖子 myface » 2009-03-04 0:05

就只下了楼主那个补丁包,在mint的基础上用上E17了,多谢楼主先~
不过不太会配置,不知道该怎么进文件目录啊?找了很久都没找到盘符/文件系统之类的东西,不知道是不是要加个模块什么的?
知道的指点下吧,谢谢啦,顺便也附上我的截图一张吧:
~
头像
photor
论坛版主
帖子: 11004
注册时间: 2008-04-26 12:41

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔和R3測試版(09年2月12日)

#54

帖子 photor » 2009-03-04 0:36

myface 写了:就只下了楼主那个补丁包,在mint的基础上用上E17了,多谢楼主先~
不过不太会配置,不知道该怎么进文件目录啊?找了很久都没找到盘符/文件系统之类的东西,不知道是不是要加个模块什么的?
知道的指点下吧,谢谢啦,顺便也附上我的截图一张吧:
Screenshote17090304.png
好性感的壁纸,贡献出来吧 :em16
头像
myface
帖子: 74
注册时间: 2007-05-25 12:59

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔和R3測試版(09年2月12日)

#55

帖子 myface » 2009-03-04 23:37

myface 写了:就只下了楼主那个补丁包,在mint的基础上用上E17了,多谢楼主先~
不过不太会配置,不知道该怎么进文件目录啊?找了很久都没找到盘符/文件系统之类的东西,不知道是不是要加个模块什么的?
知道的指点下吧,谢谢啦,顺便也附上我的截图一张吧:
附件 Screenshote17090304.png 已经无效
已经搞定啦,添加了个“nautilaus --no-desktop"就好啦,注意后面那个no-desktop一定要啊,开始时我直接拖了个nautilaus过来,结果一打开就反gnome的桌面也带出来了,切换不回去,只好注销的。 现在就有点小问题,关闭窗口时会提示说出错,非正常关闭,nautilaus和mplayer都这样,是不是也是一个bug?

既然有人喜欢我的壁纸,那我就贴出来吧~
~
头像
chenrui1983
帖子: 44
注册时间: 2008-04-12 19:13

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

#56

帖子 chenrui1983 » 2009-03-06 22:39

麻烦了,告诉我GTK的主题在E17下是怎么设置的,我在主目录里找不到.gtkrc这个文件。
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

#57

帖子 ellon » 2009-03-07 6:45

chenrui1983 写了:麻烦了,告诉我GTK的主题在E17下是怎么设置的,我在主目录里找不到.gtkrc这个文件。
方法一:
gksu gedit /etc/environment
加入
GTK2_RC_FILES=/usr/share/themes/Human/gtk-2.0/gtkrc

方法二:
加載gnome-settings-daemon
头像
chenrui1983
帖子: 44
注册时间: 2008-04-12 19:13

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

#58

帖子 chenrui1983 » 2009-03-07 10:18

ellon 多谢了~~~~~~~!
头像
chenrui1983
帖子: 44
注册时间: 2008-04-12 19:13

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

#59

帖子 chenrui1983 » 2009-04-02 20:50

请问!Myubuntu的窗口阴影效果是用xcompmgr制造的吗?图片
这个软件叫什么名字?
头像
ellon
帖子: 358
注册时间: 2007-11-28 5:39

Re: E17的Ubuntu中文強化版 - myE17buntu 1.0下載 - E17更新檔(09年2月9日)和R3測試版

#60

帖子 ellon » 2009-04-03 2:20

chenrui1983 写了:请问!Myubuntu的窗口阴影效果是用xcompmgr制造的吗?
这个软件叫什么名字?
A.
窗口阴影效果不是xcompmgr做的。E17實現阴影有兩種方法:一是Drop-shadow模組,二是Bling模組(Bling是xcompmgr的修改版)。都是E17的一部份。

而Gnome實現阴影效果也不一定要xcompmgr的。從Gnome 2.22開始,Gnome內置了一個composite manger. 也能實現阴影。
在沒有compiz時,可以這樣打開:
gconftool-2 -s --type bool /apps/metacity/general/compositing_manager true

B.
你圖中那個是ELive,一個基於Debian和E17的發行版。那個ELive Panel是他們自己做的。
回复