Bug 101623 - e16editmenu wrong path to file.menu - patch attached
Summary: e16editmenu wrong path to file.menu - patch attached
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alejandro Pulver
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-08 05:10 UTC by Michael Metzger
Modified: 2006-10-04 22:30 UTC (History)
0 users

See Also:


Attachments
file.diff (1.22 KB, patch)
2006-08-08 05:10 UTC, Michael Metzger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Metzger 2006-08-08 05:10:19 UTC
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
Comment 1 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-04 21:37:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->alepulver

Take PR.
Comment 2 dfilter service freebsd_committer freebsd_triage 2006-10-04 22:23:13 UTC
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"
Comment 3 Alejandro Pulver freebsd_committer freebsd_triage 2006-10-04 22:23:16 UTC
State Changed
From-To: open->closed

Committed, thanks!