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 317250 - does not detect firefox for mozilla plugin.
does not detect firefox for mozilla plugin.
Status: RESOLVED DUPLICATE of bug 314593
Product: librsvg
Classification: Core
Component: general
2.12.x
Other Linux
: Normal normal
: ---
Assigned To: librsvg maintainers
librsvg maintainers
Depends on:
Blocks:
 
 
Reported: 2005-09-26 14:36 UTC by Robin Cook
Modified: 2005-09-26 14:38 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Robin Cook 2005-09-26 14:36:18 UTC
Distribution/Version: Sourcemage

Does not detect firefox-config etc. when firefox is installed.  As a quick and
dirty fix I do these sed changes.  Might try using the mozilla and/or firefox
pkg-config files now.

sed -i "s/MOZILLA/FIREFOX/g" configure
sed -i "s/MOZILLA/FIREFOX/g" configure.in
sed -i "s/MOZILLA/FIREFOX/g" Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" data/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" doc/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" gdk-pixbuf-loader/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/bubble/gtk-2.0/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/bubble/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/examples/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" gtk-engine/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" moz-plugin/Makefile.in
sed -i "s/MOZILLA/FIREFOX/g" moz-plugin/Makefile.am
sed -i "s/mozilla/firefox/g" configure
sed -i "s/mozilla/firefox/g" configure.in
sed -i "s/mozilla/firefox/g" moz-plugin/Makefile.in
sed -i "s/mozilla/firefox/g" moz-plugin/Makefile.am
sed -i "s:npapi.h:firefox/npapi.h:" moz-plugin/moz-plugin.c
sed -i "s:npupp.h:firefox/npupp.h:" moz-plugin/moz-plugin.c
Comment 1 Dominic Lachowicz 2005-09-26 14:38:33 UTC
duplicate

*** This bug has been marked as a duplicate of 314593 ***