Skip Menu |

This queue is for tickets about the XUL-Gui CPAN distribution.

Report information
The Basics
Id: 61721
Status: open
Priority: 0/
Queue: XUL-Gui

People
Owner: Nobody in particular
Requestors: Archimedeus [...] googlemail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: firefox not found
Hi, the example code from the manual results in following message: XUL::Gui> display server started on http://localhost:27045 Use of uninitialized value $path in opendir at C:/strawberry/perl/site/lib/XUL/Gui.pm line 2366. XUL::Gui> firefox not found: start manually I am using Strawberry Perl 5.10.1.3 under WinXP (Uses v5.10.1 (*) built for MSWin32-x86-multi-thread) Firefox is here "C:\apps\Mozilla Firefox\firefox.exe" Thanks, Archi
I think, the problem is your path to firefox. See the follow line in http://cpansearch.perl.org/src/ASG/XUL-Gui-0.63/lib/XUL/Gui.pm $^O =~ /MSWin/ ? @ENV{qw/ProgramFiles ProgramFiles(x86)/} : Add C:\apps\ to your path (env) or set the path in Gui.pm (or with option?)