wizardwizard bug (Solved)

Please post any bugs you have found
Post Reply
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

wizardwizard bug (Solved)

#1 Post by Lobster »

This may have been reported but . . .

the file /usr/sbin/wizard/wizard
should contain the code

Code: Select all

 <hbox>
   <text>
    <label>Setup a firewall...</label>
   </text>
   <button>
    <input file>/usr/local/lib/X11/mini-icons/wizard16.xpm</input>
    <action>/usr/sbin/morizot-wizard &</action>
    <action>exit</action>
   </button>
  </hbox>
instead of (unless the firewallinstallshell is available in 1.0.6)

Code: Select all

  <hbox>
   <text>
    <label>Setup a firewall...</label>
   </text>
   <button>
    <input file>/usr/local/lib/X11/mini-icons/wizard16.xpm</input>
    <action>/usr/local/bin/rxvt -e firewallinstallshell &</action>
    <action>exit</action>
   </button>
  </hbox>
Last edited by Lobster on Mon 14 Nov 2005, 09:10, edited 1 time in total.
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

User avatar
BarryK
Puppy Master
Posts: 9392
Joined: Mon 09 May 2005, 09:23
Location: Perth, Western Australia
Contact:

#2 Post by BarryK »

Thanks, will fix.

Post Reply