Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 64568 - epplets wont show on enlightenment menu after install
Summary: epplets wont show on enlightenment menu after install
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: SpanKY
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-18 16:05 UTC by Marc V
Modified: 2004-09-18 20:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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