Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 8684] New: nvu spell... not 100% but it compiles... just needs some fiddling

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 8684] New: nvu spell... not 100% but it compiles... just needs some fiddling
  • Date: Sun, 24 Apr 2005 22:06:34 -0700 (PDT)

http://bugs.sourcemage.org/show_bug.cgi?id=8684

Summary: nvu spell... not 100% but it compiles... just needs some
fiddling
Product: New Spells
Version: unspecified
Platform: Other
URL: http://www.nvu.com
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: Spell Submission
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: tusker AT tusker.org


Here is the fix, but I don't know how to apply it "post install" :)

Problems getting NVU to work? How to fix the "run-mozilla.sh: Cannot execute
/usr/lib/mozilla/nvu.bin" error.

Open the "nvu" file. It is in dist/bin in the nvu directory.
Change the following:
# honor MOZILLA_FIVE_HOME if it's there
if [ -n "$MOZILLA_FIVE_HOME" ] ; then
dist_bin="$MOZILLA_FIVE_HOME"
To:
# USE NVU_HOME if it's there, don't
# bother with MOZILLA_FIVE_HOME
if [ -n "$NVU_HOME" ] ; then
dist_bin="$NVU_HOME"

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 8684] New: nvu spell... not 100% but it compiles... just needs some fiddling, bugzilla-daemon, 04/25/2005

Archive powered by MHonArc 2.6.24.

Top of Page