Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 64568

Summary: epplets wont show on enlightenment menu after install
Product: Gentoo Linux Reporter: Marc V <simesno>
Component: New packagesAssignee: SpanKY <vapier>
Status: RESOLVED WORKSFORME    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Marc V 2004-09-18 16:05:11 UTC
there is an error in one of the configuration files of enlightenment, and epplets wont show after install "epplets" package.

Reproducible: Always
Steps to Reproduce:
1. emerge enlightenment
2. emerge epplets
3. regenerate enlightenment menus
4. epplets wont show..

Actual Results:  
i was not able to load epplets from the enlightenment menus

Expected Results:  
after the emerges, you should be able to regenerate menus and load the epplets
from there.

This problem can be fixed changing a line in the file
/home/user/.enlightenment/file.menu

"Enlightenment Epplets" NULL exec "epplets.menu"

TO

"Enlightenment Epplets" NULL menu "epplets.menu"

I guess this is problem of enlightenment ebuild and configuration files, not
epplets.
Comment 1 SpanKY gentoo-dev 2004-09-18 20:51:08 UTC
i just looked through the source code for e16.5, e16.6, and e16.7, and none of them have code which generates 'exec epplets.menu' ... every single one refers to 'menu epplets.menu' ...

so if you can come up with a reproducable case, please re-open