After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 172399 - file:/// doesn't work with helper applications
file:/// doesn't work with helper applications
Status: RESOLVED FIXED
Product: galeon
Classification: Deprecated
Component: Mozilla interaction
1.3.19
Other Linux
: Normal normal
: 1.3.21
Assigned To: Philip Langdale
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2005-04-01 22:45 UTC by Andrew Clausen
Modified: 2005-05-17 02:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed fix. (2.13 KB, patch)
2005-05-15 18:36 UTC, Philip Langdale
none Details | Review

Description Andrew Clausen 2005-04-01 22:45:58 UTC
Distribution/Version: Debian

1. Enter file:///path/to/a/document.pdf into the location text entry box.

2. In the "Open this file with 'PDF Viewer'?" dialog box, click "Open".

At this point, Galeon says something about the helper application not existing.
 (Why doesn't X-cut-and-paste work properly in Galeon?  Another bug.)  I have no
problems if I attempt to view the same documents via http://.  Moreover, I
checked that Galeon was attempting to use gpdf in both instances.
Comment 1 Loïc Minier 2005-04-08 10:09:36 UTC
I've traced that until ContentHandler.cpp, in the LaunchApplication call to
Mozilla.  I started reading Mozilla's code, and it seems there's a different
code PATH within Mozilla when the file is local and when it isn't (this is also
the case within Galeon, but for a different reason, which is to download the
file first).  I'll try downgrading from 1.7.6 to 1.7.5 and check whether this is
a regression in Mozilla.

(This is Debian bug <http://bugs.debian.org/300661>.)
Comment 2 Loïc Minier 2005-04-17 20:51:06 UTC
This is a regression in Galeon between 1.3.18 and 1.3.19.  No-one noticed in
1.3.19, and it isn't a regression in Mozilla between 1.7.5 and 1.7.6 (Galeon
1.3.18 doesn't suffer from the problem with 1.7.5 but 1.3.19 and 1.3.20 do).
Comment 3 Philip Langdale 2005-05-15 18:36:45 UTC
Created attachment 46459 [details] [review]
Proposed fix.
Comment 4 Loïc Minier 2005-05-15 20:43:02 UTC
Works fine here, thanks!