Port /usr/ports/x11-wm/e16utils/ assumes enlightenment window manager user has the following path to menu file for enlightenment. But, after building enlightenment window manager this directory structure is not there. Bad file menu path: /home/<username>/.enlightenment/file.menu Correct file menu path should be: /home/<username>/.e16/menus/file.menu Patch to fix port will be listed below. Fix: Patch proposed: How-To-Repeat: -Build and install /usr/ports/x11-wm/enlightenment/ --version 0.16.8.1 -Build and install /usr/ports/x11-wm/e16utils/ --version 0.16 -Run from xterm e16editmenu Output is this: hmm. looks like you have some "issues" as you don't have a /home/mmetzger/.enlightenment/file.menu file. Sucks to be you
Responsible Changed From-To: freebsd-ports-bugs->alepulver Take PR.
alepulver 2006-10-04 21:23:07 UTC FreeBSD ports repository Modified files: x11-wm/e16utils Makefile x11-wm/e16utils/files patch-e16menuedit-0.1 Log: - Fix wrong paths (~/.enlightenment/file.menu -> ~/.e16/menus/file.menu). - Bump PORTREVISION. PR: ports/101623 Submitted by: Michael Metzger <mmetzger@mv-research.com> Revision Changes Path 1.16 +1 -1 ports/x11-wm/e16utils/Makefile 1.4 +39 -1 ports/x11-wm/e16utils/files/patch-e16menuedit-0.1 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed, thanks!